$search
#include <newmatrc.h>
Public Member Functions | |
MatrixColX (GeneralMatrix *, Real *, LoadAndStoreFlag, int=0) | |
void | Next () |
~MatrixColX () | |
Public Attributes | |
Real * | store |
Alternative to MatrixCol where the complete column is stored externally.
Definition at line 143 of file newmatrc.h.
MatrixColX::MatrixColX | ( | GeneralMatrix * | gmx, | |
Real * | r, | |||
LoadAndStoreFlag | cwx, | |||
int | col = 0 | |||
) | [inline] |
Definition at line 170 of file newmatrc.h.
MatrixColX::~MatrixColX | ( | ) |
Definition at line 843 of file newmat3.cpp.
void MatrixColX::Next | ( | ) | [inline] |
Definition at line 177 of file newmatrc.h.
Real* MatrixColX::store |
Definition at line 151 of file newmatrc.h.