NABLA  Nabla Ain't Basic Linear Algebra
Static Public Member Functions | List of all members
reshape_constraint< rectangular > Struct Template Reference

Constraints for reshape operation template class specialization. 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 > &)
 Run-time constraints test.

Detailed Description

template<>
struct nabla::reshape_constraint< rectangular >

Constraints for reshape operation template class specialization.

See Also
reshape_constraint

Definition at line 3516 of file matrix.h.

Member Function Documentation

static bool test ( const matrix_expression< value_t, expr_t, tag > &  )
inlinestatic

Run-time constraints test.

Exceptions
reshape_errorthrown if target shape constraints are not met.

This function is meant to have no side effects.

Definition at line 3523 of file matrix.h.


The documentation for this struct was generated from the following file: