Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| LinearSolver< T, Size > | Solver for systems of linear equations (fixed-size) |
| LinearSolverBase< T, MatrixType, VectorType, LUDecompositionType > | Internal base class |
| LinearSolverX< T > | Solver for systems of linear equations (dynamic-size) |
| LUDecomposition< T, Size > | LU decomposition of a fixed-size matrix |
| LUDecompositionBase< T, MatrixType, VectorType, IntVecType > | Internal base class |
| LUDecompositionX< T > | LU decomposition of a dynamic-size matrix |
| Matrix< T, Size > | Fixed-size matrix |
| MatrixBase< T, Derived, VectorType, LUDecompositionType > | Internal base class |
| MatrixP< T, Size > | Matrix in projective geometry, fixed-size only |
| MatrixX< T > | Dynamic-size matrix |
| Vector< T, Size > | Fixed-size vector |
| VectorBase< T, Derived > | Internal base class |
| VectorX< T > | Dynamic-size vector |