Home
last modified time | relevance | path

Searched full:solvers (Results 1 – 25 of 137) sorted by relevance

123456

/external/eigen/doc/
DSparseLinearSystems.dox3solvers available in Eigen. The main steps that are common to all these linear solvers are introdu…
7 \section TutorialSparseSolverList List of sparse solvers
9 %Eigen currently provides a wide set of built-in solvers, as well as wrappers to external solver li…
12 \subsection TutorialSparseSolverList_Direct Built-in direct solvers
37 \subsection TutorialSparseSolverList_Iterative Built-in iterative solvers
59 \subsection TutorialSparseSolverList_Wrapper Wrappers to external solvers
91 All these solvers follow the same general concept.
116 For \c SPD solvers, a second optional template argument allows to specify which triangular part hav…
145 Finally, most of the iterative solvers, can also be used in a \b matrix-free context, see the follo…
148 …ectangular matrices. These are the results of using direct solvers. For this class of solvers prec…
[all …]
DMatrixfreeSolverExample.dox6 \eigenManualPage MatrixfreeSolverExample Matrix-free solvers
8 Iterative solvers such as ConjugateGradient and BiCGSTAB can be used in a matrix free context. To t…
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DUnivariateRealSolver.java17 package org.apache.commons.math.analysis.solvers;
64 * Solvers that do require bracketing should be able to handle the case
84 * Solvers that do require bracketing should be able to handle the case
106 * Solvers that do require bracketing should be able to handle the case
128 * Solvers that do require bracketing should be able to handle the case
DUnivariateRealSolverImpl.java18 package org.apache.commons.math.analysis.solvers;
30 * solvers.
142 * Solvers that do require bracketing should be able to handle the case
165 * Solvers that do require bracketing should be able to handle the case
DUnivariateRealSolverFactory.java17 package org.apache.commons.math.analysis.solvers;
22 * Solvers implementing the following algorithms are supported:
/external/apache-commons-math/src/main/java/org/apache/commons/math3/dfp/
DBracketingNthOrderBrentSolverDFP.java20 import org.apache.commons.math3.analysis.solvers.AllowedSolution;
21 import org.apache.commons.math3.analysis.solvers.FieldBracketingNthOrderBrentSolver;
97 * single zero root. Solvers that do require bracketing should be able to handle the case where
122 * that the interval brackets a single zero root. Solvers that do require bracketing should be
/external/sdv/vsomeip/third_party/boost/numeric/odeint/doc/
Ddetails_steppers.qbk96 [section Symplectic solvers]
98 As mentioned above symplectic solvers are used for Hamiltonian systems. Symplectic solvers conserve…
114 … this simplified form. This kind of system can be used in the symplectic solvers, by simply passin…
126 [section Implicit solvers]
130 … stiff system possesses two or more time scales of very different order. Solvers for stiff systems…
132 For implicit solvers the system is again a pair, where the first component computes ['f(x,t)] and t…
134 [important Implicit solvers only work with ublas::vector as state type. At
141 Another large class of solvers are multi-step method. They save a small part of the history of the …
325solvers for ODEs since the noisy part of the SDE has to be scaled differently then the determinist…
375 You can use this meta algorithm to construct you own solvers. This has the
Dexamples_table.qbk40 …es gives a brief introduction to odeint and shows the usage of the classical Runge-Kutta-solvers.]]
67 [The solar system example shows the usage of the symplectic solvers.]]
73 …[The stiff system example shows the usage of the stiff solvers using the Jacobian of the system fu…
85 …[This stiff system example again shows the usage of the stiff solvers by integrating the van der P…
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/
DBracketedUnivariateSolver.java18 package org.apache.commons.math3.analysis.solvers;
52 * Solvers that do require bracketing should be able to handle the case
73 * Solvers that do require bracketing should be able to handle the case
DAbstractUnivariateSolver.java18 package org.apache.commons.math3.analysis.solvers;
23 * Base class for solvers.
DBaseUnivariateSolver.java17 package org.apache.commons.math3.analysis.solvers;
93 * Solvers that do require bracketing should be able to handle the case
112 * Solvers that do require bracketing should be able to handle the case
DBracketedRealFieldUnivariateSolver.java18 package org.apache.commons.math3.analysis.solvers;
102 * Solvers that do require bracketing should be able to handle the case
123 * Solvers that do require bracketing should be able to handle the case
DAbstractPolynomialSolver.java18 package org.apache.commons.math3.analysis.solvers;
23 * Base class for solvers.
DAbstractUnivariateDifferentiableSolver.java18 package org.apache.commons.math3.analysis.solvers;
26 * solvers.
DAbstractDifferentiableUnivariateSolver.java18 package org.apache.commons.math3.analysis.solvers;
26 * solvers.
DAllowedSolution.java18 package org.apache.commons.math3.analysis.solvers;
33 * {@link org.apache.commons.math3.ode.ODEIntegrator ODE solvers}, it
/external/eigen/Eigen/
DIterativeLinearSolvers20 * Those solvers are accessible via the following classes:
25 * These iterative solvers are associated with some preconditioners:
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
DCombinedTypeSolver.java29 * A container for type solvers. All solving is done by the contained type solvers.
44 * Main use case for this is to circumvent bugs or missing functionality in some type solvers.
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/events/
DEventState.java21 import org.apache.commons.math3.analysis.solvers.AllowedSolution;
22 import org.apache.commons.math3.analysis.solvers.BracketedUnivariateSolver;
23 import org.apache.commons.math3.analysis.solvers.PegasusSolver;
24 import org.apache.commons.math3.analysis.solvers.UnivariateSolver;
25 import org.apache.commons.math3.analysis.solvers.UnivariateSolverUtils;
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DFieldDecompositionSolver.java29 * <p>Some solvers like {@link FieldLUDecomposition} can only find the solution for square matrices
31 * Other solvers can also find solutions with non-square matrix A and with non-null minimal norm. If
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/
DFirstOrderFieldIntegrator.java21 import org.apache.commons.math3.analysis.solvers.BracketedRealFieldUnivariateSolver;
82 * org.apache.commons.math3.analysis.solvers.FieldBracketingNthOrderBrentSolver}.
90 * org.apache.commons.math3.analysis.solvers.BracketedRealFieldUnivariateSolver)
/external/eigen/bench/spbench/
Dspbenchsolver.cpp5 cout<< " \nbenchsolver : performs a benchmark of all the solvers available in Eigen \n\n"; in bench_printhelp()
18 cout<< " --eps <RelErr> Sets the relative tolerance for iterative solvers (default 1e-08) \n\n"; in bench_printhelp()
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DEstimatedParameter.java26 * and the solvers should not adjust them. On the other hand, the
27 * solvers should adjust the value of unbounds parameters until they
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DDecompositionSolver.java27 * <p>Some solvers like {@link LUDecomposition} can only find the solution for
29 * ||A &times; X - B|| is exactly 0. Other solvers can also find solutions
DFieldDecompositionSolver.java28 * <p>Some solvers like {@link LUDecomposition} can only find the solution for
30 * ||A &times; X - B|| is exactly 0. Other solvers can also find solutions

123456