MOAB  4.9.3pre
Eigen::DenseBase< Derived >::FixedBlockXpr< Rows, Cols > Struct Template Reference

#include <DenseBase.h>

List of all members.

Public Types

typedef Block< Derived, Rows,
Cols > 
Type

Detailed Description

template<typename Derived>
template<int Rows, int Cols>
struct Eigen::DenseBase< Derived >::FixedBlockXpr< Rows, Cols >

expression of a block of fixed sizes

Definition at line 36 of file DenseBase.h.


Member Typedef Documentation

template<typename Derived>
template<int Rows, int Cols>
typedef Block<Derived,Rows,Cols> Eigen::DenseBase< Derived >::FixedBlockXpr< Rows, Cols >::Type

Definition at line 36 of file DenseBase.h.


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