Class matrix_view_omit_column (o2scl)¶
- 
template<class mat_t>
 class matrix_view_omit_column¶
- Construct a view of a matrix omitting one specified column. - Note that this class stores a reference to the original matrix specified by the user. If this class is used after that reference becomes invalid then the results will be unpredictable. - Note - This class is experimental.