Construct a view of a matrix omitting one specified column. More...
#include <vector.h>
Public Member Functions | |
| matrix_view_omit_column (mat_t &m, size_t column_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 | co |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).