#include <DenseStorage.h>
◆ Base
template<typename T , int Size, int Rows, int Cols, int Options, bool Trivial = internal::use_default_move<T, Size, Rows, Cols>::value>
◆ DenseStorage() [1/4]
template<typename T , int Size, int Rows, int Cols, int Options, bool Trivial = internal::use_default_move<T, Size, Rows, Cols>::value>
◆ DenseStorage() [2/4]
template<typename T , int Size, int Rows, int Cols, int Options, bool Trivial = internal::use_default_move<T, Size, Rows, Cols>::value>
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE Eigen::DenseStorage< T, Size, Rows, Cols, Options, Trivial >::DenseStorage |
( |
const DenseStorage< T, Size, Rows, Cols, Options, Trivial > & |
| ) |
|
|
constexprdefault |
◆ DenseStorage() [3/4]
template<typename T , int Size, int Rows, int Cols, int Options, bool Trivial = internal::use_default_move<T, Size, Rows, Cols>::value>
internal::DenseStorage_impl< T, Size, Rows, Cols, Options > Base
Definition: DenseStorage.h:542
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE Index cols() const
Definition: DenseStorage.h:120
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE Index size() const
Definition: DenseStorage.h:121
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE Index rows() const
Definition: DenseStorage.h:119
◆ DenseStorage() [4/4]
template<typename T , int Size, int Rows, int Cols, int Options, bool Trivial = internal::use_default_move<T, Size, Rows, Cols>::value>
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE Eigen::DenseStorage< T, Size, Rows, Cols, Options, Trivial >::DenseStorage |
( |
DenseStorage< T, Size, Rows, Cols, Options, Trivial > && |
| ) |
|
|
constexprdefault |
◆ operator=() [1/2]
template<typename T , int Size, int Rows, int Cols, int Options, bool Trivial = internal::use_default_move<T, Size, Rows, Cols>::value>
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE DenseStorage& Eigen::DenseStorage< T, Size, Rows, Cols, Options, Trivial >::operator= |
( |
const DenseStorage< T, Size, Rows, Cols, Options, Trivial > & |
| ) |
|
|
constexprdefault |
◆ operator=() [2/2]
template<typename T , int Size, int Rows, int Cols, int Options, bool Trivial = internal::use_default_move<T, Size, Rows, Cols>::value>
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE DenseStorage& Eigen::DenseStorage< T, Size, Rows, Cols, Options, Trivial >::operator= |
( |
DenseStorage< T, Size, Rows, Cols, Options, Trivial > && |
| ) |
|
|
constexprdefault |
The documentation for this class was generated from the following file: