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 LinearSolver* LinearSolver::Create(const LinearSolver::Options& options) {
linear_solver.h 58 // It is expected that a single instance of a LinearSolver object
62 // same LinearSolver instance with two different linear systems will
65 // Subclasses of LinearSolver use two structs to configure themselves.
66 // The Options struct configures the LinearSolver object for its
69 class LinearSolver {
250 virtual ~LinearSolver();
259 static LinearSolver* Create(const Options& options);
262 // This templated subclass of LinearSolver serves as a base class for
270 class TypedLinearSolver : public LinearSolver {
273 virtual LinearSolver::Summary Solve
    [all...]

Completed in 81 milliseconds