OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackSubstitute
(Results
1 - 8
of
8
) sorted by null
/external/ceres-solver/internal/ceres/
implicit_schur_complement.h
128
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
92
schur_complement_->
BackSubstitute
(NULL, x);
172
schur_complement_->
BackSubstitute
(
implicit_schur_complement_test.cc
113
eliminator->
BackSubstitute
(A_.get(), b_.get(), D,
167
isc.
BackSubstitute
(reference_f_sol.data(), sol.data());
implicit_schur_complement.cc
168
void ImplicitSchurComplement::
BackSubstitute
(const double* x, double* y) {
201
// Like
BackSubstitute
, we use the block structure of A to implement
schur_eliminator_test.cc
170
eliminator->
BackSubstitute
(A.get(),
schur_complement_solver.cc
89
eliminator_->
BackSubstitute
(A, b, per_solve_options.D, reduced_solution, x);
90
event_logger.AddEvent("
BackSubstitute
");
schur_eliminator_impl.h
304
BackSubstitute
(const BlockSparseMatrix* A,
Completed in 193 milliseconds