Home
last modified time | relevance | path

Searched defs:Solver (Results 1 – 10 of 10) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver_test.cc85 TEST(Solver, UpdateStateEveryIterationOption) { in TEST() argument
162 TEST(Solver, TrustRegionProblemHasNoParameterBlocks) { in TEST() argument
174 TEST(Solver, LineSearchProblemHasNoParameterBlocks) { in TEST() argument
186 TEST(Solver, TrustRegionProblemHasZeroResiduals) { in TEST() argument
200 TEST(Solver, LineSearchProblemHasZeroResiduals) { in TEST() argument
214 TEST(Solver, TrustRegionProblemIsConstant) { in TEST() argument
228 TEST(Solver, LineSearchProblemIsConstant) { in TEST() argument
243 TEST(Solver, SparseNormalCholeskyNoSuiteSparse) { in TEST() argument
253 TEST(Solver, SparseNormalCholeskyNoCXSparse) { in TEST() argument
262 TEST(Solver, IterativeLinearSolverForDogleg) { in TEST() argument
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSingularValueDecompositionImpl.java273 private static class Solver implements DecompositionSolver { class in SingularValueDecompositionImpl
292 private Solver(final double[] singularValues, final RealMatrix uT, in Solver() method in SingularValueDecompositionImpl.Solver
DCholeskyDecompositionImpl.java191 private static class Solver implements DecompositionSolver { class in CholeskyDecompositionImpl
200 private Solver(final double[][] lTData) { in Solver() method in CholeskyDecompositionImpl.Solver
DFieldLUDecompositionImpl.java223 private static class Solver<T extends FieldElement<T>> implements FieldDecompositionSolver<T> { class in FieldLUDecompositionImpl
247 private Solver(final Field<T> field, final T[][] lu, in Solver() method in FieldLUDecompositionImpl.Solver
DLUDecompositionImpl.java232 private static class Solver implements DecompositionSolver { class in LUDecompositionImpl
249 private Solver(final double[][] lu, final int[] pivot, final boolean singular) { in Solver() method in LUDecompositionImpl.Solver
DQRDecompositionImpl.java252 private static class Solver implements DecompositionSolver { class in QRDecompositionImpl
270 private Solver(final double[][] qrt, final double[] rDiag) { in Solver() method in QRDecompositionImpl.Solver
DEigenDecompositionImpl.java244 private static class Solver implements DecompositionSolver { class in EigenDecompositionImpl
264 private Solver(final double[] realEigenvalues, in Solver() method in EigenDecompositionImpl.Solver
/external/ceres-solver/include/ceres/
Dproblem.h55 class Solver; variable
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1576 SCCPSolver Solver(DL, TLI); in runOnFunction() local
1705 SCCPSolver Solver(DL, TLI); in runOnModule() local
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h180 SolverT *Solver; variable