#include <newmatrc.h>
Public Member Functions | |
| MatrixCol (GeneralMatrix *, Real *, LoadAndStoreFlag, int=0) | |
| MatrixCol (GeneralMatrix *, LoadAndStoreFlag, int=0) | |
| void | Next () |
| ~MatrixCol () | |
| MatrixCol::MatrixCol | ( | GeneralMatrix * | gmx, | |
| LoadAndStoreFlag | cwx, | |||
| int | col = 0 | |||
| ) | [inline] |
References MatrixRowCol::cw, GeneralMatrix::GetCol(), MatrixRowCol::gm, and MatrixRowCol::rowcol.
| MatrixCol::MatrixCol | ( | GeneralMatrix * | gmx, | |
| Real * | r, | |||
| LoadAndStoreFlag | cwx, | |||
| int | col = 0 | |||
| ) | [inline] |
References MatrixRowCol::cw, MatrixRowCol::data, GeneralMatrix::GetCol(), MatrixRowCol::gm, MatrixRowCol::rowcol, and StoreHere.
| MatrixCol::~MatrixCol | ( | ) |
References MatrixRowCol::cw, MatrixRowCol::gm, GeneralMatrix::RestoreCol(), and StoreOnExit.
| void MatrixCol::Next | ( | ) | [inline] |
References MatrixRowCol::gm, and GeneralMatrix::NextCol().
Referenced by GeneralMult1(), BaseMatrix::norm1(), and GeneralMatrix::Transpose().
1.6.1