MOAB  4.9.3pre
Eigen::DenseBase< Derived >::NColsBlockXpr< N > Struct Template Reference

#include <DenseBase.h>

List of all members.

Public Types

typedef Block< Derived,
internal::traits< Derived >
::RowsAtCompileTime, N,!IsRowMajor
Type

Detailed Description

template<typename Derived>
template<int N>
struct Eigen::DenseBase< Derived >::NColsBlockXpr< N >

expression type of a block of whole columns

Definition at line 27 of file DenseBase.h.


Member Typedef Documentation

template<typename Derived>
template<int N>
typedef Block<Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Eigen::DenseBase< Derived >::NColsBlockXpr< N >::Type

Definition at line 27 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