|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallbackEvaluationI | |
|---|---|
| org.lsmp.djep.matrixJep.function | |
| org.lsmp.djep.vectorJep.function | |
| org.lsmp.djep.xjep.function | |
| org.nfunk.jep.function | |
| Uses of CallbackEvaluationI in org.lsmp.djep.matrixJep.function |
|---|
| Classes in org.lsmp.djep.matrixJep.function that implement CallbackEvaluationI | |
|---|---|
class |
MAssign
A matrix enabled assignment function. |
class |
MMap
|
class |
MSum
|
| Uses of CallbackEvaluationI in org.lsmp.djep.vectorJep.function |
|---|
| Classes in org.lsmp.djep.vectorJep.function that implement CallbackEvaluationI | |
|---|---|
class |
GenMat
Generate vectors and matrices. |
class |
VMap
evaluates a function on every element of a vector or matrix. |
| Uses of CallbackEvaluationI in org.lsmp.djep.xjep.function |
|---|
| Classes in org.lsmp.djep.xjep.function that implement CallbackEvaluationI | |
|---|---|
class |
Max
A max function Max(x^2,x,1,10) finds the max of x^2 with x running from 1 to 10. |
class |
MaxArg
|
class |
Min
A min function Min(x^2,x,1,10) finds the min of x^2 with x running from 1 to 10. |
class |
MinArg
|
class |
Product
A product function product(x^2,x,1,10) finds the product of x^2 with x running from 1 to 10. |
class |
Simpson
The Simpson rule for approximation to a definite integral. |
class |
Sum
A sum function Sum(x^2,x,1,10) finds the sum of x^2 with x running from 1 to 10. |
class |
SumType
Base class for functions like Sum(x^2,x,1,10) which finds the sum of x^2 with x running from 1 to 10. |
class |
Trapezium
The trapezium rule for approximation to a definite integral. |
class |
XAssign
An assignment operator so we can do x=3+4. |
| Uses of CallbackEvaluationI in org.nfunk.jep.function |
|---|
| Classes in org.nfunk.jep.function that implement CallbackEvaluationI | |
|---|---|
class |
Assign
An assignment operator so we can do x=3+4. |
class |
If
The if(condExpr,posExpr,negExpr) function. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||