|
JAutoDiff | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnilgiri.math.DoubleRealFunctionFactory
public class DoubleRealFunctionFactory
A singleton factory for creating the fundamental functions defined on DoubleReal.
| Method Summary | |
|---|---|
DoubleReal |
cos(DoubleReal i_x)
Returns an object of X whose value is cos(i_x). |
DoubleReal |
exp(DoubleReal i_x)
Returns an object of X whose value is exp(i_x). |
static DoubleRealFunctionFactory |
instance()
Returns the singleton object of this class. |
DoubleReal |
log(DoubleReal i_x)
Returns an object of X whose value is log(i_x). |
DoubleReal |
pow(DoubleReal i_x,
DoubleReal i_y)
Returns an object of X whose value is i_x ^ i_y. |
DoubleReal |
sin(DoubleReal i_x)
Returns an object of X whose value is sin(i_x). |
DoubleReal |
tan(DoubleReal i_x)
Returns an object of X whose value is tan(i_x). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DoubleRealFunctionFactory instance()
public DoubleReal cos(DoubleReal i_x)
AbstractRealFunctionFactory
cos in interface AbstractRealFunctionFactory<DoubleReal>public DoubleReal sin(DoubleReal i_x)
AbstractRealFunctionFactory
sin in interface AbstractRealFunctionFactory<DoubleReal>public DoubleReal tan(DoubleReal i_x)
AbstractRealFunctionFactory
tan in interface AbstractRealFunctionFactory<DoubleReal>public DoubleReal exp(DoubleReal i_x)
AbstractRealFunctionFactory
exp in interface AbstractRealFunctionFactory<DoubleReal>public DoubleReal log(DoubleReal i_x)
AbstractRealFunctionFactory
log in interface AbstractRealFunctionFactory<DoubleReal>
public DoubleReal pow(DoubleReal i_x,
DoubleReal i_y)
AbstractRealFunctionFactory
pow in interface AbstractRealFunctionFactory<DoubleReal>
|
JAutoDiff | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||