![]() |
Files | |
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 | Eigen.h [code] |
Header file for the dense matrix eigenvalue functions. | |
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 | InitializerIterator.h [code] |
Header file for the InitializerIterator class template. | |
file | InitializerMatrix.h [code] |
Header file for the implementation of a matrix representation of an initializer list. | |
file | InitializerVector.h [code] |
Header file for the implementation of a vector representation of an initializer list. | |
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 | MMM.h [code] |
Header file for the dense matrix multiplication kernels. | |
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. | |
file | SVD.h [code] |
Header file for the dense matrix singular value decomposition (SVD) | |
file | UniformIterator.h [code] |
Header file for the UniformIterator class template. | |
file | UniformMatrix.h [code] |
Header file for the implementation of a uniform matrix. | |
file | UniformVector.h [code] |
Header file for the implementation of a uniform vector. | |