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

#include <DiagonalProduct.h>

Inheritance diagram for Eigen::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

DiagonalType::Nested m_diagonal
MatrixType::Nested m_matrix

Detailed Description

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

Definition at line 43 of file DiagonalProduct.h.


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Definition at line 51 of file DiagonalProduct.h.


Member Function Documentation

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

Definition at line 60 of file DiagonalProduct.h.

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

Definition at line 58 of file DiagonalProduct.h.

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

Definition at line 66 of file DiagonalProduct.h.

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

Definition at line 80 of file DiagonalProduct.h.

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

Definition at line 87 of file DiagonalProduct.h.

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

Definition at line 57 of file DiagonalProduct.h.


Member Data Documentation

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

Definition at line 98 of file DiagonalProduct.h.

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

Definition at line 97 of file DiagonalProduct.h.


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:50