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

#include <Dot.h>

List of all members.

Public Types

typedef scalar_product_traits
< typename traits< T >::Scalar,
typename traits< U >::Scalar >
::ReturnType 
ResScalar

Static Public Member Functions

static 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_product_traits<typename traits<T>::Scalar,typename traits<U>::Scalar>::ReturnType Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::ResScalar

Definition at line 31 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 ResScalar Eigen::internal::dot_nocheck< T, U, NeedToTranspose >::run ( const MatrixBase< T > &  a,
const MatrixBase< U > &  b 
) [inline, static]

Definition at line 32 of file Dot.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:59