/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/ |
test_current_flow_betweenness_centrality.py | 47 for solver in ['full','lu','cg']: 49 solver=solver) 86 for solver in ['full','lu','cg']: 88 solver=solver) 149 for solver in ['full','lu','cg']: 150 b=approximate_cfbc(G,normalized=False,solver=solver,
|
/external/ceres-solver/include/ceres/ |
ceres.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 54 #include "ceres/solver.h"
|
solver.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 50 class CERES_EXPORT Solver { 52 virtual ~Solver(); 55 // the solver operates. The defaults should be suitable for a wide range of 370 // solver flakiness, the trust region strategy may return a 395 // Linear least squares solver options ------------------------------------- 427 // step. Currently only the SPARSE_SCHUR solver is capable of 431 // The order in which variables are eliminated in a linear solver 439 // the solver about the variable elimination ordering to use. Thi [all...] |
version.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
/external/ceres-solver/internal/ceres/ |
cgnr_solver.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 44 // A conjugate gradients on the normal equations solver. This directly solves
|
evaluator.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 80 *error = "Invalid Linear Solver Type. Unable to create evaluator.";
|
minimizer.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 42 Solver::Summary* summary) {
|
conjugate_gradients_solver.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 31 // Preconditioned Conjugate Gradients based solver for positive 53 // inexact Newton solver.
|
dense_normal_cholesky_solver.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 52 // equations, the solver instead solves the linear least squares 74 // library. This solver always returns a solution, it is the user's
|
dense_qr_solver.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 51 // equations, the solver instead solves the linear least squares 79 // library. This solver always returns a solution, it is the user's
|
lapack.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 55 // the solver terminated successfully or not and if so, what was the 85 // the solver terminated successfully or not and if so, what was the
|
solver_impl_test.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 84 Solver::Options options; 87 Solver::Summary summary;
|
sparse_normal_cholesky_solver.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/ 31 // A solver for sparse linear least squares problem based on solving 55 // cholesky solver.
|
blas.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
block_random_access_matrix.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
block_structure.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
collections_port.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
dynamic_compressed_row_finalizer.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
linear_operator.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
sparse_matrix.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Solution.h | 46 /// solver only. 53 /// solver only. 60 /// solver only. 67 /// solver only.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
NonLinearConjugateGradientOptimizer.java | 53 /** solver to use in the line search (may be null). */ 54 private UnivariateRealSolver solver; field in class:NonLinearConjugateGradientOptimizer 71 solver = null; 85 * Set the solver to use during line search. 86 * @param lineSearchSolver solver to use during line search, may be null 87 * to remove an already registered solver and fall back to the 88 * default {@link BrentSolver Brent solver}. 91 this.solver = lineSearchSolver; 122 if (solver == null) { 123 solver = new BrentSolver() [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
UnivariateRealSolverFactoryImpl.java | 20 * A concrete {@link UnivariateRealSolverFactory}. This is the default solver factory 23 * The default solver returned by this factory is a {@link BrentSolver}.</p>
|
/external/ceres-solver/include/ceres/internal/ |
reenable_warnings.h | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
logging.cc | 1 // Ceres Solver - A fast non-linear least squares minimizer 3 // http://code.google.com/p/ceres-solver/
|