Public Types | Public Member Functions

SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, 0, true > Struct Template Reference

#include <SelfadjointMatrixVector.h>

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

List of all members.

Public Types

enum  { LhsUpLo = LhsMode&(Upper|Lower) }

Public Member Functions

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

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


Member Enumeration Documentation

template<typename Lhs , int LhsMode, typename Rhs >
anonymous enum
Enumerator:
LhsUpLo 

Constructor & Destructor Documentation

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

Member Function Documentation

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

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