$search
#include <newmatrc.h>
Public Member Functions | |
MatrixCol (GeneralMatrix *, Real *, LoadAndStoreFlag, int=0) | |
MatrixCol (GeneralMatrix *, LoadAndStoreFlag, int=0) | |
void | Next () |
~MatrixCol () |
Access a column of a matrix.
Definition at line 128 of file newmatrc.h.
MatrixCol::MatrixCol | ( | GeneralMatrix * | gmx, | |
LoadAndStoreFlag | cwx, | |||
int | col = 0 | |||
) | [inline] |
Definition at line 163 of file newmatrc.h.
MatrixCol::MatrixCol | ( | GeneralMatrix * | gmx, | |
Real * | r, | |||
LoadAndStoreFlag | cwx, | |||
int | col = 0 | |||
) | [inline] |
Definition at line 166 of file newmatrc.h.
MatrixCol::~MatrixCol | ( | ) |
Definition at line 841 of file newmat3.cpp.
void MatrixCol::Next | ( | ) | [inline] |
Definition at line 175 of file newmatrc.h.