#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) |
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 internal::dot_nocheck< T, U, NeedToTranspose >
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 internal::dot_nocheck< T, U, NeedToTranspose >::ResScalar |
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))>
The documentation for this struct was generated from the following file:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Core/Dot.h