Interface | Description |
---|---|
FunctionParser |
Interface for a function parser.
|
Class | Description |
---|---|
EigenvalueDecomposition |
Eigenvalues and eigenvectors of a real matrix.
|
Gamma |
Provides methods associated with the gamma distribution.
|
LUDecomposition |
LU Decomposition.
|
MathsParse |
Class used to parse an equation represented by a string and return the result.
|
SquareMatrix |
Represents a square matrix.
|
Enum | Description |
---|---|
SquareMatrix.Calculation |
Enumeration of the possible ways of calculating the matrix exponential
|
Exception | Description |
---|---|
NoSuchFunction |
Exception that is thrown when a function has not been defined
|
WrongNumberOfVariables |
Exception that is thrown if a function is passed the wrong number of variables
|