Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
template<typename T , matrix_order O, matrix_style S>
Resize a Matrix to match another. This modifier resizes this Matrix to match the dimensions of the argument. In all other respects, it behaves just like resize().
Referenced by scythe::Matrix< T_type, M_ORDER, M_STYLE >::copy(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::detach(), and scythe::Matrix< T_type, M_ORDER, M_STYLE >::operator=(). |