Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
Eigen::internal::diagonal_product_evaluator_base< MatrixType, DiagonalType, Derived, ProductOrder > Struct Template Reference
Inheritance diagram for Eigen::internal::diagonal_product_evaluator_base< MatrixType, DiagonalType, Derived, ProductOrder >:
Eigen::internal::evaluator_base< Derived > Eigen::internal::noncopyable

Public Types

enum  {
  CoeffReadCost = NumTraits<Scalar>::MulCost + evaluator<MatrixType>::CoeffReadCost + evaluator<DiagonalType>::CoeffReadCost , MatrixFlags = evaluator<MatrixType>::Flags , DiagFlags = evaluator<DiagonalType>::Flags , _StorageOrder = MatrixFlags & RowMajorBit ? RowMajor : ColMajor ,
  _ScalarAccessOnDiag , _SameTypes = is_same<typename MatrixType::Scalar, typename DiagonalType::Scalar>::value , _Vectorizable = bool(int(MatrixFlags)&PacketAccessBit) && _SameTypes && (_ScalarAccessOnDiag || (bool(int(DiagFlags)&PacketAccessBit))) , _LinearAccessMask = (MatrixType::RowsAtCompileTime==1 || MatrixType::ColsAtCompileTime==1) ? LinearAccessBit : 0 ,
  Flags = ((HereditaryBits|_LinearAccessMask) & (unsigned int)(MatrixFlags)) | (_Vectorizable ? PacketAccessBit : 0) , Alignment = evaluator<MatrixType>::Alignment
}
 
typedef scalar_product_traits< typenameMatrixType::Scalar, typenameDiagonalType::Scalar >::ReturnType Scalar
 
- Public Types inherited from Eigen::internal::evaluator_base< Derived >
enum  
 
typedef traits< Derived > ExpressionTraits
 

Public Member Functions

 diagonal_product_evaluator_base (const MatrixType &mat, const DiagonalType &diag)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar coeff (Index idx) const
 

Protected Member Functions

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

Protected Attributes

evaluator< DiagonalType > m_diagImpl
 
evaluator< MatrixType > m_matImpl
 

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