|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is a abstract class that represents the mathematical element of a set.
| Method Summary | |
ElementSet |
abs()
Returns the absolute value of an element of a set. |
ElementSet |
add(Complex arg)
Returns the sum of the given element with argument (result = this + arg). |
ElementSet |
add(Decimal arg)
Returns the sum of the given element with argument (result = this + arg). |
ElementSet |
add(double arg)
Returns the sum of the given element with argument (result = this + arg). |
ElementSet |
add(ElementSet arg)
Returns the sum of the given element with argument (result = this + arg). |
MatrixElementSet |
add(MatrixElementSet arg)
Returns the sum of the given element with argument (result = this + arg). |
java.lang.Object |
clone()
Return clone of this object. |
ElementSet |
cos()
Returns the cosine of given element. |
ElementSet |
divide(Complex arg)
Returns the quotient of the given element with argument (result = this / arg). |
ElementSet |
divide(Decimal arg)
Returns the quotient of the given element with argument (result = this / arg). |
ElementSet |
divide(double arg)
Returns the quotient of the given element with argument (result = this / arg). |
ElementSet |
divide(ElementSet arg)
Returns the quotient of the given element with argument (result = this / arg). |
MatrixElementSet |
divide(MatrixElementSet arg)
Returns the quotient of the given element with argument (result = this / arg). |
ElementSet |
divideInverse(Complex arg)
Returns the quotient of the argument with given element (result = arg / this). |
ElementSet |
divideInverse(Decimal arg)
Returns the quotient of the argument with given element (result = arg / this). |
ElementSet |
divideInverse(double arg)
Returns the quotient of the argument with given element (result = arg / this). |
MatrixElementSet |
divideInverse(MatrixElementSet arg)
Returns the quotient of the argument with given element (result = arg / this). |
ElementSet |
exp()
Returns the exponential function raised in a degree equal to the given element. |
ElementSet |
inverse()
Returns the inverse value of the given element. |
ElementSet |
log()
Returns the logarithm of given element. |
ElementSet |
multiply(Complex arg)
Returns the product of the given element with argument (result = this * arg). |
ElementSet |
multiply(Decimal arg)
Returns the product of the given element with argument (result = this * arg). |
ElementSet |
multiply(double arg)
Returns the product of the given element with argument (result = this * arg). |
ElementSet |
multiply(ElementSet arg)
Returns the product of the given element with argument (result = this * arg). |
MatrixElementSet |
multiply(MatrixElementSet arg)
Returns the product of the given element with argument (result = this * arg). |
ElementSet |
negate()
Returns the element negative given. |
ElementSet |
pow(double degree)
Returns the given element raised to n-th degree. |
ElementSet |
root(int degree)
Returns the root of n-th degree of given element. |
ElementSet |
sin()
Returns the sine of given element. |
ElementSet |
sqrt()
Returns the square root of given element. |
ElementSet |
subtract(Complex arg)
Returns the difference of the given element with argument (result = this - arg). |
ElementSet |
subtract(Decimal arg)
Returns the difference of the given element with argument (result = this - arg). |
ElementSet |
subtract(double arg)
Returns the difference of the given element with argument (result = this - arg). |
ElementSet |
subtract(ElementSet arg)
Returns the difference of the given element with argument (result = this - arg). |
MatrixElementSet |
subtract(MatrixElementSet arg)
Returns the difference of the given element with argument (result = this - arg). |
ElementSet |
subtractInverse(Complex arg)
Returns the difference of the argument with given element (result = arg - this). |
ElementSet |
subtractInverse(Decimal arg)
Returns the difference of the argument with given element (result = arg - this). |
ElementSet |
subtractInverse(double arg)
Returns the difference of the argument with given element (result = arg - this). |
MatrixElementSet |
subtractInverse(MatrixElementSet arg)
Returns the difference of the argument with given element (result = arg - this). |
ElementSet |
tan()
Returns the tangent of given element. |
java.lang.String |
toFormattedString(java.text.DecimalFormat df)
Returns formatted string representing the given element. |
| Method Detail |
public ElementSet abs()
public ElementSet add(double arg)
arg - The second argumentpublic ElementSet add(Complex arg)
arg - The second argumentpublic ElementSet add(Decimal arg)
arg - The second argumentpublic ElementSet add(ElementSet arg)
arg - The second argumentpublic MatrixElementSet add(MatrixElementSet arg)
arg - The second argumentpublic java.lang.Object clone()
public ElementSet cos()
public ElementSet divide(double arg)
arg - The second argumentpublic ElementSet divide(Complex arg)
arg - The second argumentpublic ElementSet divide(Decimal arg)
arg - The second argumentpublic ElementSet divide(ElementSet arg)
arg - The second argumentpublic MatrixElementSet divide(MatrixElementSet arg)
arg - The second argumentpublic ElementSet divideInverse(double arg)
arg - The first argumentpublic ElementSet divideInverse(Complex arg)
arg - The first argumentpublic ElementSet divideInverse(Decimal arg)
arg - The first argumentpublic MatrixElementSet divideInverse(MatrixElementSet arg)
arg - The first argumentpublic ElementSet exp()
public ElementSet inverse()
public ElementSet log()
public ElementSet multiply(double arg)
arg - The second argumentpublic ElementSet multiply(Complex arg)
arg - The second argumentpublic ElementSet multiply(Decimal arg)
arg - The second argumentpublic ElementSet multiply(ElementSet arg)
arg - The second argumentpublic MatrixElementSet multiply(MatrixElementSet arg)
arg - The second argumentpublic ElementSet negate()
public ElementSet pow(double degree)
degree - The degree of powerpublic ElementSet root(int degree)
degree - The degree of rootpublic ElementSet sin()
public ElementSet sqrt()
public ElementSet subtract(double arg)
arg - The second argumentpublic ElementSet subtract(Complex arg)
arg - The second argumentpublic ElementSet subtract(Decimal arg)
arg - The second argumentpublic ElementSet subtract(ElementSet arg)
arg - The second argumentpublic MatrixElementSet subtract(MatrixElementSet arg)
arg - The second argumentpublic ElementSet subtractInverse(double arg)
arg - The first argumentpublic ElementSet subtractInverse(Complex arg)
arg - The first argumentpublic ElementSet subtractInverse(Decimal arg)
arg - The first argumentpublic MatrixElementSet subtractInverse(MatrixElementSet arg)
arg - The first argumentpublic ElementSet tan()
public java.lang.String toFormattedString(java.text.DecimalFormat df)
df - Formatter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||