Public Member Functions | Protected Attributes | List of all members
o2scl::matrix_view_omit_column< mat_t > Class Template Reference

Construct a view of a matrix omitting one specified column. More...

#include <vector.h>

Detailed Description

template<class mat_t>
class o2scl::matrix_view_omit_column< mat_t >

Note
This class is experimental.

Definition at line 2807 of file 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
 

The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).