| Package | Description |
|---|---|
| org.lsmp.djep.matrixJep.function | |
| org.lsmp.djep.xjep.function |
| Modifier and Type | Class and Description |
|---|---|
class |
MSum |
| 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 |
Trapezium
The trapezium rule for approximation to a definite integral.
|
Copyright © 2018. All rights reserved.