|
NABLA
Nabla Ain't Basic Linear Algebra
|
Constraints for reshape operation template class. More...
Static Public Member Functions | |
| template<typename value_t , typename expr_t , typename tag > | |
| static bool | test (const matrix_expression< value_t, expr_t, tag > &a) |
| Run-time constraints test. | |
Constraints for reshape operation template class.
Static function test() of this template class is used to check constraints of target shape.
This class must be specialized for user defined shapes.
|
inlinestatic |
Run-time constraints test.
| reshape_error | thrown if target shape constraints are not met. |
This function is meant to have no side effects.
Definition at line 3504 of file matrix.h.
References nabla::get_matrix().
1.8.1.2