Jpp
|
Auxiliary class for matrix decomposition. More...
#include <JMatrixND.hh>
Public Types | |
typedef std::vector < std::vector< double > > | matrix_type |
typedef matrix_type::const_iterator | const_row_type |
typedef std::vector< double > ::const_iterator | const_col_type |
typedef matrix_type::iterator | row_type |
typedef std::vector< double > ::iterator | col_type |
typedef T | data_type |
Public Member Functions | |
const JMatrixHelper & | set (const JMatrixND &A) |
Set matrix helper. More... | |
void | decompose (const JMatrixND &A) |
LU decomposition. More... | |
int | getSign () const |
Get sign corresponding to permutation matrix. More... | |
Static Public Member Functions | |
static data_type & | getInstance () |
Get unique instance of template class. More... | |
Private Attributes | |
int | sign |
Auxiliary class for matrix decomposition.
Definition at line 547 of file JMatrixND.hh.
|
inherited |
Definition at line 44 of file JMatrixND.hh.
|
inherited |
Definition at line 46 of file JMatrixND.hh.
|
inherited |
Definition at line 47 of file JMatrixND.hh.
|
inherited |
Definition at line 49 of file JMatrixND.hh.
|
inherited |
Definition at line 50 of file JMatrixND.hh.
|
inherited |
Definition at line 20 of file JSingleton.hh.
|
inline |
Set matrix helper.
A | matrix |
Definition at line 557 of file JMatrixND.hh.
|
inline |
LU decomposition.
A | matrix |
Definition at line 570 of file JMatrixND.hh.
|
inline |
|
inlinestaticinherited |
|
private |
Definition at line 631 of file JMatrixND.hh.