Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType >::Src Struct Reference

#include <TensorBlock.h>

Public Member Functions

 Src (IndexType o, IndexType s, const Scalar *d)
 

Public Attributes

IndexType offset
 
IndexType stride
 
const Scalardata
 

Constructor & Destructor Documentation

◆ Src()

template<typename Scalar , typename IndexType >
Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType >::Src::Src ( IndexType  o,
IndexType  s,
const Scalar d 
)
inline
932 : offset(o), stride(s), data(d) {}
RealScalar s
Definition: level1_cplx_impl.h:130
const Scalar * data
Definition: TensorBlock.h:936
IndexType offset
Definition: TensorBlock.h:934
IndexType stride
Definition: TensorBlock.h:935

Member Data Documentation

◆ data

◆ offset

template<typename Scalar , typename IndexType >
IndexType Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType >::Src::offset

◆ stride

template<typename Scalar , typename IndexType >
IndexType Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType >::Src::stride

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