LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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 |