|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
X
- Real numbers.public interface AbstractRealFunctionFactory<X extends RealNumber<X>>
An abstract factory for creating the fundamental functions defined on real numbers.
Method Summary | |
---|---|
X |
cos(X i_x)
Returns an object of X whose value is cos(i_x). |
X |
exp(X i_x)
Returns an object of X whose value is exp(i_x). |
X |
log(X i_x)
Returns an object of X whose value is log(i_x). |
X |
pow(X i_x,
X i_y)
Returns an object of X whose value is i_x ^ i_y. |
X |
sin(X i_x)
Returns an object of X whose value is sin(i_x). |
X |
tan(X i_x)
Returns an object of X whose value is tan(i_x). |
Method Detail |
---|
X cos(X i_x)
i_x
-
X sin(X i_x)
i_x
-
X tan(X i_x)
i_x
-
X exp(X i_x)
i_x
-
X log(X i_x)
i_x
-
X pow(X i_x, X i_y)
i_x
- i_y
-
|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |