JUK1
StaticLUPair< T, M > Struct Template Reference

A compile-time sized L U and pivot grouping. More...

#include <StaticMatrix.hpp>

Collaboration diagram for StaticLUPair< T, M >:

Public Member Functions

std::string toString ()
 

Public Attributes

StaticMatrix< T, M, M > l
 
StaticMatrix< T, M, M > u
 
std::array< size_t, M > p
 

Detailed Description

template<typename T, size_t M>
struct StaticLUPair< T, M >

A compile-time sized L U and pivot grouping.

Template Parameters
TThe value type
MThe L and U sizes

Definition at line 342 of file StaticMatrix.hpp.

Member Function Documentation

◆ toString()

template<typename T , size_t M>
std::string StaticLUPair< T, M >::toString ( )
inline

Definition at line 347 of file StaticMatrix.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ l

template<typename T , size_t M>
StaticMatrix<T, M, M> StaticLUPair< T, M >::l

Definition at line 343 of file StaticMatrix.hpp.

◆ p

template<typename T , size_t M>
std::array<size_t, M> StaticLUPair< T, M >::p

Definition at line 345 of file StaticMatrix.hpp.

◆ u

template<typename T , size_t M>
StaticMatrix<T, M, M> StaticLUPair< T, M >::u

Definition at line 344 of file StaticMatrix.hpp.


The documentation for this struct was generated from the following file: