Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased > Struct Template Reference

#include <SparseBlock.h>

Inheritance diagram for Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >:
Inheritance graph
[legend]

Classes

class  InnerVectorInnerIterator
 
class  OuterVectorInnerIterator
 

Public Types

enum  { IsRowMajor = XprType::IsRowMajor, OuterVector, CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags = XprType::Flags }
 
typedef internal::conditional< OuterVector, OuterVectorInnerIterator, InnerVectorInnerIterator >::type InnerIterator
 
typedef XprType::Scalar Scalar
 
typedef XprType::StorageIndex StorageIndex
 
typedef Block< ArgType, BlockRows, BlockCols, InnerPanel > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Block< ArgType, BlockRows, BlockCols, InnerPanel > >
enum  
 
typedef traits< Block< ArgType, BlockRows, BlockCols, InnerPanel > > ExpressionTraits
 

Public Member Functions

Index nonZerosEstimate () const
 
 unary_evaluator (const XprType &op)
 

Protected Types

typedef evaluator< ArgType >::InnerIterator EvalIterator
 

Protected Attributes

evaluator< ArgType > m_argImpl
 
const XprTypem_block
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Detailed Description

template<typename ArgType, int BlockRows, int BlockCols, bool InnerPanel>
struct Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >

Definition at line 460 of file SparseBlock.h.

Member Typedef Documentation

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef evaluator<ArgType>::InnerIterator Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::EvalIterator
protected

Definition at line 496 of file SparseBlock.h.

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef internal::conditional<OuterVector,OuterVectorInnerIterator,InnerVectorInnerIterator>::type Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::InnerIterator

Definition at line 482 of file SparseBlock.h.

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef XprType::Scalar Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::Scalar

Definition at line 468 of file SparseBlock.h.

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef XprType::StorageIndex Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::StorageIndex

Definition at line 467 of file SparseBlock.h.

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef Block<ArgType,BlockRows,BlockCols,InnerPanel> Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::XprType

Definition at line 464 of file SparseBlock.h.

Member Enumeration Documentation

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
anonymous enum
Enumerator
IsRowMajor 
OuterVector 
CoeffReadCost 
Flags 

Definition at line 470 of file SparseBlock.h.

Constructor & Destructor Documentation

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::unary_evaluator ( const XprType op)
inlineexplicit

Definition at line 484 of file SparseBlock.h.

Member Function Documentation

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
Index Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::nonZerosEstimate ( ) const
inline

Definition at line 488 of file SparseBlock.h.

Member Data Documentation

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
evaluator<ArgType> Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::m_argImpl
protected

Definition at line 498 of file SparseBlock.h.

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
const XprType& Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::m_block
protected

Definition at line 499 of file SparseBlock.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:56