MOAB
4.9.3pre
|
#include <DenseStorage.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC | plain_array () |
EIGEN_DEVICE_FUNC | plain_array (constructor_without_unaligned_array_assert) |
Public Attributes | |
T | array [Size] |
Static array. If the MatrixOrArrayOptions require auto-alignment, the array will be automatically aligned: to 16 bytes boundary if the total size is a multiple of 16 bytes.
Definition at line 44 of file DenseStorage.h.
EIGEN_DEVICE_FUNC Eigen::internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::plain_array | ( | ) | [inline] |
Definition at line 49 of file DenseStorage.h.
{ check_static_allocation_size<T,Size>(); }
EIGEN_DEVICE_FUNC Eigen::internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::plain_array | ( | constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 55 of file DenseStorage.h.
{ check_static_allocation_size<T,Size>(); }
T Eigen::internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::array[Size] |
Definition at line 46 of file DenseStorage.h.