HomeSort by relevance Sort by last modified time
    Searched refs:column_dfs_traits (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_dfs.h 39 struct column_dfs_traits : no_assignment_operator struct in namespace:Eigen::internal
43 column_dfs_traits(Index jcol, Index& jsuper, typename SparseLUImpl<Scalar, StorageIndex>::GlobalLU_t& glu, SparseLUImpl<Scalar, StorageIndex>& luImpl) function in struct:Eigen::internal::column_dfs_traits
103 column_dfs_traits<IndexVector, ScalarVector> traits(jcol, jsuper, glu, *this);
SparseLUImpl.h 60 friend struct column_dfs_traits;

Completed in 72 milliseconds