Home
last modified time | relevance | path

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

/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dschur_eliminator.h204 virtual void BackSubstitute(const BlockSparseMatrix* A,
242 virtual void BackSubstitute(const BlockSparseMatrix* A,
H A Diterative_schur_complement_solver.cc90 schur_complement_->BackSubstitute(NULL, x); in SolveImpl()
128 schur_complement_->BackSubstitute(reduced_linear_system_solution_.data(), in SolveImpl()
H A Dimplicit_schur_complement_test.cc114 eliminator->BackSubstitute(A_.get(), b_.get(), D, in ReducedLinearSystemAndSolution()
168 isc.BackSubstitute(reference_f_sol.data(), sol.data()); in TestImplicitSchurComplement()
H A Dimplicit_schur_complement.h128 void BackSubstitute(const double* x, double* y);
H A Dimplicit_schur_complement.cc168 void ImplicitSchurComplement::BackSubstitute(const double* x, double* y) { in BackSubstitute() function in ceres::internal::ImplicitSchurComplement
H A Dschur_eliminator_test.cc171 eliminator->BackSubstitute(A.get(), in EliminateSolveAndCompare()
H A Dschur_complement_solver.cc152 eliminator_->BackSubstitute(A, b, per_solve_options.D, reduced_solution, x); in SolveImpl()
H A Dschur_eliminator_impl.h303 BackSubstitute(const BlockSparseMatrix* A, in BackSubstitute() function
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Diterative_schur_complement_solver.cc90 schur_complement_->BackSubstitute(NULL, x); in SolveImpl()
128 schur_complement_->BackSubstitute(reduced_linear_system_solution_.data(), in SolveImpl()
H A Dschur_eliminator.h207 virtual void BackSubstitute(const BlockSparseMatrixData& A,
243 void BackSubstitute(const BlockSparseMatrixData& A,
569 void BackSubstitute(const BlockSparseMatrixData& A, in BackSubstitute() function
H A Dimplicit_schur_complement.h128 void BackSubstitute(const double* x, double* y);
H A Dimplicit_schur_complement.cc167 void ImplicitSchurComplement::BackSubstitute(const double* x, double* y) { in BackSubstitute() function in ceres::internal::ImplicitSchurComplement
H A Dschur_complement_solver.cc172 eliminator_->BackSubstitute( in SolveImpl()
H A Dschur_eliminator_impl.h313 BackSubstitute(const BlockSparseMatrixData& A, in BackSubstitute() function
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Diterative_schur_complement_solver.cc89 schur_complement_->BackSubstitute(NULL, x); in SolveImpl()
127 schur_complement_->BackSubstitute(reduced_linear_system_solution_.data(), in SolveImpl()
H A Dimplicit_schur_complement_test.cc119 eliminator->BackSubstitute(BlockSparseMatrixData(*A_), in ReducedLinearSystemAndSolution()
178 isc.BackSubstitute(reference_f_sol.data(), sol.data()); in TestImplicitSchurComplement()
H A Dschur_eliminator.h207 virtual void BackSubstitute(const BlockSparseMatrixData& A,
243 void BackSubstitute(const BlockSparseMatrixData& A,
569 void BackSubstitute(const BlockSparseMatrixData& A, in BackSubstitute() function
H A Dschur_eliminator_test.cc168 eliminator->BackSubstitute(BlockSparseMatrixData(*A), in EliminateSolveAndCompare()
325 eliminator->BackSubstitute(BlockSparseMatrixData(matrix), in TEST()
340 eliminator.BackSubstitute(BlockSparseMatrixData(matrix), in TEST()
H A Dimplicit_schur_complement.h130 void BackSubstitute(const double* x, double* y);
H A Dschur_eliminator_benchmark.cc173 eliminator->BackSubstitute(BlockSparseMatrixData(data.matrix()), in BM_SchurEliminatorBackSubstitute()
206 eliminator.BackSubstitute(BlockSparseMatrixData(data.matrix()), in BM_SchurEliminatorForOneFBlockBackSubstitute()
H A Dimplicit_schur_complement.cc161 void ImplicitSchurComplement::BackSubstitute(const double* x, double* y) { in BackSubstitute() function in ceres::internal::ImplicitSchurComplement
H A Dschur_complement_solver.cc170 eliminator_->BackSubstitute( in SolveImpl()
H A Dschur_eliminator_impl.h311 void SchurEliminator<kRowBlockSize, kEBlockSize, kFBlockSize>::BackSubstitute( in BackSubstitute() function