Eigen::internal::TensorBlockAssignment< Scalar, NumDims, TensorBlockExpr, IndexType >::BlockIteratorState Struct Reference

Public Member Functions

 BlockIteratorState ()
 

Public Attributes

IndexType count
 
IndexType size
 
IndexType output_stride
 
IndexType output_span
 

Constructor & Destructor Documentation

◆ BlockIteratorState()

template<typename Scalar , int NumDims, typename TensorBlockExpr , typename IndexType = Eigen::Index>
Eigen::internal::TensorBlockAssignment< Scalar, NumDims, TensorBlockExpr, IndexType >::BlockIteratorState::BlockIteratorState ( )
inline
1460 : count(0), size(0), output_stride(0), output_span(0) {}
IndexType output_span
Definition: TensorBlock.h:1465
IndexType size
Definition: TensorBlock.h:1463
IndexType output_stride
Definition: TensorBlock.h:1464
IndexType count
Definition: TensorBlock.h:1462

Member Data Documentation

◆ count

template<typename Scalar , int NumDims, typename TensorBlockExpr , typename IndexType = Eigen::Index>
IndexType Eigen::internal::TensorBlockAssignment< Scalar, NumDims, TensorBlockExpr, IndexType >::BlockIteratorState::count

◆ output_span

template<typename Scalar , int NumDims, typename TensorBlockExpr , typename IndexType = Eigen::Index>
IndexType Eigen::internal::TensorBlockAssignment< Scalar, NumDims, TensorBlockExpr, IndexType >::BlockIteratorState::output_span

◆ output_stride

template<typename Scalar , int NumDims, typename TensorBlockExpr , typename IndexType = Eigen::Index>
IndexType Eigen::internal::TensorBlockAssignment< Scalar, NumDims, TensorBlockExpr, IndexType >::BlockIteratorState::output_stride

◆ size

template<typename Scalar , int NumDims, typename TensorBlockExpr , typename IndexType = Eigen::Index>
IndexType Eigen::internal::TensorBlockAssignment< Scalar, NumDims, TensorBlockExpr, IndexType >::BlockIteratorState::size

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