ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
ndarray::ExpressionTraits< detail::BinaryOpExpression< Operand1, Operand2, BinaryFunction, 1 > > Struct Template Reference

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))
 

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