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 >::Scalar > conj_prod
 
typedef conj_prod::result_type ResScalar
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC 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

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.

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

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))>
static EIGEN_DEVICE_FUNC ResScalar Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::run ( const MatrixBase< T > &  a,
const MatrixBase< U > &  b 
)
inlinestatic

Definition at line 34 of file Dot.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:33