Public Member Functions | Private Attributes | Static Private Attributes | List of all members
Eigen::TensorStorage< T, FixedDimensions, Options_ > Class Template Reference

#include <TensorStorage.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T * data ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T * data () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const FixedDimensions & dimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DenseIndex size () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStorage ()
 

Private Attributes

EIGEN_ALIGN_MAXm_data [MinSize]
 
FixedDimensions m_dimensions
 

Static Private Attributes

static const std::size_t MinSize = max_n_1<Size>::size
 
static const std::size_t Size = FixedDimensions::total_size
 

Detailed Description

template<typename T, int Options_, typename FixedDimensions>
class Eigen::TensorStorage< T, FixedDimensions, Options_ >

Definition at line 39 of file TensorStorage.h.

Constructor & Destructor Documentation

template<typename T , int Options_, typename FixedDimensions >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorStorage< T, FixedDimensions, Options_ >::TensorStorage ( )
inline

Definition at line 52 of file TensorStorage.h.

Member Function Documentation

template<typename T , int Options_, typename FixedDimensions >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T* Eigen::TensorStorage< T, FixedDimensions, Options_ >::data ( )
inline

Definition at line 56 of file TensorStorage.h.

template<typename T , int Options_, typename FixedDimensions >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T* Eigen::TensorStorage< T, FixedDimensions, Options_ >::data ( ) const
inline

Definition at line 58 of file TensorStorage.h.

template<typename T , int Options_, typename FixedDimensions >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const FixedDimensions& Eigen::TensorStorage< T, FixedDimensions, Options_ >::dimensions ( ) const
inline

Definition at line 61 of file TensorStorage.h.

template<typename T , int Options_, typename FixedDimensions >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DenseIndex Eigen::TensorStorage< T, FixedDimensions, Options_ >::size ( ) const
inline

Definition at line 64 of file TensorStorage.h.

Member Data Documentation

template<typename T , int Options_, typename FixedDimensions >
EIGEN_ALIGN_MAX T Eigen::TensorStorage< T, FixedDimensions, Options_ >::m_data[MinSize]
private

Definition at line 46 of file TensorStorage.h.

template<typename T , int Options_, typename FixedDimensions >
FixedDimensions Eigen::TensorStorage< T, FixedDimensions, Options_ >::m_dimensions
private

Definition at line 48 of file TensorStorage.h.

template<typename T , int Options_, typename FixedDimensions >
const std::size_t Eigen::TensorStorage< T, FixedDimensions, Options_ >::MinSize = max_n_1<Size>::size
staticprivate

Definition at line 45 of file TensorStorage.h.

template<typename T , int Options_, typename FixedDimensions >
const std::size_t Eigen::TensorStorage< T, FixedDimensions, Options_ >::Size = FixedDimensions::total_size
staticprivate

Definition at line 42 of file TensorStorage.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:27