Construct a view of a matrix omtting a specified row. More...
#include <vector.h>
Public Member Functions | |
matrix_view_omit_row (mat_t &m, size_t row_omit) | |
Create. | |
double & | operator() (size_t i, size_t j) |
Return a reference. | |
const double & | operator() (size_t i, size_t j) const |
Return a const reference. | |
size_t | size1 () const |
Return the number of rows. | |
size_t | size2 () const |
Return the number of columns. | |
Protected Attributes | |
mat_t & | m_ |
A reference to the original matrix. | |
size_t | ro |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).