#include <DenseStorage.h>
|
template<typename T , int Size, int MatrixOrArrayOptions, int Alignment> |
EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void | copy (const plain_array< T, Size, MatrixOrArrayOptions, Alignment > &src, const Eigen::Index size, plain_array< T, Size, MatrixOrArrayOptions, Alignment > &dst) |
|
template<typename T , int Size, int MatrixOrArrayOptions, int Alignment> |
EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE void | swap (plain_array< T, Size, MatrixOrArrayOptions, Alignment > &a, const Eigen::Index a_size, plain_array< T, Size, MatrixOrArrayOptions, Alignment > &b, const Eigen::Index b_size) |
|
Definition at line 166 of file DenseStorage.h.
◆ copy()
template<typename T , int Size, int MatrixOrArrayOptions, int Alignment>
◆ swap()
template<typename T , int Size, int MatrixOrArrayOptions, int Alignment>
The documentation for this struct was generated from the following file: