MakeComplexOp< Scalar > Struct Template Reference

Public Types

typedef std::complex< Scalarresult_type
 

Public Member Functions

result_type operator() (const Scalar &a, const Scalar &b) const
 

Member Typedef Documentation

◆ result_type

template<typename Scalar >
typedef std::complex<Scalar> MakeComplexOp< Scalar >::result_type

Member Function Documentation

◆ operator()()

template<typename Scalar >
result_type MakeComplexOp< Scalar >::operator() ( const Scalar a,
const Scalar b 
) const
inline
10 { return result_type(a, b); }
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32
std::complex< Scalar > result_type
Definition: class_CwiseBinaryOp.cpp:9

References a, and b.


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