Home
last modified time | relevance | path

Searched defs:solve (Results 76 – 100 of 3025) sorted by relevance

12345678910>>...121

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/
H A DInverseDynamicsSolver.cpp46 Vector InverseDynamicsSolver::solve(const SimTK::State &s, const SimTK::Vector &udot) in solve() function in OpenSim::InverseDynamicsSolver
76 Vector InverseDynamicsSolver::solve(const SimTK::State &s, const SimTK::Vector &udot, in solve() function in OpenSim::InverseDynamicsSolver
97 Vector InverseDynamicsSolver::solve(SimTK::State &s, const FunctionSet &Qs, double time) in solve() function in OpenSim::InverseDynamicsSolver
128 void InverseDynamicsSolver::solve(SimTK::State &s, const FunctionSet &Qs, const Array_<double> &tim… in solve() function in OpenSim::InverseDynamicsSolver
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DOptSolverUtil.h40 void solve(SolverHandle opt, in solve() function
151 void solve(Solver<DomainT, ProblemT>& opt, in solve() function
164 void solve(Solver<DomainT, ProblemT>& opt, in solve() function
182 void solve(Solver<DomainT, ProblemT>& opt, Problem<ProblemT>& prob, DomainT& point, in solve() function
205 void solve(Solver<DomainT, ProblemT>& opt, Problem<ProblemT>& prob, in solve() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/examples/sudoku/
H A Dsudoku_game.erl215 solve(St=#s{v=Vals},All) -> function
219 solve(Rem, false, _St, [Solved|_], Unsolved, _) -> {true, [Solved], Rem ++ Unsolved}; function
220 solve([], _, _St, Solved, [], _) -> {true, Solved, []}; function
221 solve([], _, _St, Solved, Unsolved, Unsolved) -> {false, Solved, Unsolved}; function
222 solve([], _, St, Solved, Unsolved, _Orig) -> function
224 solve([Index|Rest],All, St, S, US, Orig) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/examples/sudoku/
H A Dsudoku_game.erl215 solve(St=#s{v=Vals},All) -> function
219 solve(Rem, false, _St, [Solved|_], Unsolved, _) -> {true, [Solved], Rem ++ Unsolved}; function
220 solve([], _, _St, Solved, [], _) -> {true, Solved, []}; function
221 solve([], _, _St, Solved, Unsolved, Unsolved) -> {false, Solved, Unsolved}; function
222 solve([], _, St, Solved, Unsolved, _Orig) -> function
224 solve([Index|Rest],All, St, S, US, Orig) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/examples/sudoku/
H A Dsudoku_game.erl215 solve(St=#s{v=Vals},All) -> function
219 solve(Rem, false, _St, [Solved|_], Unsolved, _) -> {true, [Solved], Rem ++ Unsolved}; function
220 solve([], _, _St, Solved, [], _) -> {true, Solved, []}; function
221 solve([], _, _St, Solved, Unsolved, Unsolved) -> {false, Solved, Unsolved}; function
222 solve([], _, St, Solved, Unsolved, _Orig) -> function
224 solve([Index|Rest],All, St, S, US, Orig) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/examples/sudoku/
H A Dsudoku_game.erl215 solve(St=#s{v=Vals},All) -> function
219 solve(Rem, false, _St, [Solved|_], Unsolved, _) -> {true, [Solved], Rem ++ Unsolved}; function
220 solve([], _, _St, Solved, [], _) -> {true, Solved, []}; function
221 solve([], _, _St, Solved, Unsolved, Unsolved) -> {false, Solved, Unsolved}; function
222 solve([], _, St, Solved, Unsolved, _Orig) -> function
224 solve([Index|Rest],All, St, S, US, Orig) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/examples/sudoku/
H A Dsudoku_game.erl215 solve(St=#s{v=Vals},All) -> function
219 solve(Rem, false, _St, [Solved|_], Unsolved, _) -> {true, [Solved], Rem ++ Unsolved}; function
220 solve([], _, _St, Solved, [], _) -> {true, Solved, []}; function
221 solve([], _, _St, Solved, Unsolved, Unsolved) -> {false, Solved, Unsolved}; function
222 solve([], _, St, Solved, Unsolved, _Orig) -> function
224 solve([Index|Rest],All, St, S, US, Orig) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/examples/sudoku/
H A Dsudoku_game.erl215 solve(St=#s{v=Vals},All) -> function
219 solve(Rem, false, _St, [Solved|_], Unsolved, _) -> {true, [Solved], Rem ++ Unsolved}; function
220 solve([], _, _St, Solved, [], _) -> {true, Solved, []}; function
221 solve([], _, _St, Solved, Unsolved, Unsolved) -> {false, Solved, Unsolved}; function
222 solve([], _, St, Solved, Unsolved, _Orig) -> function
224 solve([Index|Rest],All, St, S, US, Orig) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/examples/sudoku/
H A Dsudoku_game.erl215 solve(St=#s{v=Vals},All) -> function
219 solve(Rem, false, _St, [Solved|_], Unsolved, _) -> {true, [Solved], Rem ++ Unsolved}; function
220 solve([], _, _St, Solved, [], _) -> {true, Solved, []}; function
221 solve([], _, _St, Solved, Unsolved, Unsolved) -> {false, Solved, Unsolved}; function
222 solve([], _, St, Solved, Unsolved, _Orig) -> function
224 solve([Index|Rest],All, St, S, US, Orig) -> function
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/
H A DPreconditionerTerm.cpp100 void PreconditionerTerm::solve(TermVector& B, TermVector& X) const in solve() function in xlifepp::PreconditionerTerm
136 void PreconditionerTerm::solve(VectorEntry& B, VectorEntry& X) const in solve() function in xlifepp::PreconditionerTerm
174 TermVector PreconditionerTerm::solve(TermVector& B) const in solve() function in xlifepp::PreconditionerTerm
180 VectorEntry PreconditionerTerm::solve(VectorEntry& B) const in solve() function in xlifepp::PreconditionerTerm
/dports/math/linbox/linbox-1.6.3/linbox/solutions/solve/
H A Dsolve-numeric-symbolic.h41 …inline void solve(IntVector& xNum, typename IntVector::Element& xDen, const Matrix& A, const Vecto… in solve() function
51 …inline void solve(IntVector& xNum, typename IntVector::Element& xDen, const DenseMatrix<Ring>& A, … in solve() function
84 …inline void solve(IntVector& xNum, typename IntVector::Element& xDen, const Matrix& A, const Vecto… in solve() function
94 …inline void solve(IntVector& xNum, typename IntVector::Element& xDen, const DenseMatrix<Ring>& A, … in solve() function
H A Dsolve-auto.h38 …ResultVector& solve(ResultVector& x, const Matrix& A, const Vector& b, const CategoryTag& tag, con… in solve() function
52 ResultVector& solve(ResultVector& x, const DenseMatrix<Field>& A, const Vector& b, in solve() function
62 ResultVector& solve(ResultVector& x, const SparseMatrix<MatrixArgs...>& A, const Vector& b, in solve() function
72 …ResultVector& solve(ResultVector& x, const Matrix& A, const Vector& b, const RingCategories::Integ… in solve() function
82 …ResultVector& solve(ResultVector& x, const Matrix& A, const Vector& b, const RingCategories::Ratio… in solve() function
96 …inline void solve(IntVector& xNum, typename IntVector::Element& xDen, const Matrix& A, const Vecto… in solve() function
H A Dsolve-dense-elimination.h34 … Vector& solve(Vector& x, const Matrix& A, const Vector& b, const RingCategories::ModularTag& tag, in solve() function
51 …Vector& solve(Vector& x, const DenseMatrix<Field>& A, const Vector& b, const RingCategories::Modul… in solve() function
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/fitting/leastsquares/
H A DGaussNewtonOptimizer.java64 protected RealVector solve(final RealMatrix jacobian, in solve() method
89 protected RealVector solve(final RealMatrix jacobian, in solve() method
110 protected RealVector solve(final RealMatrix jacobian, in solve() method
135 protected RealVector solve(final RealMatrix jacobian, in solve() method
153 protected abstract RealVector solve(RealMatrix jacobian, in solve() method in GaussNewtonOptimizer.Decomposition
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DPreconditionedIterativeLinearSolver.java92 public RealVector solve(final RealLinearOperator a, in solve() method in PreconditionedIterativeLinearSolver
102 public RealVector solve(final RealLinearOperator a, final RealVector b) in solve() method in PreconditionedIterativeLinearSolver
113 public RealVector solve(final RealLinearOperator a, final RealVector b, in solve() method in PreconditionedIterativeLinearSolver
173 public RealVector solve(RealLinearOperator a, RealLinearOperator m, in solve() method in PreconditionedIterativeLinearSolver
H A DFieldDecompositionSolver.java49 FieldVector<T> solve(final FieldVector<T> b); in solve() method
61 FieldMatrix<T> solve(final FieldMatrix<T> b); in solve() method
H A DDecompositionSolver.java49 RealVector solve(final RealVector b) throws SingularMatrixException; in solve() method
63 RealMatrix solve(final RealMatrix b) throws SingularMatrixException; in solve() method
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DBaseUnivariateSolver.java106 double solve(int maxEval, FUNC f, double min, double max) in solve() method
126 double solve(int maxEval, FUNC f, double min, double max, double startValue) in solve() method
141 double solve(int maxEval, FUNC f, double startValue); in solve() method
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_for_spheres/
H A Dinternal_functions_on_roots_and_polynomial_1_3_and_2_3.h200 solve(const typename AK::Polynomials_for_line_3 &p, in solve() function
286 solve(const typename AK::Polynomial_for_spheres_2_3& s, in solve() function
328 solve(const typename AK::Polynomial_1_3 & e1, in solve() function
353 solve(const typename AK::Polynomial_for_spheres_2_3& e1, in solve() function
364 solve(const typename AK::Polynomial_for_spheres_2_3& e1, in solve() function
391 solve(const typename AK::Polynomial_1_3 & e1, in solve() function
402solve( const std::pair<typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > & e1, in solve() function
412 solve(const typename AK::Polynomial_1_3 & e1, in solve() function
422solve( const std::pair<typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > & e1, in solve() function
432 solve(const typename AK::Polynomial_for_spheres_2_3 & e1, in solve() function
[all …]
/dports/math/octave/octave-6.4.0/scripts/linear-algebra/
H A Dcondest.m169 solve = varargin{2}; variable
192 solve = varargin{2}; variable
214 solve = @(flag, x) solve_sparse (flag, x, n, real_op, L, U, P, Pc); variable
217 solve = @(flag, x) solve_not_sparse (flag, x, n, real_op, L, U, P); variable
/dports/math/adept/adept-2.0.8/include/adept/
H A Dsolve.h58 solve(const SpecialMatrix<T,internal::SymmEngine<LOrient>,false>& A, in solve() function
73 solve(const Expression<LType,L>& l, const Expression<RType,R>& r) { in solve() function
89 solve(const Expression<LType,L>& l, const Expression<RType,R>& r) { in solve() function
/dports/math/gambit/gambit-16.0.1/contrib/scripts/enumpoly/
H A Dcountsupport.py12 solve = True variable
15 solve = False variable
/dports/math/clingo/clingo-5.5.1/clasp/examples/
H A Dexample1.cpp89 Clasp::BasicSolve solve(*ctx.master()); in example1() local
109 Clasp::SequentialSolve solve; in example1() local
/dports/math/clasp/clasp-3.3.5/examples/
H A Dexample1.cpp89 Clasp::BasicSolve solve(*ctx.master()); in example1() local
109 Clasp::SequentialSolve solve; in example1() local
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/examples/
H A Dexample1.cpp89 Clasp::BasicSolve solve(*ctx.master()); in example1() local
109 Clasp::SequentialSolve solve; in example1() local

12345678910>>...121