| Interface | Description |
|---|---|
| FloatMatrix |
Interface for a matrix with floating-point real values
|
| FloatMatrix.RowFunction | |
| JacobianElement |
Jacobian Element
Store and access Jacobian results.
|
| JacobianList |
List of Jacobian Elements.
|
| JacobianMatrix |
Matrix with JacobianElement values.
|
| Matrix<T> |
Matrix with value of any object
|
| MatrixDebug<T> |
| Class | Description |
|---|---|
| ArrayJacobianMatrix | |
| FactorizedFltMatrix |
Keep a more efficient version of the float-valued factorized sparse matrix.
|
| FloatArrayMatrix |
A simple array-backed matrix with floating-point values
|
| JacobianArrayList |
Back a JacobianList by fixed-length arrays.
|
| JacobianElement.JacobianElementContainer |
A simple container for the partial derivatives in our Jacobian Element.
|
| JacobianList.Element | |
| JacobianMatrix.Element |
JacobianElement implementation where elements are backed by an
implementation of JacobianMatrix
|
| SpSymFltMatrix |
Sparse Symmetric matrix with a floating-point value.
|
| SpSymMtrxFactorizer |
Symmetric (Sparse) Matrix factorization base.
|
| SpSymMtrxFactPattern |
Symmetric (Sparse) Matrix factorization pattern.
|