Public Types

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 >
::Scalar 
Scalar
typedef traits< MatrixType >::Index Index
typedef traits< MatrixType >
::StorageKind 
StorageKind
typedef MatrixXpr XprKind

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


Member Typedef Documentation

template<typename MatrixType , int Size>
typedef traits<MatrixType>::Index internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Index
template<typename MatrixType , int Size>
typedef traits<MatrixType>::Scalar internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Scalar
template<typename MatrixType , int Size>
typedef traits<MatrixType>::StorageKind internal::traits< SparseInnerVectorSet< MatrixType, Size > >::StorageKind
template<typename MatrixType , int Size>
typedef MatrixXpr internal::traits< SparseInnerVectorSet< MatrixType, Size > >::XprKind

Member Enumeration Documentation

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

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