WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::dot_nocheck< T, U, NeedToTranspose > Struct Template Reference

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

Member Typedef Documentation

◆ conj_prod

template<typename T , typename U , bool NeedToTranspose = T::IsVectorAtCompileTime && U::IsVectorAtCompileTime && ((int(T::RowsAtCompileTime) == 1 && int(U::ColsAtCompileTime) == 1) | (int(T::ColsAtCompileTime) == 1 && int(U::RowsAtCompileTime) == 1))>
typedef scalar_conj_product_op<typename traits<T>::Scalar,typename traits<U>::Scalar> Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::conj_prod

◆ ResScalar

template<typename T , typename U , bool NeedToTranspose = T::IsVectorAtCompileTime && U::IsVectorAtCompileTime && ((int(T::RowsAtCompileTime) == 1 && int(U::ColsAtCompileTime) == 1) | (int(T::ColsAtCompileTime) == 1 && int(U::RowsAtCompileTime) == 1))>
typedef conj_prod::result_type Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::ResScalar

Member Function Documentation

◆ run()

template<typename T , typename U , bool NeedToTranspose = T::IsVectorAtCompileTime && U::IsVectorAtCompileTime && ((int(T::RowsAtCompileTime) == 1 && int(U::ColsAtCompileTime) == 1) | (int(T::ColsAtCompileTime) == 1 && int(U::RowsAtCompileTime) == 1))>
EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE ResScalar Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::run ( const MatrixBase< T > &  a,
const MatrixBase< U > &  b 
)
inlinestatic

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