| Class | Description |
|---|---|
| SimpleBase<T extends SimpleBase> |
Parent of
SimpleMatrix implements all the standard matrix operations and uses
generics to allow the returned matrix type to be changed. |
| SimpleEVD<T extends SimpleMatrix> |
Wrapper around EigenDecomposition for SimpleMatrix
|
| SimpleMatrix |
SimpleMatrix is a wrapper around DenseMatrix64F that provides an
easy to use object oriented interface for performing matrix operations. |
| SimpleSVD<T extends SimpleMatrix> |
Wrapper around SVD for simple matrix.
|
| SimpleUnitTests |
Unit testing functions for
SimpleMatrix |
| UtilSimpleMatrix |