CYCLUS
|
Definition at line 14 of file l_matrix.h.
#include <l_matrix.h>
Public Member Functions | |
void | AddRow (std::vector< long double > row) |
LMatrix () | |
LMatrix (int n, int m) | |
int | NumCols () const |
int | NumRows () const |
long double & | operator() (int i, int j) |
const long double & | operator() (int i, int j) const |
const LMatrix & | operator*= (const LMatrix &rhs) |
const LMatrix & | operator+= (const LMatrix &rhs) |
const LMatrix & | operator-= (const LMatrix &rhs) |
const LMatrix & | operator= (const LMatrix &rhs) |
void | Print () const |
void | SetElement (int i, int j, long double aij) |
cyclus::LMatrix::LMatrix | ( | ) |
Definition at line 42 of file l_matrix.cc.
Definition at line 50 of file l_matrix.cc.
Definition at line 85 of file l_matrix.cc.
int cyclus::LMatrix::NumCols | ( | ) | const |
Definition at line 63 of file l_matrix.cc.
int cyclus::LMatrix::NumRows | ( | ) | const |
Definition at line 58 of file l_matrix.cc.
Definition at line 79 of file l_matrix.cc.
Definition at line 69 of file l_matrix.cc.
Definition at line 176 of file l_matrix.cc.
Definition at line 142 of file l_matrix.cc.
Definition at line 157 of file l_matrix.cc.
Definition at line 118 of file l_matrix.cc.
void cyclus::LMatrix::Print | ( | ) | const |
Definition at line 94 of file l_matrix.cc.
Definition at line 74 of file l_matrix.cc.