Public Types | Public Member Functions

GeneralProduct< Lhs, Rhs, GemmProduct > Class Template Reference

#include <GeneralMatrixMatrix.h>

Inheritance diagram for GeneralProduct< Lhs, Rhs, GemmProduct >:
ProductBase< GeneralProduct< Lhs, Rhs, GemmProduct >, Lhs, Rhs > MatrixBase< GeneralProduct< Lhs, Rhs, GemmProduct > > DenseBase< GeneralProduct< Lhs, Rhs, GemmProduct > > internal::special_scalar_op_base< Derived, Scalar, OtherScalar, EnableIt > DenseCoeffsBase

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

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


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
template<typename Lhs , typename Rhs >
typedef Rhs::Scalar GeneralProduct< Lhs, Rhs, GemmProduct >::RhsScalar

Constructor & Destructor Documentation

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

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: