#include <Dot.h>
Public Types | |
typedef scalar_conj_product_op< typename traits< T >::Scalar, typename traits< U >::Scalar > | conj_prod |
typedef conj_prod::result_type | ResScalar |
Static Public Member Functions | |
EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE ResScalar | run (const MatrixBase< T > &a, const MatrixBase< U > &b) |
typedef scalar_conj_product_op<typename traits<T>::Scalar,typename traits<U>::Scalar> Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::conj_prod |
typedef conj_prod::result_type Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::ResScalar |
|
inlinestatic |