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

Member Data Documentation

◆ data

template<typename Scalar , typename IndexType , int NumDims, int Layout>
const Scalar* Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Src::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: