Class const_matrix_column_gen (o2scl)¶
-
template<class mat_t>
class const_matrix_column_gen¶ Generic object which represents a column of a const matrix.
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.
This class has no size() method because ublas, Eigen, and armadillo matrix types do not have a consistent interface for obtaining the matrix dimensions.
Note
This class is experimental.