OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
60
// It is expected that a single instance of a
LinearSolver
object
64
// same
LinearSolver
instance with two different linear systems will
67
// Subclasses of
LinearSolver
use two structs to configure themselves.
68
// The Options struct configures the
LinearSolver
object for its
71
class
LinearSolver
{
254
virtual ~
LinearSolver
();
275
static
LinearSolver
* Create(const Options& options);
278
// This templated subclass of
LinearSolver
serves as a base class for
286
class TypedLinearSolver : public
LinearSolver
{
289
virtual
LinearSolver
::Summary Solve
[
all
...]
Completed in 473 milliseconds