|
|
| | MatrixColX (GeneralMatrix *, Real *, LoadAndStoreFlag, int=0) |
| |
| void | Next () |
| |
|
| | ~MatrixColX () |
| |
| Real * | Data () |
| |
| void | IncrDiag () |
| |
| void | IncrId () |
| |
| void | IncrLT () |
| |
| void | IncrMat () |
| |
| void | IncrUT () |
| |
| int | Length () |
| |
| void | Length (int i) |
| |
| | MatrixRowCol () |
| |
| int | Skip () |
| |
| void | Skip (int i) |
| |
| int | Storage () |
| |
| void | Storage (int i) |
| |
| void | Zero () |
| |
| void | Add (const MatrixRowCol &) |
| |
| void | AddScaled (const MatrixRowCol &, Real) |
| |
| void | Add (const MatrixRowCol &, const MatrixRowCol &) |
| |
| void | Add (const MatrixRowCol &, Real) |
| |
| void | NegAdd (const MatrixRowCol &, Real) |
| |
| void | Sub (const MatrixRowCol &) |
| |
| void | Sub (const MatrixRowCol &, const MatrixRowCol &) |
| |
| void | RevSub (const MatrixRowCol &) |
| |
| void | ConCat (const MatrixRowCol &, const MatrixRowCol &) |
| |
| void | Multiply (const MatrixRowCol &) |
| |
| void | Multiply (const MatrixRowCol &, const MatrixRowCol &) |
| |
| void | KP (const MatrixRowCol &, const MatrixRowCol &) |
| |
| void | Copy (const MatrixRowCol &) |
| |
| void | CopyCheck (const MatrixRowCol &) |
| |
| void | Check (const MatrixRowCol &) |
| |
| void | Check () |
| |
| void | Copy (const double *&) |
| |
| void | Copy (const float *&) |
| |
| void | Copy (const int *&) |
| |
| void | Copy (Real) |
| |
| void | Add (Real) |
| |
| void | Multiply (Real) |
| |
| Real | SumAbsoluteValue () |
| |
| Real | MaximumAbsoluteValue1 (Real r, int &i) |
| |
| Real | MinimumAbsoluteValue1 (Real r, int &i) |
| |
| Real | Maximum1 (Real r, int &i) |
| |
| Real | Minimum1 (Real r, int &i) |
| |
| Real | Sum () |
| |
| void | Inject (const MatrixRowCol &) |
| |
| void | Negate (const MatrixRowCol &) |
| |
| void | Multiply (const MatrixRowCol &, Real) |
| |
| void | SubRowCol (MatrixRowCol &, int, int) const |
| |
| | ~MatrixRowCol () |
| |
Alternative to MatrixCol where the complete column is stored externally.
Definition at line 143 of file newmatrc.h.