Public Types | Static Public Member Functions | List of all members
Eigen::internal::dot_nocheck< T, U, true > 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>
struct Eigen::internal::dot_nocheck< T, U, true >

Definition at line 41 of file Dot.h.

Member Typedef Documentation

template<typename T , typename U >
typedef scalar_conj_product_op<typename traits<T>::Scalar,typename traits<U>::Scalar> Eigen::internal::dot_nocheck< T, U, true >::conj_prod

Definition at line 43 of file Dot.h.

template<typename T , typename U >
typedef conj_prod::result_type Eigen::internal::dot_nocheck< T, U, true >::ResScalar

Definition at line 44 of file Dot.h.

Member Function Documentation

template<typename T , typename U >
static EIGEN_DEVICE_FUNC ResScalar Eigen::internal::dot_nocheck< T, U, true >::run ( const MatrixBase< T > &  a,
const MatrixBase< U > &  b 
)
inlinestatic

Definition at line 46 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