Generic object which represents a column of a matrix. More...
#include <vector.h>
Public Member Functions | |
matrix_column_gen (mat_t &m, size_t column) | |
double & | operator[] (size_t i) |
const double & | operator[] (size_t i) const |
Data Fields | |
mat_t & | m_ |
size_t | column_ |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.