NDDEM
Public Types | Public Member Functions | Private Attributes | List of all members
Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SingletonVector Class Reference

#include <SparseMatrix.h>

Public Types

typedef StorageIndex value_type
 

Public Member Functions

 SingletonVector (Index i, Index v)
 
StorageIndex operator[] (Index i) const
 

Private Attributes

StorageIndex m_index
 
StorageIndex m_value
 

Member Typedef Documentation

◆ value_type

template<typename _Scalar , int _Options, typename _StorageIndex >
typedef StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SingletonVector::value_type

Constructor & Destructor Documentation

◆ SingletonVector()

template<typename _Scalar , int _Options, typename _StorageIndex >
Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SingletonVector::SingletonVector ( Index  i,
Index  v 
)
inline

Member Function Documentation

◆ operator[]()

template<typename _Scalar , int _Options, typename _StorageIndex >
StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SingletonVector::operator[] ( Index  i) const
inline

Member Data Documentation

◆ m_index

template<typename _Scalar , int _Options, typename _StorageIndex >
StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SingletonVector::m_index
private

◆ m_value

template<typename _Scalar , int _Options, typename _StorageIndex >
StorageIndex Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SingletonVector::m_value
private

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