Home
last modified time | relevance | path

Searched defs:solve (Results 176 – 200 of 3025) sorted by relevance

12345678910>>...121

/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Darea_pair_2d_sw.cpp67 void AreaPair2DSW::solve(real_t p_step) { in solve() function in AreaPair2DSW
132 void Area2Pair2DSW::solve(real_t p_step) { in solve() function in Area2Pair2DSW
/dports/cad/yosys/yosys-yosys-0.12/libs/minisat/
H A DSimpSolver.h209 inline bool SimpSolver::solve ( bool do_simp, bool turn_off_simp) { bud… in solve() function
210 inline bool SimpSolver::solve (Lit p , bool do_simp, bool turn_off_simp) { bud… in solve() function
211 inline bool SimpSolver::solve (Lit p, Lit q, bool do_simp, bool turn_off_simp) { bud… in solve() function
212 inline bool SimpSolver::solve (Lit p, Lit q, Lit r, bool do_simp, bool turn_off_simp) { bud… in solve() function
213 inline bool SimpSolver::solve (const vec<Lit>& assumps, bool do_simp, bool turn_off_simp){ in solve() function
/dports/math/cvc4/CVC4-1.7/src/prop/minisat/simp/
H A DSimpSolver.h198 inline lbool SimpSolver::solve ( bool do_simp, bool turn_off_simp) { in solve() function
204 inline lbool SimpSolver::solve (Lit p , bool do_simp, bool turn_off_simp) { in solve() function
211 inline lbool SimpSolver::solve (Lit p, Lit q, bool do_simp, bool turn_off_simp) { in solve() function
219 inline lbool SimpSolver::solve (Lit p, Lit q, Lit r, bool do_simp, bool turn_off_simp) { in solve() function
228 inline lbool SimpSolver::solve (const vec<Lit>& assumps, bool do_simp, bool turn_off_simp){ in solve() function
/dports/math/minisat/minisat-2.2.1/minisat/simp/
H A DSimpSolver.h209 inline bool SimpSolver::solve ( bool do_simp, bool turn_off_simp) { bud… in solve() function
210 inline bool SimpSolver::solve (Lit p , bool do_simp, bool turn_off_simp) { bud… in solve() function
211 inline bool SimpSolver::solve (Lit p, Lit q, bool do_simp, bool turn_off_simp) { bud… in solve() function
212 inline bool SimpSolver::solve (Lit p, Lit q, Lit r, bool do_simp, bool turn_off_simp) { bud… in solve() function
213 inline bool SimpSolver::solve (const vec<Lit>& assumps, bool do_simp, bool turn_off_simp){ in solve() function
/dports/math/vampire/vampire-4.5.1/Minisat/simp/
H A DSimpSolver.h214 inline bool SimpSolver::solve ( bool do_simp, bool turn_off_simp) { bud… in solve() function
215 inline bool SimpSolver::solve (Lit p , bool do_simp, bool turn_off_simp) { bud… in solve() function
216 inline bool SimpSolver::solve (Lit p, Lit q, bool do_simp, bool turn_off_simp) { bud… in solve() function
217 inline bool SimpSolver::solve (Lit p, Lit q, Lit r, bool do_simp, bool turn_off_simp) { bud… in solve() function
218 inline bool SimpSolver::solve (const vec<Lit>& assumps, bool do_simp, bool turn_off_simp){ in solve() function
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/centrality/
H A Dflow_matrix.py55 def solve(self, r): member in InverseLaplacian
87 def solve(self, rhs): member in FullInverseLaplacian
108 def solve(self, rhs): member in SuperLUInverseLaplacian
124 def solve(self, rhs): member in CGInverseLaplacian
/dports/benchmarks/fhourstones/fhourstones-3.1_2/
H A DMain.hs40 solve line = do function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_diag_matrix_fixed.hxx32 vnl_vector_fixed<T,N> vnl_diag_matrix_fixed<T,N>::solve(vnl_vector_fixed<T,N> const& b) const in solve() function in vnl_diag_matrix_fixed
42 void vnl_diag_matrix_fixed<T,N>::solve(vnl_vector_fixed<T,N> const& b, vnl_vector_fixed<T,N>* out) … in solve() function in vnl_diag_matrix_fixed
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DIterativeLinearSolver.java119 public RealVector solve(final RealLinearOperator a, final RealVector b) in solve() method in IterativeLinearSolver
145 public RealVector solve(RealLinearOperator a, RealVector b, RealVector x0) in solve() method in IterativeLinearSolver
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_diag_matrix_fixed.hxx32 vnl_vector_fixed<T,N> vnl_diag_matrix_fixed<T,N>::solve(vnl_vector_fixed<T,N> const& b) const in solve() function in vnl_diag_matrix_fixed
42 void vnl_diag_matrix_fixed<T,N>::solve(vnl_vector_fixed<T,N> const& b, vnl_vector_fixed<T,N>* out) … in solve() function in vnl_diag_matrix_fixed
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/dfp/
H A DBracketingNthOrderBrentSolverDFP.java106 public Dfp solve(final int maxEval, final UnivariateDfpFunction f, in solve() method in BracketingNthOrderBrentSolverDFP
129 public Dfp solve(final int maxEval, final UnivariateDfpFunction f, in solve() method in BracketingNthOrderBrentSolverDFP
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DBaseSecantSolver.java106 public double solve(final int maxEval, final UnivariateFunction f, in solve() method in BaseSecantSolver
113 public double solve(final int maxEval, final UnivariateFunction f, in solve() method in BaseSecantSolver
122 public double solve(final int maxEval, final UnivariateFunction f, in solve() method in BaseSecantSolver
/dports/math/amgcl/amgcl-1.4.2/examples/
H A Dsolver.cpp99 Solver solve(perm(Ab), prm); in block_solve() local
117 Solver solve(Ab, prm); in block_solve() local
183 Solver solve(perm(Ab), prm, bprm); in block_solve() local
207 Solver solve(Ab, prm, bprm); in block_solve() local
276 Solver solve(perm(std::tie(rows, ptr, col, val)), prm, bprm); in scalar_solve() local
306 Solver solve(std::tie(rows, ptr, col, val), prm, bprm); in scalar_solve() local
337 std::tuple<size_t, double> solve( in solve() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/mat/fun/
H A DLDLT_factor.hpp87 solve(const Eigen::MatrixBase<Rhs> &b) const { in solve() function in stan::math::LDLT_factor
94 solve(const Eigen::MatrixBase<Rhs> &b) const { in solve() function in stan::math::LDLT_factor
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DLinearSolverPecosSrc.hpp62 virtual void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::LinearSolver
190 void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::BPSolver
233 void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::BPDNSolver
291 void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::OMPSolver
359 void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::LARSSolver
405 void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::COSAMPSolver
436 void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::LSQSolver
488 void solve( RealMatrix &A, RealMatrix &B, RealMatrix &result_0, in solve() function in Pecos::EqualityConstrainedLSQSolver
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Solver/
H A DCholmodSolver.cc203 bool CholmodSolver::solve( double * _x, double * _b) in solve() function in COMISO::CholmodSolver
244 solve ( std::vector<double>& _x0, std::vector<double>& _b) in solve() function in COMISO::CholmodSolver
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Darea_pair_2d_sw.cpp62 void AreaPair2DSW::solve(float p_step) { in solve() function in AreaPair2DSW
139 void Area2Pair2DSW::solve(float p_step) { in solve() function in Area2Pair2DSW
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Darea_pair_2d_sw.cpp62 void AreaPair2DSW::solve(float p_step) { in solve() function in AreaPair2DSW
139 void Area2Pair2DSW::solve(float p_step) { in solve() function in Area2Pair2DSW
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Darea_pair_sw.cpp63 void AreaPairSW::solve(float p_step) { in solve() function in AreaPairSW
141 void Area2PairSW::solve(float p_step) { in solve() function in Area2PairSW
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Darea_pair_sw.cpp63 void AreaPairSW::solve(float p_step) { in solve() function in AreaPairSW
141 void Area2PairSW::solve(float p_step) { in solve() function in Area2PairSW
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/gross-pitaevskii/numerics/
H A DFiniteDifference.hpp45 … void solve(ROL::Ptr<const std::vector<Real> > fp, ROL::Ptr<std::vector<Real> > up) { in solve() function in FiniteDifference
53 void solve(ROL::Ptr<std::vector<Real> > up) { in solve() function in FiniteDifference
/dports/lang/racket/racket-8.3/share/pkgs/games/paint-by-numbers/
H A Dsolve.rkt9 (define (solve row-info col-info set-entry setup-progress) function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/1D/@Stack/
H A Dsolve.m1 function solve(s, loglevel, refine_grid) function
/dports/math/minizinc/libminizinc-2.5.5/lib/algorithms/
H A Dmin_cut.cpp15 void Algorithms::MinCut::solve() { in solve() function in Algorithms::MinCut
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SparseCore/
H A DSparseSolverBase.h88 solve(const MatrixBase<Rhs>& b) const in solve() function
101 solve(const SparseMatrixBase<Rhs>& b) const in solve() function

12345678910>>...121