ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
ndarray::result_of::vectorize< T1, T2, T3 > Struct Template Reference

Public Types

typedef T1 BinaryFunction
 
typedef T2 Argument1
 
typedef T3 Argument2
 

Public Attributes

boost::mpl::if_< boost::mpl::and_< typenameExpressionTraits< Argument1 >::IsScalar, typenameExpressionTraits< Argument2 >::IsScalar >, typenameBinaryFunction::result_type, detail::BinaryOpExpression< Argument1, Argument2, BinaryFunction > >::type type
 

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