Public Types | Static Public Member Functions | List of all members
Eigen::internal::dot_nocheck< T, U, NeedToTranspose > Struct Template Reference

#include <Dot.h>

Public Types

typedef scalar_conj_product_op< typename traits< T >::Scalar, typename traits< U >::Scalarconj_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)
 

Detailed Description

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))>
struct Eigen::internal::dot_nocheck< T, U, NeedToTranspose >

Definition at line 29 of file Dot.h.

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

Definition at line 31 of file Dot.h.

◆ 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

Definition at line 32 of file Dot.h.

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

Definition at line 35 of file Dot.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:50