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

  /external/ceres-solver/internal/ceres/
cxsparse.h 69 cs_di* CreateSparseMatrix(TripletSparseMatrix* A);
cxsparse.cc 106 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) {
suitesparse.h 65 cholmod_sparse* CreateSparseMatrix(TripletSparseMatrix* A);
67 // This function works like CreateSparseMatrix, except that the
suitesparse_test.cc 154 scoped_ptr<cholmod_sparse> ccsm(ss.CreateSparseMatrix(&tsm));
schur_complement_solver.cc 284 cholmod_sparse* cholmod_lhs = ss_.CreateSparseMatrix(tsm);
364 cs_di* lhs = CHECK_NOTNULL(cxsparse_.CreateSparseMatrix(tsm));
suitesparse.cc 40 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) {
visibility_based_preconditioner.cc 436 cholmod_sparse* lhs = ss_.CreateSparseMatrix(

Completed in 5805 milliseconds