Home
last modified time | relevance | path

Searched refs:_eps_cast (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/tests/
H A Dtest_basic.py30 def _eps_cast(dtyp): function
1033 rtol=25 * _eps_cast(a1.dtype),
1034 atol=25 * _eps_cast(a1.dtype),
1037 rtol=25 * _eps_cast(a1.dtype),
1038 atol=25 * _eps_cast(a1.dtype),
1064 rtol=25 * _eps_cast(a1.dtype),
1065 atol=25 * _eps_cast(a1.dtype),
1070 rtol=25 * _eps_cast(a1.dtype),
1071 atol=25 * _eps_cast(a1.dtype),
1248 rtol=25 * _eps_cast(a.dtype),
[all …]