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