Band Matrix solver.
More...
#include <BandMatrix.hpp>
template<class t_type>
class NDEVR::BandMatrix< t_type >
Band Matrix solver.
Class: BandMatrix
autotoc_md58
◆ BandMatrix() [1/2]
◆ ~BandMatrix()
◆ BandMatrix() [2/2]
◆ dim()
◆ lowerCount()
◆ lSolve()
template<class t_type >
template<class t_l_type >
Buffer< t_l_type > lSolve |
( |
const Buffer< t_l_type > & | b | ) |
const |
|
inline |
◆ luDecompose()
◆ luSolve()
template<class t_type >
template<class t_l_type >
Buffer< t_l_type > luSolve |
( |
const Buffer< t_l_type > & | b, |
|
|
bool | is_lu_decomposed = false ) |
|
inline |
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ resize()
◆ rSolve()
template<class t_type >
template<class t_r_type >
Buffer< t_r_type > rSolve |
( |
const Buffer< t_r_type > & | b | ) |
const |
|
inline |
◆ savedDiag() [1/2]
template<class t_type >
t_type & savedDiag |
( |
uint04 | i | ) |
|
|
inline |
◆ savedDiag() [2/2]
template<class t_type >
t_type savedDiag |
( |
uint04 | i | ) |
const |
|
inline |
◆ upperCount()
The documentation for this class was generated from the following file: