Home
last modified time | relevance | path

Searched refs:column_dfs_traits (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h39 struct column_dfs_traits : no_assignment_operator struct
43column_dfs_traits(Index jcol, Index& jsuper, typename SparseLUImpl<Scalar, StorageIndex>::GlobalLU… in column_dfs_traits() function
103 column_dfs_traits<IndexVector, ScalarVector> traits(jcol, jsuper, glu, *this); in column_dfs()
DSparseLUImpl.h60 friend struct column_dfs_traits;