Home
last modified time | relevance | path

Searched refs:CreateSparseMatrix (Results 1 – 8 of 8) sorted by relevance

/external/ceres-solver/internal/ceres/
Dreorder_program.cc86 ss.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingSuiteSparse()
123 cxsparse.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingCXSparse()
294 ss.CreateSparseMatrix(tsm_block_jacobian_transpose.get()); in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
Dcxsparse.h73 cs_di* CreateSparseMatrix(TripletSparseMatrix* A);
Dsuitesparse.h92 cholmod_sparse* CreateSparseMatrix(TripletSparseMatrix* A);
Dschur_complement_solver.cc310 cholmod_lhs = ss_.CreateSparseMatrix(tsm); in SolveReducedLinearSystemUsingSuiteSparse()
409 cs_di* lhs = CHECK_NOTNULL(cxsparse_.CreateSparseMatrix(tsm)); in SolveReducedLinearSystemUsingCXSparse()
Dcxsparse.cc179 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) { in CreateSparseMatrix() function in ceres::internal::CXSparse
Dcompressed_col_sparse_matrix_utils_test.cc155 scoped_ptr<cholmod_sparse> ccsm(ss.CreateSparseMatrix(&tsm)); in TEST()
Dsuitesparse.cc55 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) { in CreateSparseMatrix() function in ceres::internal::SuiteSparse
Dvisibility_based_preconditioner.cc433 cholmod_sparse* lhs = ss_.CreateSparseMatrix( in Factorize()