|
| | NmMatrix (NmMatrix const &) |
| |
| | NmMatrix (NmVector const &) |
| |
| | NmMatrix (int) |
| |
| | NmMatrix (int, double) |
| |
| | NmMatrix (int, int) |
| |
| | NmMatrix (void) |
| |
| | ~NmMatrix (void) |
| |
| NmMatrix & | invert (double) |
| |
| NmMatrix & | invertLUs (double, bool &) |
| |
| NmMatrix & | operator*= (NmMatrix const &) |
| |
| NmMatrix & | operator*= (double) |
| |
| NmMatrix & | operator+= (NmMatrix const &) |
| |
| NmMatrix & | operator-= (NmMatrix const &) |
| |
| NmMatrix & | operator/= (double) |
| |
| NmMatrix & | operator= (NmMatrix const &) |
| |
| NmMatrix & | operator= (NmVector const &) |
| |
| NmMatrix & | operator= (double) |
| |
| NmMatrix & | reset (int) |
| |
| NmMatrix & | reset (int, int) |
| |
| NmMatrix & | reset (int, int, double, double) |
| |
| NmMatrix & | setColumn (int, NmVector const &) |
| |
| NmMatrix & | setDiagonal (double) |
| |
| NmMatrix & | setRow (int, NmVector const &) |
| |
| NmMatrix & | transpose (void) |
| |
| NmMatrix | operator* (NmMatrix const &) const |
| |
| NmMatrix | operator+ (NmMatrix const &) const |
| |
| NmMatrix | operator- (NmMatrix const &) const |
| |
| NmVector | column (int) const |
| |
| NmVector | diagonal (void) const |
| |
| NmVector | operator* (NmVector const &) const |
| |
| NmVector | row (int) const |
| |
| double & | operator() (int, int) |
| |
| double | determinant (double) |
| |
| double | operator() (int, int) const |
| |
| int | LUdecompose (NmIntVec &) |
| |
| int | colDim (void) const |
| |
| int | decomposeLU (NmIntVec &, double) |
| |
| int | decomposeLUScaling (NmIntVec &, double &, double) |
| |
| int | eigensystem (NmVector &) |
| |
| int | exequal (NmVector &, NmIntVec &, NmIntVec &, NmVector &, NmIntVec &, NmIntVec &, double &, double) |
| |
| int | feasible (NmVector &, NmIntVec &, NmIntVec &, NmVector &, NmIntVec &, NmIntVec &, double &, double) |
| |
| int | feasible (NmVector &, NmIntVec &, NmIntVec &, double) |
| |
| int | optimal (NmVector &, NmIntVec &, NmIntVec &, NmVector &, NmIntVec &, NmIntVec &, double &, double) |
| |
| int | rowDim (void) const |
| |
| int | solve (NmVector &, double) |
| |
| int | symmetricLU (NmVector &, double) |
| |
| void | dim (int &, int &) const |
| |
| void | force (NmVector &, double) |
| |
| void | solveAfterLUdecompose (NmVector &, NmIntVec const &) const |
| |
| void | solveLU (NmIntVec const &, NmVector &) const |
| |
| void | solveLUs (NmIntVec const &, NmVector &) const |
| |
Definition at line 22 of file NmMatrix.h.