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

Generic object which represents a column of a const matrix. More...

#include <vector.h>

Detailed Description

template<class mat_t>
class o2scl::const_matrix_column_gen< mat_t >

Note
This class is experimental.

The only requirement on the type mat_t is that it must have an operator(size_t,size_t) method which accesses elements in the matrix.

This class is used in one of the o2scl::prob_dens_mdim_gaussian constructors.

Definition at line 2647 of file vector.h.

Public Member Functions

 const_matrix_column_gen (const mat_t &m, size_t column)
 
const double & operator[] (size_t i) const
 

Protected Attributes

const mat_t & m_
 
size_t column_
 

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).