|
file | CustomMatrix.h [code] |
| Header file for the implementation of a customizable matrix.
|
|
file | CustomVector.h [code] |
| Header file for the implementation of a customizable vector.
|
|
file | DenseIterator.h [code] |
| Header file for the DenseIterator class template.
|
|
file | DenseMatrix.h [code] |
| Header file for utility functions for dense matrices.
|
|
file | DenseVector.h [code] |
| Header file for utility functions for dense vectors.
|
|
file | DynamicMatrix.h [code] |
| Header file for the implementation of a dynamic MxN matrix.
|
|
file | DynamicVector.h [code] |
| Header file for the implementation of an arbitrarily sized vector.
|
|
file | Forward.h [code] |
| Header file for all forward declarations for dense vectors and matrices.
|
|
file | HybridMatrix.h [code] |
| Header file for the implementation of a fixed-size matrix.
|
|
file | HybridVector.h [code] |
| Header file for the HybridVector class template.
|
|
file | Inversion.h [code] |
| Header file for the dense matrix in-place inversion kernels.
|
|
file | LLH.h [code] |
| Header file for the dense matrix in-place Cholesky (LLH) decomposition.
|
|
file | LQ.h [code] |
| Header file for the dense matrix in-place LQ decomposition.
|
|
file | LU.h [code] |
| Header file for the dense matrix in-place LU decomposition.
|
|
file | QL.h [code] |
| Header file for the dense matrix in-place QL decomposition.
|
|
file | QR.h [code] |
| Header file for the dense matrix in-place QR decomposition.
|
|
file | RQ.h [code] |
| Header file for the dense matrix in-place RQ decomposition.
|
|
file | StaticMatrix.h [code] |
| Header file for the implementation of a fixed-size matrix.
|
|
file | StaticVector.h [code] |
| Header file for the implementation of a fixed-size vector.
|
|