Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dreorder_program.cc121 ss.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingSuiteSparse()
168 cxsparse.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingCXSparse()
365 ss.CreateSparseMatrix(tsm_block_jacobian_transpose.get()); in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
H A Dcxsparse.h84 cs_di* CreateSparseMatrix(TripletSparseMatrix* A);
H A Dsuitesparse.h91 cholmod_sparse* CreateSparseMatrix(TripletSparseMatrix* A);
H A Dcxsparse.cc168 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) { in CreateSparseMatrix() function in ceres::internal::CXSparse
H A Dsuitesparse.cc55 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) { in CreateSparseMatrix() function in ceres::internal::SuiteSparse
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dreorder_program.cc120 ss.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingSuiteSparse()
167 cxsparse.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingCXSparse()
371 ss.CreateSparseMatrix(tsm_block_jacobian_transpose.get()); in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
H A Dcxsparse.h83 cs_di* CreateSparseMatrix(TripletSparseMatrix* A);
H A Dsuitesparse.h91 cholmod_sparse* CreateSparseMatrix(TripletSparseMatrix* A);
H A Dcxsparse.cc168 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) { in CreateSparseMatrix() function in ceres::internal::CXSparse
H A Dsuitesparse.cc55 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) { in CreateSparseMatrix() function in ceres::internal::SuiteSparse
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dreorder_program.cc120 cholmod_sparse* block_jacobian_transpose = ss.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingSuiteSparse()
163 block_jacobian_transpose = cxsparse.CreateSparseMatrix( in OrderingForSparseNormalCholeskyUsingCXSparse()
357 ss.CreateSparseMatrix(tsm_block_jacobian_transpose.get()); in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
H A Dcxsparse.h84 cs_di* CreateSparseMatrix(TripletSparseMatrix* A);
H A Dsuitesparse.h92 cholmod_sparse* CreateSparseMatrix(TripletSparseMatrix* A);
H A Dcxsparse.cc167 cs_di* CXSparse::CreateSparseMatrix(TripletSparseMatrix* tsm) { in CreateSparseMatrix() function in ceres::internal::CXSparse
H A Dsuitesparse.cc54 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) { in CreateSparseMatrix() function in ceres::internal::SuiteSparse