Scythe-1.0.3
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Matrix<T_type, ORDER, View> scythe::Matrix< T_type, ORDER, STYLE >::operator() ( const all_elements  a,
uint  j 
) const [inline]

Returns a view of a column vector.

This operator returns a vector view of column j in this Matrix.

Parameters:
aAn all_elements object signifying whole vector access.
jThe column to view.
See also:
operator()(uint, uint, uint, uint)
operator()(uint, uint, uint, uint) const
operator()(all_elements, uint)
operator()(uint, all_elements)
operator()(uint, all_elements) const
Exceptions:
scythe_bounds_error(Level 2)