Public Types | Public Member Functions | Private Types
GeneralProduct< Lhs, Rhs, GemmProduct > Class Template Reference

#include <GeneralMatrixMatrix.h>

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

List of all members.

Public Types

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

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) }

Detailed Description

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

Definition at line 392 of file GeneralMatrixMatrix.h.


Member Typedef Documentation

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

Definition at line 403 of file GeneralMatrixMatrix.h.

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

Member Enumeration Documentation

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

Definition at line 395 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 405 of file GeneralMatrixMatrix.h.


Member Function Documentation

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

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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:07