Public Types
Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > > Struct Template Reference

#include <SparseBlock.h>

List of all members.

Public Types

enum  {
  IsRowMajor = (int(MatrixType::Flags)&RowMajorBit)==RowMajorBit, Flags = MatrixType::Flags, RowsAtCompileTime = IsRowMajor ? Size : MatrixType::RowsAtCompileTime, ColsAtCompileTime = IsRowMajor ? MatrixType::ColsAtCompileTime : Size,
  MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, CoeffReadCost = MatrixType::CoeffReadCost
}
typedef traits< MatrixType >::Index Index
typedef traits< MatrixType >
::Scalar 
Scalar
typedef traits< MatrixType >
::StorageKind 
StorageKind
typedef MatrixXpr XprKind

Detailed Description

template<typename MatrixType, int Size>
struct Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >

Definition at line 17 of file SparseBlock.h.


Member Typedef Documentation

template<typename MatrixType , int Size>
typedef traits<MatrixType>::Index Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Index

Definition at line 20 of file SparseBlock.h.

template<typename MatrixType , int Size>
typedef traits<MatrixType>::Scalar Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Scalar

Definition at line 19 of file SparseBlock.h.

template<typename MatrixType , int Size>
typedef traits<MatrixType>::StorageKind Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::StorageKind

Definition at line 21 of file SparseBlock.h.

template<typename MatrixType , int Size>
typedef MatrixXpr Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::XprKind

Definition at line 22 of file SparseBlock.h.


Member Enumeration Documentation

template<typename MatrixType , int Size>
anonymous enum
Enumerator:
IsRowMajor 
Flags 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
CoeffReadCost 

Definition at line 23 of file SparseBlock.h.


The documentation for this struct was generated from the following file:


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:04