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

  /external/ceres-solver/internal/ceres/
implicit_schur_complement.h 127 void BackSubstitute(const double* x, double* y);
schur_eliminator.h 169 // this function before calling Eliminate or BackSubstitute. It is
197 virtual void BackSubstitute(const BlockSparseMatrix* A,
234 virtual void BackSubstitute(const BlockSparseMatrix* A,
iterative_schur_complement_solver.cc 88 schur_complement_->BackSubstitute(NULL, x);
165 schur_complement_->BackSubstitute(
implicit_schur_complement_test.cc 113 eliminator->BackSubstitute(A_.get(), b_.get(), D,
164 isc.BackSubstitute(reference_f_sol.data(), sol.data());
implicit_schur_complement.cc 171 void ImplicitSchurComplement::BackSubstitute(const double* x, double* y) {
204 // Like BackSubstitute, we use the block structure of A to implement
schur_eliminator_test.cc 170 eliminator->BackSubstitute(A.get(),
schur_complement_solver.cc 92 eliminator_->BackSubstitute(A, b, per_solve_options.D, reduced_solution, x);
95 event_logger.AddEvent("BackSubstitute");
schur_eliminator_impl.h 301 BackSubstitute(const BlockSparseMatrix* A,

Completed in 531 milliseconds