module documentation

Test functions for linalg module

Class CondCases Undocumented
Class DetCases Undocumented
Class EigCases Undocumented
Class EigvalsCases Undocumented
Class HermitianGeneralizedTestCase Undocumented
Class HermitianTestCase Undocumented
Class InvCases Undocumented
Class LinalgCase No class docstring; 0/4 instance variable, 2/3 methods documented
Class LinalgGeneralizedNonsquareTestCase Undocumented
Class LinalgGeneralizedSquareTestCase Undocumented
Class LinalgNonsquareTestCase Undocumented
Class LinalgSquareTestCase Undocumented
Class LinalgTestCase No class docstring; 1/1 method documented
Class LstsqCases Undocumented
Class PinvCases Undocumented
Class PinvHermitianCases Undocumented
Class SolveCases Undocumented
Class SVDBaseTests Undocumented
Class SVDCases Undocumented
Class SVDHermitianCases Undocumented
Class TestCholesky Undocumented
Class TestCond Undocumented
Class TestDet Undocumented
Class TestEig Undocumented
Class TestEigh Undocumented
Class TestEighCases Undocumented
Class TestEigvals Undocumented
Class TestEigvalsh Undocumented
Class TestEigvalshCases Undocumented
Class TestInv Undocumented
Class TestLstsq Undocumented
Class TestMatrixPower Undocumented
Class TestMatrixRank Undocumented
Class TestMultiDot Undocumented
Class TestNorm_NonSystematic Undocumented
Class TestNormDouble Undocumented
Class TestNormInt64 Undocumented
Class TestNormSingle Undocumented
Class TestPinv Undocumented
Class TestPinvHermitian Undocumented
Class TestQR Undocumented
Class TestSolve Undocumented
Class TestSVD No class docstring; 1/1 method documented
Class TestSVDHermitian Undocumented
Class TestTensorinv Undocumented
Class TestTensorsolve Undocumented
Function apply_tag Add the given tag (a string) to each of the cases (a list of LinalgCase objects)
Function assert_almost_equal Undocumented
Function consistent_subclass Undocumented
Function dot_generalized Undocumented
Function get_complex_dtype Undocumented
Function get_real_dtype Undocumented
Function get_rtol Undocumented
Function identity_like_generalized Undocumented
Function test_blas64_dot Undocumented
Function test_blas64_geqrf_lwork_smoketest Undocumented
Function test_byteorder_check Undocumented
Function test_generalized_raise_multiloop Undocumented
Function test_reduced_rank Undocumented
Function test_sdot_bug_8577 Undocumented
Function test_unsupported_commontype Undocumented
Function test_xerbla_override Undocumented
Constant CASES Undocumented
Variable all_tags Undocumented
Class _TestNorm Undocumented
Class _TestNorm2D Undocumented
Class _TestNormBase Undocumented
Class _TestNormDoubleBase Undocumented
Class _TestNormGeneral Undocumented
Class _TestNormInt64Base Undocumented
Class _TestNormSingleBase Undocumented
Function _make_generalized_cases Undocumented
Function _make_strided_cases Undocumented
Function _stride_comb_iter Generate cartesian product of strides for all axes
def apply_tag(tag, cases): (source)

Add the given tag (a string) to each of the cases (a list of LinalgCase objects)

def assert_almost_equal(a, b, single_decimal=6, double_decimal=12, **kw): (source)

Undocumented

def consistent_subclass(out, in_): (source)

Undocumented

def dot_generalized(a, b): (source)

Undocumented

def get_complex_dtype(dtype): (source)

Undocumented

def get_real_dtype(dtype): (source)

Undocumented

def get_rtol(dtype): (source)

Undocumented

def identity_like_generalized(a): (source)

Undocumented

@pytest.mark.skip(reason='Bad memory reports lead to OOM in ci testing')
def test_blas64_dot(): (source)

Undocumented

@pytest.mark.xfail(not HAS_LAPACK64, reason='Numpy not compiled with 64-bit BLAS/LAPACK')
def test_blas64_geqrf_lwork_smoketest(): (source)

Undocumented

def test_byteorder_check(): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='fp errors don\'t work in wasm')
def test_generalized_raise_multiloop(): (source)

Undocumented

def test_reduced_rank(): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='Cannot start subprocess')
@pytest.mark.slow
def test_sdot_bug_8577(): (source)

Undocumented

def test_unsupported_commontype(): (source)

Undocumented

def test_xerbla_override(): (source)

Undocumented

Undocumented

Value
[]
all_tags: set[str] = (source)

Undocumented

def _make_generalized_cases(): (source)

Undocumented

def _make_strided_cases(): (source)

Undocumented

def _stride_comb_iter(x): (source)

Generate cartesian product of strides for all axes