WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::conj_helper< LhsType, RhsType, ConjLhs, ConjRhs > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/arch/Default/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: