Public Member Functions | Protected Attributes | Private Types | List of all members
Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse > Class Template Reference

#include <SparseCwiseBinaryOp.h>

Public Member Functions

EIGEN_STRONG_INLINE Index col () const
 
EIGEN_STRONG_INLINE Index index () const
 
EIGEN_STRONG_INLINE operator bool () const
 
EIGEN_STRONG_INLINE Derived & operator++ ()
 
EIGEN_STRONG_INLINE Index row () const
 
EIGEN_STRONG_INLINE sparse_cwise_binary_op_inner_iterator_selector (const CwiseBinaryXpr &xpr, Index outer)
 
EIGEN_STRONG_INLINE Scalar value () const
 

Protected Attributes

const BinaryFuncm_functor
 
const Index m_outer
 
RhsIterator m_rhsIter
 
const CwiseBinaryXprm_xpr
 

Private Types

enum  { IsRowMajor = (int(Rhs::Flags)&RowMajorBit)==RowMajorBit }
 
typedef traits< CwiseBinaryXpr >::_RhsNested _RhsNested
 
typedef scalar_product_op< T > BinaryFunc
 
typedef CwiseBinaryOp< BinaryFunc, Lhs, Rhs > CwiseBinaryXpr
 
typedef Lhs::Index Index
 
typedef _RhsNested::InnerIterator RhsIterator
 
typedef CwiseBinaryXpr::Scalar Scalar
 

Detailed Description

template<typename T, typename Lhs, typename Rhs, typename Derived>
class Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >

Definition at line 254 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef traits<CwiseBinaryXpr>::_RhsNested Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::_RhsNested
private

Definition at line 259 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef scalar_product_op<T> Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::BinaryFunc
private

Definition at line 256 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef CwiseBinaryOp<BinaryFunc, Lhs, Rhs> Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::CwiseBinaryXpr
private

Definition at line 257 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef Lhs::Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::Index
private

Definition at line 261 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef _RhsNested::InnerIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::RhsIterator
private

Definition at line 260 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef CwiseBinaryXpr::Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::Scalar
private

Definition at line 258 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

template<typename T , typename Lhs , typename Rhs , typename Derived >
anonymous enum
private
Enumerator
IsRowMajor 

Definition at line 263 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

template<typename T , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::sparse_cwise_binary_op_inner_iterator_selector ( const CwiseBinaryXpr xpr,
Index  outer 
)
inline

Definition at line 266 of file SparseCwiseBinaryOp.h.

Member Function Documentation

template<typename T , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::col ( ) const
inline

Definition at line 281 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::index ( ) const
inline

Definition at line 279 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::operator bool ( ) const
inline

Definition at line 283 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Derived& Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::operator++ ( )
inline

Definition at line 270 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::row ( ) const
inline

Definition at line 280 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::value ( ) const
inline

Definition at line 276 of file SparseCwiseBinaryOp.h.

Member Data Documentation

template<typename T , typename Lhs , typename Rhs , typename Derived >
const BinaryFunc& Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::m_functor
protected

Definition at line 288 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
const Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::m_outer
protected

Definition at line 289 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
RhsIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::m_rhsIter
protected

Definition at line 287 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
const CwiseBinaryXpr& Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Dense, Sparse >::m_xpr
protected

Definition at line 286 of file SparseCwiseBinaryOp.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:17