TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Eigen::internal::conj_helper< LhsType, RhsType, ConjLhs, ConjRhs > Struct Template Reference

#include <ConjHelper.h>

Public Types

typedef ScalarBinaryOpTraits< LhsType, RhsType >::ReturnType ResultType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ResultType pmadd (const LhsType &x, const RhsType &y, const ResultType &c) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ResultType pmul (const LhsType &x, const RhsType &y) const
 

Member Typedef Documentation

◆ ResultType

template<typename LhsType , typename RhsType , bool ConjLhs, bool ConjRhs>
typedef ScalarBinaryOpTraits<LhsType,RhsType>::ReturnType Eigen::internal::conj_helper< LhsType, RhsType, ConjLhs, ConjRhs >::ResultType

Member Function Documentation

◆ pmadd()

template<typename LhsType , typename RhsType , bool ConjLhs, bool ConjRhs>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ResultType Eigen::internal::conj_helper< LhsType, RhsType, ConjLhs, ConjRhs >::pmadd ( const LhsType x,
const RhsType y,
const ResultType c 
) const
inline

◆ pmul()

template<typename LhsType , typename RhsType , bool ConjLhs, bool ConjRhs>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ResultType Eigen::internal::conj_helper< LhsType, RhsType, ConjLhs, ConjRhs >::pmul ( const LhsType x,
const RhsType y 
) const
inline

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