Public Types
internal::traits< SparseDiagonalProduct< Lhs, Rhs > > Struct Template Reference

#include <SparseDiagonalProduct.h>

List of all members.

Public Types

enum  {
  RowsAtCompileTime = _Lhs::RowsAtCompileTime, ColsAtCompileTime = _Rhs::ColsAtCompileTime, MaxRowsAtCompileTime = _Lhs::MaxRowsAtCompileTime, MaxColsAtCompileTime = _Rhs::MaxColsAtCompileTime,
  SparseFlags = is_diagonal<_Lhs>::ret ? int(_Rhs::Flags) : int(_Lhs::Flags), Flags = (SparseFlags&RowMajorBit), CoeffReadCost = Dynamic
}
typedef remove_all< Lhs >::type _Lhs
typedef remove_all< Rhs >::type _Rhs
typedef promote_index_type
< typename traits< Lhs >
::Index, typename traits< Rhs >
::Index >::type 
Index
typedef _Lhs::Scalar Scalar
typedef Sparse StorageKind
typedef MatrixXpr XprKind

Detailed Description

template<typename Lhs, typename Rhs>
struct internal::traits< SparseDiagonalProduct< Lhs, Rhs > >

Definition at line 43 of file SparseDiagonalProduct.h.


Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef remove_all<Lhs>::type internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::_Lhs

Definition at line 45 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef remove_all<Rhs>::type internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::_Rhs

Definition at line 46 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::Index

Definition at line 49 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef _Lhs::Scalar internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::Scalar

Definition at line 47 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef Sparse internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::StorageKind

Definition at line 50 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef MatrixXpr internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::XprKind

Definition at line 51 of file SparseDiagonalProduct.h.


Member Enumeration Documentation

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
SparseFlags 
Flags 
CoeffReadCost 

Definition at line 52 of file SparseDiagonalProduct.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:40