Template Struct LUFact

Struct Documentation

template<typename MT>
struct LUFact

Public Types

using val_type = typename MT::value_type

Public Functions

inline LUFact(MT &&P, MT &&L, MT &&U, MT &&Q)
inline MT prod() const
inline void print_info() const
inline void print() const

Public Members

MT P
MT L
MT U
MT Q