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() ( uint  i,
const all_elements  b 
) const [inline]

Returns a view of a row vector.

This operator returns a vector view of row i in this Matrix.

Parameters:
iThe row to view.
bAn all_elements object signifying whole vector access.
See also:
operator()(uint, uint, uint, uint)
operator()(uint, uint, uint, uint) const
operator()(all_elements, uint)
operator()(all_elements, uint) const
operator()(uint, all_elements)
Exceptions:
scythe_bounds_error(Level 2)