Package Maths

Provides maths classes.

See:
          Description

Interface Summary
FunctionParser Interface for a function parser.
 

Class Summary
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 Summary
SquareMatrix.Calculation Enumeration of the possible ways of calculating the matrix exponential
 

Exception Summary
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
 

Package Maths Description

Provides maths classes. Classes are provided for matrix operations, caluclation of the gamma distribution and evaluating expressions represented by strings.