Public Types | Public Member Functions
Eigen::GeneralProduct< Lhs, Rhs, GemvProduct > Class Template Reference

#include <GeneralProduct.h>

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

List of all members.

Public Types

enum  { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight }
typedef Lhs::Scalar LhsScalar
typedef internal::conditional
< int(Side)==OnTheRight,
_LhsNested, _RhsNested >::type 
MatrixType
typedef Rhs::Scalar RhsScalar

Public Member Functions

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

Detailed Description

template<typename Lhs, typename Rhs>
class Eigen::GeneralProduct< Lhs, Rhs, GemvProduct >

Definition at line 305 of file GeneralProduct.h.


Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef Lhs::Scalar Eigen::GeneralProduct< Lhs, Rhs, GemvProduct >::LhsScalar
template<typename Lhs , typename Rhs >
typedef internal::conditional<int(Side)==OnTheRight,_LhsNested,_RhsNested>::type Eigen::GeneralProduct< Lhs, Rhs, GemvProduct >::MatrixType

Definition at line 321 of file GeneralProduct.h.

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

Member Enumeration Documentation

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator:
Side 

Definition at line 320 of file GeneralProduct.h.


Constructor & Destructor Documentation

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

Definition at line 314 of file GeneralProduct.h.


Member Function Documentation

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

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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:51