Public Member Functions | Public Attributes

ei_matrix_array< T, Size, MatrixOptions, 16 > Struct Template Reference

#include <MatrixStorage.h>

List of all members.

Public Member Functions

 ei_matrix_array ()
 ei_matrix_array (ei_constructor_without_unaligned_array_assert)

Public Attributes

EIGEN_ALIGN16 T array [Size]

template<typename T, int Size, int MatrixOptions>
struct ei_matrix_array< T, Size, MatrixOptions, 16 >


Constructor & Destructor Documentation

template<typename T , int Size, int MatrixOptions>
ei_matrix_array< T, Size, MatrixOptions, 16 >::ei_matrix_array (  )  [inline]
template<typename T , int Size, int MatrixOptions>
ei_matrix_array< T, Size, MatrixOptions, 16 >::ei_matrix_array ( ei_constructor_without_unaligned_array_assert   )  [inline]

Member Data Documentation

template<typename T , int Size, int MatrixOptions>
EIGEN_ALIGN16 T ei_matrix_array< T, Size, MatrixOptions, 16 >::array[Size]

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