#include <SparseLU_column_dfs.h>

Public Types | |
| enum | { ExpandMem = true } |
| typedef IndexVector::Scalar | Index |
| typedef ScalarVector::Scalar | Scalar |
Public Member Functions | |
| column_dfs_traits (Index jcol, Index &jsuper, typename SparseLUImpl< Scalar, Index >::GlobalLU_t &glu, SparseLUImpl< Scalar, Index > &luImpl) | |
| void | mem_expand (IndexVector &lsub, Index &nextl, Index chmark) |
| bool | update_segrep (Index, Index) |
Public Attributes | |
| SparseLUImpl< Scalar, Index > ::GlobalLU_t & | m_glu |
| Index | m_jcol |
| Index & | m_jsuper_ref |
| SparseLUImpl< Scalar, Index > & | m_luImpl |
Definition at line 39 of file SparseLU_column_dfs.h.
| typedef IndexVector::Scalar Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::Index |
Definition at line 42 of file SparseLU_column_dfs.h.
| typedef ScalarVector::Scalar Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::Scalar |
Definition at line 41 of file SparseLU_column_dfs.h.
| anonymous enum |
Definition at line 56 of file SparseLU_column_dfs.h.
| Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::column_dfs_traits | ( | Index | jcol, |
| Index & | jsuper, | ||
| typename SparseLUImpl< Scalar, Index >::GlobalLU_t & | glu, | ||
| SparseLUImpl< Scalar, Index > & | luImpl | ||
| ) | [inline] |
Definition at line 43 of file SparseLU_column_dfs.h.
| void Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::mem_expand | ( | IndexVector & | lsub, |
| Index & | nextl, | ||
| Index | chmark | ||
| ) | [inline] |
Definition at line 50 of file SparseLU_column_dfs.h.
| bool Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::update_segrep | ( | Index | , |
| Index | |||
| ) | [inline] |
Definition at line 46 of file SparseLU_column_dfs.h.
| SparseLUImpl<Scalar, Index>::GlobalLU_t& Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::m_glu |
Definition at line 60 of file SparseLU_column_dfs.h.
| Index Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::m_jcol |
Definition at line 58 of file SparseLU_column_dfs.h.
| Index& Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::m_jsuper_ref |
Definition at line 59 of file SparseLU_column_dfs.h.
| SparseLUImpl<Scalar, Index>& Eigen::internal::column_dfs_traits< IndexVector, ScalarVector >::m_luImpl |
Definition at line 61 of file SparseLU_column_dfs.h.