Home
last modified time | relevance | path

Searched defs:atol (Results 176 – 200 of 1156) sorted by relevance

12345678910>>...47

/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_earth.py20 def allclose_m14(a, b, rtol=1.e-14, atol=None): argument
26 def allclose_m8(a, b, rtol=1.e-8, atol=None): argument
/dports/math/py-jax/jax-0.2.9/jax/
H A Dtest_util.py127 def _assert_numpy_allclose(a, b, atol=None, rtol=None): argument
158 def _assert_numpy_close(a, b, atol=None, rtol=None): argument
169 def check_close(xs, ys, atol=None, rtol=None): argument
232 def check_jvp(f, f_jvp, args, atol=None, rtol=None, eps=EPS): argument
249 def check_vjp(f, f_vjp, args, atol=None, rtol=None, eps=EPS): argument
266 modes=["fwd", "rev"], atol=None, rtol=None, eps=None): argument
807 def assertArraysAllClose(self, x, y, *, check_dtypes=True, atol=None, argument
826 def assertAllClose(self, x, y, *, check_dtypes=True, atol=None, rtol=None, argument
864 rtol=None, atol=None): argument
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/isolve/
H A Dlgmres.py17 prepend_outer_v=False, atol=None): argument
H A Dlsqr.py96 def lsqr(A, b, damp=0.0, atol=1e-8, btol=1e-8, conlim=1e8, argument
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/tests/
H A D_test_robertson_native.py12 def _test_chained_multi_native(NativeSys, integrator='cvode', rtol_close=0.02, atol=1e-10, argument
/dports/math/py-jax/jax-0.2.9/jax/_src/scipy/sparse/
H A Dlinalg.py91 def _cg_solve(A, b, x0=None, *, maxiter, tol=1e-5, atol=0.0, M=_identity): argument
130 def cg(A, b, x0=None, *, tol=1e-5, atol=0.0, maxiter=None, M=None): argument
483 def _gmres_solve(A, b, x0, atol, ptol, restart, maxiter, M, gmres_func): argument
516 def gmres(A, b, x0=None, *, tol=1e-5, atol=0.0, restart=20, maxiter=None, argument
/dports/science/py-scipy/scipy-1.7.1/scipy/special/
H A D_testutils.py53 def assert_func_equal(func, results, points, rtol=None, atol=None, argument
128 result_func=None, rtol=None, atol=None, param_filter=None, argument
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/fcmix/
H A Dfida.c67 int *iatol, realtype *rtol, realtype *atol, in FIDA_MALLOC()
183 int *iatol, realtype *rtol, realtype *atol, in FIDA_REINIT()
331 void FIDA_TOLREINIT(int *iatol, realtype *rtol, realtype *atol, int *ier) in FIDA_TOLREINIT()
/dports/math/sundials/sundials-5.7.0/src/ida/fcmix/
H A Dfida.c67 int *iatol, realtype *rtol, realtype *atol, in FIDA_MALLOC()
183 int *iatol, realtype *rtol, realtype *atol, in FIDA_REINIT()
331 void FIDA_TOLREINIT(int *iatol, realtype *rtol, realtype *atol, int *ier) in FIDA_TOLREINIT()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Dnumeric.cc14 bool AllClose(const Array& a, const Array& b, double rtol, double atol, bool equal_nan) { in AllClose()
H A Dcheck_backward.cc168 double atol, in CheckBackwardComputation()
265 double atol, in CheckBackward()
340 double atol, in CheckDoubleBackwardComputationImpl()
442 double atol, in CheckDoubleBackwardComputation()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ion/
H A Dion_decomposition_test.py47 def assert_ops_implement_unitary(q0, q1, operations, intended_effect, atol=0.01): argument
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ion/
H A Dion_decomposition_test.py47 def assert_ops_implement_unitary(q0, q1, operations, intended_effect, atol=0.01): argument
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ion/
H A Dion_decomposition_test.py47 def assert_ops_implement_unitary(q0, q1, operations, intended_effect, atol=0.01): argument
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ion/
H A Dion_decomposition_test.py47 def assert_ops_implement_unitary(q0, q1, operations, intended_effect, atol=0.01): argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ion/
H A Dion_decomposition_test.py47 def assert_ops_implement_unitary(q0, q1, operations, intended_effect, atol=0.01): argument
/dports/math/py-sympy/sympy-1.9/sympy/codegen/
H A Dalgorithms.py9 def newtons_method(expr, wrt, atol=1e-12, delta=None, debug=False, argument
/dports/science/PETSc/petsc-3.14.1/src/snes/impls/gs/
H A Dsnesgs.c72 PetscErrorCode SNESNGSGetTolerances(SNES snes,PetscReal *atol,PetscReal *rtol,PetscReal *stol,Pets… in SNESNGSGetTolerances()
168 PetscReal rtol=PETSC_DEFAULT,atol=PETSC_DEFAULT,stol=PETSC_DEFAULT; in SNESSetFromOptions_NGS() local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/oneD/
H A DDomain1D.cpp81 void Domain1D::setTransientTolerances(doublereal rtol, doublereal atol, size_t n) in setTransientTolerances()
94 void Domain1D::setSteadyTolerances(doublereal rtol, doublereal atol, size_t n) in setSteadyTolerances()
/dports/science/py-chempy/chempy-0.8.2/chempy/properties/
H A Dsulfuric_acid_density_myhre_1998.py111 atol=None, argument
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DSecantSolver.java98 final double atol = getAbsoluteAccuracy(); in doSolve() local
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Dintegrate_dae.hpp43 const double rtol, const double atol, in integrate_dae()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/mat/functor/
H A Dintegrate_dae.hpp40 const double rtol, const double atol, in integrate_dae()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/F2003_serial/
H A DidaHeat2D_kry_f2003.f90228 real(c_double) :: rtol, atol, t0, t1, tout, tret(1) variable
546 subroutine PrintHeader(rtol, atol) argument
556 real(c_double) :: rtol, atol local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/idas/F2003_serial/
H A DidasHeat2D_kry_f2003.f90223 real(c_double) :: rtol, atol, t0, t1, tout, tret(1) variable
541 subroutine PrintHeader(rtol, atol) argument
551 real(c_double) :: rtol, atol local

12345678910>>...47