Home
last modified time | relevance | path

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

/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
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
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
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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1753 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant()
1806 SCCPSolver Solver( in runSCCP() local
1922 SCCPSolver &Solver) { in findReturnsToZap()
1972 static void forceIndeterminateEdge(Instruction* I, SCCPSolver &Solver) { in forceIndeterminateEdge()
2009 SCCPSolver Solver(DL, GetTLI); in runIPSCCP() local
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1513 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant()
1543 static bool tryToReplaceInstWithConstant(SCCPSolver &Solver, Instruction *Inst, in tryToReplaceInstWithConstant()
1560 SCCPSolver Solver(DL, TLI); in runSCCP() local
1695 SCCPSolver Solver(DL, TLI); in runIPSCCP() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp375 SparseSolver<CVPLatticeKey, CVPLatticeVal> Solver(&Lattice); in runCVP() local
/external/eigen/test/
Dsparse_solver.h154 typedef typename Eigen::SparseLU<Eigen::SparseMatrix<Scalar> > Solver; in check_sparse_solving() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h164 SolverT *Solver = nullptr; variable
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h179 SolverT *Solver; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp262 Z3_solver Solver; member in __anon526ea7540111::Z3Solver