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

#include <TensorBlock.h>

Public Member Functions

 Dst (IndexType o, IndexType s, Scalar *d)
 

Public Attributes

IndexType offset
 
IndexType stride
 
Scalardata
 

Constructor & Destructor Documentation

◆ Dst()

template<typename Scalar , typename IndexType >
Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType >::Dst::Dst ( IndexType  o,
IndexType  s,
Scalar d 
)
inline
924 : offset(o), stride(s), data(d) {}
RealScalar s
Definition: level1_cplx_impl.h:130
IndexType offset
Definition: TensorBlock.h:926
Scalar * data
Definition: TensorBlock.h:928
IndexType stride
Definition: TensorBlock.h:927

Member Data Documentation

◆ data

◆ offset

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

◆ stride

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

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