Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::sparse_eval< T, Rows, Cols, Flags > Struct Template Reference

#include <src/eigen/Eigen/src/SparseCore/SparseUtil.h>

+ Inheritance diagram for Eigen::internal::sparse_eval< T, Rows, Cols, Flags >:

Public Types

enum  { _Options = ((Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor }
 
typedef traits< T >::Scalar _Scalar
 
typedef traits< T >::StorageIndex _StorageIndex
 
typedef SparseMatrix< _Scalar, _Options, _StorageIndextype
 

Detailed Description

template<typename T, int Rows, int Cols, int Flags>
struct Eigen::internal::sparse_eval< T, Rows, Cols, Flags >

Member Typedef Documentation

◆ _Scalar

template<typename T , int Rows, int Cols, int Flags>
typedef traits<T>::Scalar Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::_Scalar

◆ _StorageIndex

template<typename T , int Rows, int Cols, int Flags>
typedef traits<T>::StorageIndex Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::_StorageIndex

◆ type

template<typename T , int Rows, int Cols, int Flags>
typedef SparseMatrix<_Scalar, _Options, _StorageIndex> Eigen::internal::sparse_eval< T, Rows, Cols, Flags >::type

Member Enumeration Documentation

◆ anonymous enum

template<typename T , int Rows, int Cols, int Flags>
anonymous enum
Enumerator
_Options 
@ ColMajor
Definition Constants.h:320
@ RowMajor
Definition Constants.h:322
const unsigned int RowMajorBit
Definition Constants.h:61
@ _Options
Definition SparseUtil.h:100

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