TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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

Member Data Documentation

◆ data

template<typename Scalar , typename IndexType >
const Scalar* Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType >::Src::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: