Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
DiagonalProduct< MatrixType, DiagonalType, ProductOrder > Class Template Reference

#include <DiagonalProduct.h>

Inheritance diagram for DiagonalProduct< MatrixType, DiagonalType, ProductOrder >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef MatrixBase
< DiagonalProduct
Base

Public Member Functions

const Scalar coeff (Index row, Index col) const
Index cols () const
 DiagonalProduct (const MatrixType &matrix, const DiagonalType &diagonal)
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar packet (Index row, Index col) const
Index rows () const

Protected Member Functions

template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar packet_impl (Index row, Index col, Index id, internal::true_type) const
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar packet_impl (Index row, Index col, Index id, internal::false_type) const

Protected Attributes

const DiagonalType::Nested m_diagonal
const MatrixType::Nested m_matrix

Detailed Description

template<typename MatrixType, typename DiagonalType, int ProductOrder>
class DiagonalProduct< MatrixType, DiagonalType, ProductOrder >

Definition at line 56 of file DiagonalProduct.h.


Member Typedef Documentation

template<typename MatrixType, typename DiagonalType, int ProductOrder>
typedef MatrixBase<DiagonalProduct> DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::Base

Constructor & Destructor Documentation

template<typename MatrixType, typename DiagonalType, int ProductOrder>
DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::DiagonalProduct ( const MatrixType matrix,
const DiagonalType &  diagonal 
) [inline]

Definition at line 64 of file DiagonalProduct.h.


Member Function Documentation

template<typename MatrixType, typename DiagonalType, int ProductOrder>
const Scalar DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 73 of file DiagonalProduct.h.

template<typename MatrixType, typename DiagonalType, int ProductOrder>
Index DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::cols ( void  ) const [inline]

Definition at line 71 of file DiagonalProduct.h.

template<typename MatrixType, typename DiagonalType, int ProductOrder>
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::packet ( Index  row,
Index  col 
) const [inline]

Definition at line 79 of file DiagonalProduct.h.

template<typename MatrixType, typename DiagonalType, int ProductOrder>
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::packet_impl ( Index  row,
Index  col,
Index  id,
internal::true_type   
) const [inline, protected]

Definition at line 93 of file DiagonalProduct.h.

template<typename MatrixType, typename DiagonalType, int ProductOrder>
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::packet_impl ( Index  row,
Index  col,
Index  id,
internal::false_type   
) const [inline, protected]

Definition at line 100 of file DiagonalProduct.h.

template<typename MatrixType, typename DiagonalType, int ProductOrder>
Index DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::rows ( void  ) const [inline]

Definition at line 70 of file DiagonalProduct.h.


Member Data Documentation

template<typename MatrixType, typename DiagonalType, int ProductOrder>
const DiagonalType::Nested DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::m_diagonal [protected]

Definition at line 111 of file DiagonalProduct.h.

template<typename MatrixType, typename DiagonalType, int ProductOrder>
const MatrixType::Nested DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::m_matrix [protected]

Definition at line 110 of file DiagonalProduct.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:01