Class matrix_column_gen (o2scl)¶
-
template<class
mat_t
>
classo2scl
::
matrix_column_gen
¶ Generic object which represents a column of a 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.- Note
This class is experimental.
This class is used in
o2scl::eos_sn_base::slice
to construct a row of a matrix object of typestd::function<double &(size_t,size_t)>