HomeSort by relevance Sort by last modified time
    Searched defs:LinearSolver (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
linear_solver.cc 45 LinearSolver::~LinearSolver() {
48 LinearSolverType LinearSolver::LinearSolverForZeroEBlocks(
72 LinearSolver* LinearSolver::Create(const LinearSolver::Options& options) {
linear_solver.h 80 // It is expected that a single instance of a LinearSolver object
84 // same LinearSolver instance with two different linear systems will
87 // Subclasses of LinearSolver use two structs to configure themselves.
88 // The Options struct configures the LinearSolver object for its
91 class LinearSolver {
285 virtual ~LinearSolver();
306 static LinearSolver* Create(const Options& options);
309 // This templated subclass of LinearSolver serves as a base class for
317 class TypedLinearSolver : public LinearSolver {
320 virtual LinearSolver::Summary Solve
    [all...]

Completed in 494 milliseconds