MOAB  4.9.3pre
Eigen::internal::sparse_eval< T, Rows, Cols, Flags > Struct Template Reference

#include <SparseUtil.h>

Inheritance diagram for Eigen::internal::sparse_eval< T, Rows, Cols, Flags >:

List of all members.

Public Types

enum  { _Options = ((Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor }
typedef traits< T >::Scalar _Scalar
typedef traits< T >::StorageIndex _StorageIndex
typedef SparseMatrix< _Scalar,
_Options, _StorageIndex
type

Detailed Description

template<typename T, int Rows, int Cols, int Flags>
struct Eigen::internal::sparse_eval< T, Rows, Cols, Flags >

Definition at line 97 of file SparseUtil.h.


Member Typedef Documentation

template<typename T, int Rows, int Cols, int Flags>
typedef traits<T>::Scalar Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::_Scalar

Definition at line 98 of file SparseUtil.h.

template<typename T, int Rows, int Cols, int Flags>
typedef traits<T>::StorageIndex Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::_StorageIndex

Definition at line 99 of file SparseUtil.h.

template<typename T, int Rows, int Cols, int Flags>
typedef SparseMatrix<_Scalar, _Options, _StorageIndex> Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::type

Definition at line 102 of file SparseUtil.h.


Member Enumeration Documentation

template<typename T, int Rows, int Cols, int Flags>
anonymous enum
Enumerator:
_Options 

Definition at line 100 of file SparseUtil.h.


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