Public Member Functions

TriangularProduct< Mode, true, Lhs, false, Rhs, true > Struct Template Reference

#include <TriangularMatrixVector.h>

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

List of all members.

Public Member Functions

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

template<int Mode, typename Lhs, typename Rhs>
struct TriangularProduct< Mode, true, Lhs, false, Rhs, true >


Constructor & Destructor Documentation

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

Member Function Documentation

template<int Mode, typename Lhs , typename Rhs >
template<typename Dest >
void TriangularProduct< Mode, true, Lhs, false, Rhs, true >::scaleAndAddTo ( Dest &  dst,
Scalar  alpha 
) const [inline]

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