|
ndarray
NumPy-friendly multidimensional arrays in C++
|
Public Types | |
| typedef BinaryFunction::result_type | Element |
| typedef ExpressionTraits< Operand1 >::ND | ND |
| typedef detail::BinaryOpIterator< Operand1, Operand2, BinaryFunction > | Iterator |
| typedef boost::remove_const< Element >::type | Value |
| typedef Value const | Reference |
| typedef boost::mpl::false_ | IsScalar |
Public Member Functions | |
| BOOST_STATIC_ASSERT ((ND::value==ExpressionTraits< Operand2 >::ND::value)) | |