#include <DiagonalProduct.h>
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 |
Definition at line 56 of file DiagonalProduct.h.
typedef MatrixBase<DiagonalProduct> DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::Base |
Reimplemented from MatrixBase< DiagonalProduct< MatrixType, DiagonalType, ProductOrder > >.
Definition at line 61 of file DiagonalProduct.h.
DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::DiagonalProduct | ( | const MatrixType & | matrix, |
const DiagonalType & | diagonal | ||
) | [inline] |
Definition at line 64 of file DiagonalProduct.h.
const Scalar DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::coeff | ( | Index | row, |
Index | col | ||
) | const [inline] |
Definition at line 73 of file DiagonalProduct.h.
Index DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::cols | ( | void | ) | const [inline] |
Definition at line 71 of file DiagonalProduct.h.
EIGEN_STRONG_INLINE PacketScalar DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::packet | ( | Index | row, |
Index | col | ||
) | const [inline] |
Definition at line 79 of file DiagonalProduct.h.
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.
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.
Index DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::rows | ( | void | ) | const [inline] |
Definition at line 70 of file DiagonalProduct.h.
const DiagonalType::Nested DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::m_diagonal [protected] |
Definition at line 111 of file DiagonalProduct.h.
const MatrixType::Nested DiagonalProduct< MatrixType, DiagonalType, ProductOrder >::m_matrix [protected] |
Definition at line 110 of file DiagonalProduct.h.