Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Src Struct Reference

#include <TensorBlock.h>

Public Member Functions

 Src (const Dimensions &src_strides, const Scalar *src, IndexType src_offset=0)
 

Public Attributes

Dimensions strides
 
const Scalardata
 
IndexType offset
 

Constructor & Destructor Documentation

◆ Src()

template<typename Scalar , typename IndexType , int NumDims, int Layout>
Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Src::Src ( const Dimensions src_strides,
const Scalar src,
IndexType  src_offset = 0 
)
inline
1114  : strides(src_strides), data(src), offset(src_offset) {}
const Scalar * data
Definition: TensorBlock.h:1117
Dimensions strides
Definition: TensorBlock.h:1116
IndexType offset
Definition: TensorBlock.h:1118

Member Data Documentation

◆ data

◆ offset

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Src::offset

◆ strides

template<typename Scalar , typename IndexType , int NumDims, int Layout>
Dimensions Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Src::strides

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