WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::sparse_eval< T, Rows, Cols, Flags > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/SparseCore/SparseUtil.h>

Public Types

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

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 

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