OpenStructure
|
#include <tri_matrix.hh>
Public Member Functions | |
TriMatrix (int n, const T &def_val=T()) | |
void | Set (int i, int j, const T &sim) |
const T & | Get (int i, int j) const |
T & | operator() (int i, int j) |
const T & | operator() (int i, int j) const |
int | GetSize () const |
std::vector< T > & | Data () |
triangular matrix template
Definition at line 13 of file tri_matrix.hh.
|
inline |
Definition at line 15 of file tri_matrix.hh.
|
inline |
Definition at line 43 of file tri_matrix.hh.
|
inline |
Definition at line 24 of file tri_matrix.hh.
|
inline |
Definition at line 39 of file tri_matrix.hh.
|
inline |
Definition at line 29 of file tri_matrix.hh.
|
inline |
Definition at line 34 of file tri_matrix.hh.
|
inline |
Definition at line 19 of file tri_matrix.hh.