Home
last modified time | relevance | path

Searched defs:Newton (Results 1 – 25 of 83) sorted by relevance

1234

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/optimize/
H A Dnewton.go42 type Newton struct { struct
47 Linesearcher Linesearcher
53 Increase float64
57 GradStopThreshold float64
59 status Status
60 err error
62 ls *LinesearchMethod
66 tau float64
69 func (n *Newton) Status() (Status, error) {
77 func (n *Newton) Init(dim, tasks int) int {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/optimize/
H A Dnewton.go41 type Newton struct { struct
46 Linesearcher Linesearcher
52 Increase float64
56 GradStopThreshold float64
58 status Status
59 err error
61 ls *LinesearchMethod
65 tau float64
68 func (n *Newton) Status() (Status, error) {
76 func (n *Newton) Init(dim, tasks int) int {
[all …]
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/miniproj-2/newton/
H A Dnewton.ml1 (* Newton -- Newton's method module
H A Dnewton.mli1 (* Newton -- Newton's method module
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/miniproj-3/newton/
H A Dnewton.mli1 (* Newton -- Newton's method module
H A Dnewton.ml1 (* Newton -- Newton's method module
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/newton/
H A Dnewton.ml1 (* Newton -- Newton's method module
H A Dnewton.mli1 (* Newton -- Newton's method module
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/newton-doc/
H A Dnewton.ml1 (* Newton -- Newton's method module
H A Dnewton.mli1 (* Newton -- Newton's method module
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/miniproj-1/newton/
H A Dnewton.ml1 (* Newton -- Newton's method module
H A Dnewton.mli1 (* Newton -- Newton's method module
/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/lib/bigdecimal/
H A Dnewton.rb29 module Newton module
/dports/math/py-pystan/pystan-2.19.0.0/pystan/
H A Dconstants.py13 Newton = 1 variable in optim_algo_t
H A Dstan_fit.pxd26 Newton = 1 variable
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/unit/
H A Dforce.go19 const Newton Force = 1 const
/dports/finance/quantlib/QuantLib-1.20/ql/math/solvers1d/
H A Dnewton.hpp40 class Newton : public Solver1D<Newton> { class
/dports/math/casadi/casadi-3.5.5/casadi/solvers/
H A Dnewton.cpp49 Newton::Newton(const std::string& name, const Function& f) in Newton() function in casadi::Newton
286 Newton::Newton(DeserializingStream& s) : Rootfinder(s) { in Newton() function in casadi::Newton
/dports/science/jdftx/jdftx-1.6.0/fluid1D/core/
H A DUnits.h43 const double Newton = Joule/meter; //!< @f$ N / (E_h/a_0) @f$ variable
/dports/math/optpp/optpp-2.4/src/
H A DMakefile.am7 SUBDIRS = Base Constraints GSS Newton PDS Utils subdir
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/
H A DMakefile.am7 SUBDIRS = Base Constraints GSS Newton PDS Utils subdir
/dports/science/py-scipy/scipy-1.7.1/benchmarks/benchmarks/
H A Dpeak_finding.py30 """Benchmark `scipy.signal.peak_prominences`."""
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DUnits.h52 const double Newton = Joule/meter; //!< Newton in Hartree/bohr variable
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/algorithms/
H A Dnewton.templates.h37 Newton<VectorType>::Newton(OperatorBase &residual, in Newton() function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/unit/
H A Dforce.go30 Newton Force = 1.0 const

1234