| Package | Description |
|---|---|
| org.lsmp.djep.matrixJep.function | |
| org.lsmp.djep.vectorJep.function | |
| org.lsmp.djep.xjep.function | |
| org.nfunk.jep.function |
| Modifier and Type | Class and Description |
|---|---|
class |
MAssign
A matrix enabled assignment function.
|
class |
MMap |
class |
MSum |
| Modifier and Type | Class and Description |
|---|---|
class |
GenMat
Generate vectors and matrices.
|
class |
VMap
evaluates a function on every element of a vector or matrix.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Assign
An assignment operator so we can do
x=3+4.
|
class |
If
The if(condExpr,posExpr,negExpr) function.
|
Copyright © 2018. All rights reserved.