Searched refs:CreateSparseMatrix (Results 1 – 8 of 8) sorted by relevance
86 ss.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingSuiteSparse()123 cxsparse.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingCXSparse()294 ss.CreateSparseMatrix(tsm_block_jacobian_transpose.get()); in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
73 cs_di* CreateSparseMatrix(TripletSparseMatrix* A);
92 cholmod_sparse* CreateSparseMatrix(TripletSparseMatrix* A);
310 cholmod_lhs = ss_.CreateSparseMatrix(tsm); in SolveReducedLinearSystemUsingSuiteSparse()409 cs_di* lhs = CHECK_NOTNULL(cxsparse_.CreateSparseMatrix(tsm)); in SolveReducedLinearSystemUsingCXSparse()
179 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) { in CreateSparseMatrix() function in ceres::internal::CXSparse
155 scoped_ptr<cholmod_sparse> ccsm(ss.CreateSparseMatrix(&tsm)); in TEST()
55 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) { in CreateSparseMatrix() function in ceres::internal::SuiteSparse
433 cholmod_sparse* lhs = ss_.CreateSparseMatrix( in Factorize()