Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dschur_eliminator.h197 virtual void BackSubstitute(const BlockSparseMatrix* A,
234 virtual void BackSubstitute(const BlockSparseMatrix* A,
Diterative_schur_complement_solver.cc92 schur_complement_->BackSubstitute(NULL, x); in SolveImpl()
172 schur_complement_->BackSubstitute( in SolveImpl()
Dimplicit_schur_complement_test.cc113 eliminator->BackSubstitute(A_.get(), b_.get(), D, in ReducedLinearSystemAndSolution()
167 isc.BackSubstitute(reference_f_sol.data(), sol.data()); in TestImplicitSchurComplement()
Dimplicit_schur_complement.h128 void BackSubstitute(const double* x, double* y);
Dimplicit_schur_complement.cc168 void ImplicitSchurComplement::BackSubstitute(const double* x, double* y) { in BackSubstitute() function in ceres::internal::ImplicitSchurComplement
Dschur_eliminator_test.cc170 eliminator->BackSubstitute(A.get(), in EliminateSolveAndCompare()
Dschur_complement_solver.cc89 eliminator_->BackSubstitute(A, b, per_solve_options.D, reduced_solution, x); in SolveImpl()
Dschur_eliminator_impl.h304 BackSubstitute(const BlockSparseMatrix* A, in BackSubstitute() function