#include <matrices.h>
Inheritance diagram for TriDiagonalMatrix:


Definition at line 89 of file matrices.h.
Public Types | |
| typedef std::vector< T > | Data |
Public Member Functions | |
| TriDiagonalMatrix (unsigned dimension) | |
| unsigned | get_dimension () const |
| T & | operator() (unsigned i, unsigned j) |
| const T & | operator() (unsigned i, unsigned j) const |
| TriDiagonalMatrixPair< T > | create_lu_decomposition () const |
| status: tested! (high chance that this function yields correct results) | |
Protected Attributes | |
| Data | data |
|
|
Definition at line 92 of file matrices.h. |
|
|
Definition at line 184 of file matrices.h. |
|
|
status: tested! (high chance that this function yields correct results)
Definition at line 249 of file matrices.h. |
|
|
Definition at line 193 of file matrices.h. |
|
||||||||||||
|
Definition at line 223 of file matrices.h. |
|
||||||||||||
|
Definition at line 202 of file matrices.h. |
|
|
Definition at line 95 of file matrices.h. |
1.4.5