Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Private Types

GeneralProduct< Lhs, Rhs, GemmProduct > Class Template Reference


Detailed Description

template<typename Lhs, typename Rhs>
class GeneralProduct< Lhs, Rhs, GemmProduct >

Definition at line 397 of file GeneralMatrixMatrix.h.

#include <src/Core/products/GeneralMatrixMatrix.h>

Inheritance diagram for GeneralProduct< Lhs, Rhs, GemmProduct >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Lhs::Scalar LhsScalar
typedef Rhs::Scalar RhsScalar
typedef Scalar ResScalar

Public Member Functions

 GeneralProduct (const Lhs &lhs, const Rhs &rhs)
template<typename Dest >
void scaleAndAddTo (Dest &dst, Scalar alpha) const

Private Types

enum  { MaxDepthAtCompileTime = EIGEN_SIZE_MIN_PREFER_FIXED(Lhs::MaxColsAtCompileTime,Rhs::MaxRowsAtCompileTime) }

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef Lhs::Scalar GeneralProduct< Lhs, Rhs, GemmProduct >::LhsScalar

Definition at line 406 of file GeneralMatrixMatrix.h.

template<typename Lhs , typename Rhs >
typedef Scalar GeneralProduct< Lhs, Rhs, GemmProduct >::ResScalar

Definition at line 408 of file GeneralMatrixMatrix.h.

template<typename Lhs , typename Rhs >
typedef Rhs::Scalar GeneralProduct< Lhs, Rhs, GemmProduct >::RhsScalar

Definition at line 407 of file GeneralMatrixMatrix.h.


Member Enumeration Documentation

template<typename Lhs , typename Rhs >
anonymous enum [private]
Enumerator:
MaxDepthAtCompileTime 

Definition at line 400 of file GeneralMatrixMatrix.h.


Constructor & Destructor Documentation

template<typename Lhs , typename Rhs >
GeneralProduct< Lhs, Rhs, GemmProduct >::GeneralProduct ( const Lhs &  lhs,
const Rhs &  rhs 
) [inline]

Definition at line 410 of file GeneralMatrixMatrix.h.

References EIGEN_CHECK_BINARY_COMPATIBILIY.


Member Function Documentation

template<typename Lhs , typename Rhs >
template<typename Dest >
void GeneralProduct< Lhs, Rhs, GemmProduct >::scaleAndAddTo ( Dest &  dst,
Scalar  alpha 
) const [inline]



Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011