Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::internal::dot_nocheck< T, U, NeedToTranspose > Struct Template Reference

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 43 of file Core.

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)

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 45 of file Core.


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 46 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo