Home
last modified time | relevance | path

Searched defs:atol (Results 126 – 150 of 1156) sorted by relevance

12345678910>>...47

/dports/astro/pykep/pykep-2.6/pykep/trajopt/
H A D_indirect.py18 atol, rtol argument
58 …def plot_traj(self, z, mark="k", atol=1e-12, rtol=1e-12, units=pk.AU, axes=None, quiver=False, len… argument
96 def plot_control(self, z, mark="k.-", atol=1e-12, rtol=1e-12, axes=None): argument
190 atol=1e-12, argument
305 atol=1e-12, argument
460 …def __init__(self, x0, elemf, mass, thrust, isp, atol, rtol, tof, freetime=True, alpha=1, bound=Tr… argument
618 atol=1e-12, argument
/dports/astro/py-pykep/pykep-2.6/pykep/trajopt/
H A D_indirect.py18 atol, rtol argument
58 …def plot_traj(self, z, mark="k", atol=1e-12, rtol=1e-12, units=pk.AU, axes=None, quiver=False, len… argument
96 def plot_control(self, z, mark="k.-", atol=1e-12, rtol=1e-12, axes=None): argument
190 atol=1e-12, argument
305 atol=1e-12, argument
460 …def __init__(self, x0, elemf, mass, thrust, isp, atol, rtol, tof, freetime=True, alpha=1, bound=Tr… argument
618 atol=1e-12, argument
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_GaussianLinearCalibration_noobs.py97 atol = 1.0 variable
119 atol = 1.0 variable
/dports/math/py-pyodeint/pyodeint-0.10.4/pyodeint/
H A D_odeint.pyx31double atol, double rtol, double dx0=.0, double dx_max=.0, str method='rosenbrock4', int nsteps=50…
59 double atol, double rtol, double dx0=.0, double dx_max=.0, method='rosenbrock4',
/dports/math/py-pygslodeiv2/pygslodeiv2-0.9.4/pygslodeiv2/
H A D__init__.py21 def integrate_adaptive(rhs, jac, y0, x0, xend, atol, rtol, dx0=.0, argument
101 def integrate_predefined(rhs, jac, y0, xout, atol, rtol, dx0=.0, argument
/dports/devel/py-qutip/qutip-4.6.2/qutip/cy/openmp/
H A Dbr_omp.pyx83 double atol) except *:
188 double atol):
H A Domp_sparse_utils.pyx48 cpdef bool omp_tidyup(complex[::1] data, double atol, int nnz, int nthr):
/dports/devel/py-qutip/qutip-4.6.2/qutip/cy/
H A Dbrtools.pxd49 unsigned int nrows, double atol)
65 double atol) except *
77 double atol)
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/lobpcg/tests/
H A Dtest_lobpcg.py132 def _check_eigen(M, w, V, rtol=1e-8, atol=1e-14): argument
245 def test_eigs_consistency(n, atol): argument
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/tests/unittest/
H A Dtest_optimizer.py24 def compare_ndarray_tuple(t1, t2, rtol=None, atol=None): argument
35 rtol=1e-4, atol=1e-5, compare_states=True): argument
/dports/science/py-chempy/chempy-0.8.2/chempy/util/
H A Dstoich.py35 def decompose_yields(yields, rxns, atol=1e-10): argument
/dports/science/py-chainer/chainer-7.8.0/onnx_chainer/testing/
H A Dtest_mxnet.py21 def check_model_expect(test_path, input_names=None, rtol=1e-5, atol=1e-5): argument
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/_testing/util/
H A Dcompare.py36 def cds_data_almost_equal(data1, data2, rtol=1e-09, atol=0.0): argument
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dconfigspec.ini3 atol = float(default=1e-12) key
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/tests/
H A Dtest_multivariate_switch_univariate.py83 def check_filter_output(mod, periods, atol=0): argument
142 def check_smoother_output(mod, periods, atol=1e-12): argument
/dports/math/py-pyodeint/pyodeint-0.10.4/pyodeint/include/
H A Dodeint_anyode_parallel.hpp18 const double atol, in multi_adaptive()
57 const double atol, in multi_predefined()
/dports/math/py-pygslodeiv2/pygslodeiv2-0.9.4/pygslodeiv2/include/
H A Dgsl_odeiv2_anyode_parallel.hpp18 const double atol, in multi_adaptive()
58 const double atol, in multi_predefined()
/dports/science/py-chainer/chainer-7.8.0/chainer/testing/
H A Darray.py10 def assert_allclose(x, y, atol=1e-5, rtol=1e-4, verbose=True): argument
/dports/science/hepmc3/HepMC3-3.2.4/python/test/
H A DpyHepMC3TestUtils.py46 def fuse_equal(a, b, rtol=0.00001, atol=0.000001): argument
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/contrib/paulistring/
H A Dpauli_string_optimize.py68 def remove_negligible_strings(string_dag: circuits.CircuitDag, atol=1e-8) -> None: argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/contrib/paulistring/
H A Dpauli_string_optimize.py68 def remove_negligible_strings(string_dag: circuits.CircuitDag, atol=1e-8) -> None: argument
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/contrib/paulistring/
H A Dpauli_string_optimize.py68 def remove_negligible_strings(string_dag: circuits.CircuitDag, atol=1e-8) -> None: argument
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/contrib/paulistring/
H A Dpauli_string_optimize.py68 def remove_negligible_strings(string_dag: circuits.CircuitDag, atol=1e-8) -> None: argument
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/contrib/paulistring/
H A Dpauli_string_optimize.py68 def remove_negligible_strings(string_dag: circuits.CircuitDag, atol=1e-8) -> None: argument
/dports/science/py-hiphive/hiphive-0.7.1/hiphive/md_tools/
H A Dspectral_energy_density.py46 def _index_offset(atoms, prim, atol=1e-3, rtol=0.0): argument

12345678910>>...47