#include <SNplu.h>
template<class T , unsigned int tp_size>
void SNplu< T, tp_size >::_setL |
( |
const SNmatrix< T, tp_size > & |
A | ) |
|
|
private |
'_setL' takes a matrix and says that this is the 'L' one.
- does not check that A is actually lower diagonale
- erases the old L matrix.
- only to be used at the end of the building process of the PLU decomposition, when the initial matrix is transformed into the lower diagonal one.
template<class T , unsigned int tp_size>
void SNplu< T, tp_size >::_setU |
( |
const SNmatrix< T, tp_size > & |
A | ) |
|
|
private |
'_setU' takes a matrix and says that this is the 'U' one.
- does not check that A is actually upper diagonale
- erases the old U matrix.
- only to be used at the end of the building process of the PLU decomposition, when the initial matrix is transformed into an upper diagonal one.
template<class T , unsigned int tp_size>
template<class T , unsigned int tp_size>
template<class T , unsigned int tp_size>
template<class T , unsigned int tp_size>
template<class T, unsigned int tp_size>
template<class T, unsigned int tp_size>
template<class T, unsigned int tp_size>
template<class T, unsigned int tp_size>
The documentation for this class was generated from the following file: