Public Types | Public Member Functions

SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false > Struct Template Reference

#include <SelfadjointMatrixMatrix.h>

Inheritance diagram for SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >:
ProductBase< SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >, Lhs, Rhs > MatrixBase< SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false > > DenseBase< SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false > > internal::special_scalar_op_base< Derived, Scalar, OtherScalar, EnableIt > DenseCoeffsBase

List of all members.

Public Types

enum  { LhsIsUpper = (LhsMode&(Upper|Lower))==Upper, LhsIsSelfAdjoint = (LhsMode&SelfAdjoint)==SelfAdjoint, RhsIsUpper = (RhsMode&(Upper|Lower))==Upper, RhsIsSelfAdjoint = (RhsMode&SelfAdjoint)==SelfAdjoint }

Public Member Functions

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

template<typename Lhs, int LhsMode, typename Rhs, int RhsMode>
struct SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >


Member Enumeration Documentation

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
anonymous enum
Enumerator:
LhsIsUpper 
LhsIsSelfAdjoint 
RhsIsUpper 
RhsIsSelfAdjoint 

Constructor & Destructor Documentation

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >::SelfadjointProductMatrix ( const Lhs &  lhs,
const Rhs &  rhs 
) [inline]

Member Function Documentation

template<typename Lhs , int LhsMode, typename Rhs , int RhsMode>
template<typename Dest >
void SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false >::scaleAndAddTo ( Dest &  dst,
Scalar  alpha 
) const [inline]

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