Public Member Functions | |
MatrixCol (GeneralMatrix *, LoadAndStoreFlag, int=0) | |
MatrixCol (GeneralMatrix *, Real *, LoadAndStoreFlag, int=0) | |
void | Next () |
~MatrixCol () |
Access a column of a matrix.
Definition at line 420 of file NewMatExhaustive.cpp.
MatrixCol::MatrixCol | ( | GeneralMatrix * | gmx, |
LoadAndStoreFlag | cwx, | ||
int | col = 0 |
||
) | [inline] |
Definition at line 455 of file NewMatExhaustive.cpp.
MatrixCol::MatrixCol | ( | GeneralMatrix * | gmx, |
Real * | r, | ||
LoadAndStoreFlag | cwx, | ||
int | col = 0 |
||
) | [inline] |
Definition at line 458 of file NewMatExhaustive.cpp.
Definition at line 6458 of file NewMatExhaustive.cpp.
void MatrixCol::Next | ( | ) | [inline] |
Definition at line 467 of file NewMatExhaustive.cpp.