modm API documentation
|
This is the complete list of members for modm::LUDecomposition, including all inherited members.
decompose(const Matrix< T, N, N > &matrix, Matrix< T, N, N > *l, Matrix< T, N, N > *u) (defined in modm::LUDecomposition) | modm::LUDecomposition | static |
decompose(const Matrix< T, N, N > &matrix, Matrix< T, N, N > *l, Matrix< T, N, N > *u, Matrix< T, N, N > *p) (defined in modm::LUDecomposition) | modm::LUDecomposition | static |
decompose(const Matrix< T, N, N > &matrix, Matrix< T, N, N > *l, Matrix< T, N, N > *u, Vector< int8_t, N > *p) (defined in modm::LUDecomposition) | modm::LUDecomposition | static |
solve(const Matrix< T, N, N > &l, const Matrix< T, N, N > &u, Matrix< T, N, BXWIDTH > *xb) (defined in modm::LUDecomposition) | modm::LUDecomposition | static |
solve(const Matrix< T, N, N > &A, Matrix< T, N, BXWIDTH > *xb) (defined in modm::LUDecomposition) | modm::LUDecomposition | static |