MOAB  4.9.3pre
Eigen::internal::compute_matrix_flags< Scalar, Rows, Cols, Options, MaxRows, MaxCols > Class Template Reference

#include <XprHelper.h>

List of all members.

Public Types

enum  { ret = DirectAccessBit | LvalueBit | NestByRefBit | row_major_bit }

Private Types

enum  { row_major_bit = Options&RowMajor ? RowMajorBit : 0 }

Detailed Description

template<typename Scalar, int Rows, int Cols, int Options, int MaxRows, int MaxCols>
class Eigen::internal::compute_matrix_flags< Scalar, Rows, Cols, Options, MaxRows, MaxCols >

Definition at line 211 of file XprHelper.h.


Member Enumeration Documentation

template<typename Scalar , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
anonymous enum [private]
Enumerator:
row_major_bit 

Definition at line 213 of file XprHelper.h.

{ row_major_bit = Options&RowMajor ? RowMajorBit : 0 };
template<typename Scalar , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
anonymous enum
Enumerator:
ret 

Definition at line 218 of file XprHelper.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines