JUK1
|
A compile-time sized L U and pivot grouping. More...
#include <StaticMatrix.hpp>
Public Member Functions | |
std::string | toString () |
Public Attributes | |
StaticMatrix< T, M, M > | l |
StaticMatrix< T, M, M > | u |
std::array< size_t, M > | p |
A compile-time sized L U and pivot grouping.
T | The value type |
M | The L and U sizes |
Definition at line 342 of file StaticMatrix.hpp.
|
inline |
StaticMatrix<T, M, M> StaticLUPair< T, M >::l |
Definition at line 343 of file StaticMatrix.hpp.
std::array<size_t, M> StaticLUPair< T, M >::p |
Definition at line 345 of file StaticMatrix.hpp.
StaticMatrix<T, M, M> StaticLUPair< T, M >::u |
Definition at line 344 of file StaticMatrix.hpp.