Return the i-th column of the matrix.
Return the i-th column of the matrix. The vector will be resized if it doesn't have the right length.
Alternatively, one could use the more costly CVisDVector CVisDMatrix::Row(int r) method.
To set the i-th col use: void CVisDMatrix::SetColumn(int c, const CVisDVector &v)
Back | DIVA Reference Manual | The DIVA-Site |