LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
A metafunction that computes the EigenView instantiation that most closely matches an Eigen type. More...
#include <eigen.h>
Public Types | |
enum | { N = 2, C = ((contiguous) ? ((Traits::Flags & Eigen::RowMajorBit) ? 2 : -2) : 0), Rows = Traits::RowsAtCompileTime, Cols = Traits::ColsAtCompileTime } |
typedef Eigen::internal::traits< T > | Traits |
typedef Traits::Scalar | Scalar |
typedef boost::mpl::if_ < boost::is_const< T >, Scalar const, Scalar >::type | Element |
typedef Traits::XprKind | XprKind |
typedef Array< Element, N, C > | Shallow |
typedef ArrayRef< Element, N, C > | Deep |
typedef EigenView< Element, N, C, XprKind, Rows, Cols > | Type |
A metafunction that computes the EigenView instantiation that most closely matches an Eigen type.
typedef boost::mpl::if_< boost::is_const<T>, Scalar const, Scalar >::type ndarray::SelectEigenView< T, contiguous >::Element |
typedef Traits::Scalar ndarray::SelectEigenView< T, contiguous >::Scalar |
typedef Eigen::internal::traits<T> ndarray::SelectEigenView< T, contiguous >::Traits |
typedef Traits::XprKind ndarray::SelectEigenView< T, contiguous >::XprKind |
anonymous enum |
Enumerator | |
---|---|
N | |
C | |
Rows | |
Cols |