class documentation

class TestMethods:

View In Hierarchy

Undocumented

Method assert​_partitioned Undocumented
Method test​_​_complex__ Undocumented
Method test​_​_complex​_​_should​_not​_work Undocumented
Method test​_all​_where Undocumented
Method test​_any​_where Undocumented
Method test​_argpartition​_empty​_array Undocumented
Method test​_argpartition​_gh5524 Undocumented
Method test​_argpartition​_integer Undocumented
Method test​_argpartition​_out​_of​_range Undocumented
Method test​_argsort Undocumented
Method test​_arr​_mult Undocumented
Method test​_choose Undocumented
Method test​_compress Undocumented
Method test​_conjugate Undocumented
Method test​_conjugate​_out Undocumented
Method test​_copy Undocumented
Method test​_diagonal Undocumented
Method test​_diagonal​_memleak Undocumented
Method test​_diagonal​_view​_notwriteable Undocumented
Method test​_dot Undocumented
Method test​_dot​_matmul​_inner​_array​_casting​_fails Undocumented
Method test​_dot​_matmul​_out Undocumented
Method test​_dot​_out​_mem​_overlap Undocumented
Method test​_dot​_type​_mismatch Undocumented
Method test​_flatten Undocumented
Method test​_matmul​_out Undocumented
Method test​_no​_dgemv Undocumented
Method test​_partition Undocumented
Method test​_partition​_cdtype Undocumented
Method test​_partition​_empty​_array Undocumented
Method test​_partition​_fuzz Undocumented
Method test​_partition​_integer Undocumented
Method test​_partition​_iterative Undocumented
Method test​_partition​_out​_of​_range Undocumented
Method test​_partition​_unicode​_kind Undocumented
Method test​_prod Undocumented
Method test​_put Undocumented
Method test​_ravel Undocumented
Method test​_ravel​_subclass Undocumented
Method test​_repeat Undocumented
Method test​_reshape Undocumented
Method test​_round Undocumented
Method test​_searchsorted Undocumented
Method test​_searchsorted​_return​_type Undocumented
Method test​_searchsorted​_unicode Undocumented
Method test​_searchsorted​_with​_invalid​_sorter Undocumented
Method test​_searchsorted​_with​_sorter Undocumented
Method test​_size​_zero​_memleak Undocumented
Method test​_sort Undocumented
Method test​_sort​_axis Undocumented
Method test​_sort​_bad​_ordering Undocumented
Method test​_sort​_complex Undocumented
Method test​_sort​_complex​_byte​_swapping Undocumented
Method test​_sort​_degraded Undocumented
Method test​_sort​_object Undocumented
Method test​_sort​_order Undocumented
Method test​_sort​_raises Undocumented
Method test​_sort​_signed Undocumented
Method test​_sort​_size​_0 Undocumented
Method test​_sort​_string Undocumented
Method test​_sort​_structured Undocumented
Method test​_sort​_time Undocumented
Method test​_sort​_unicode​_kind Undocumented
Method test​_sort​_unsigned Undocumented
Method test​_squeeze Undocumented
Method test​_swapaxes Undocumented
Method test​_trace Undocumented
Method test​_trace​_subclass Undocumented
Method test​_transpose Undocumented
Method test​_void​_sort Undocumented
Class Variable sort​_kinds Undocumented
def assert_partitioned(self, d, kth):

Undocumented

def test__complex__(self):

Undocumented

def test__complex__should_not_work(self):

Undocumented

def test_all_where(self):

Undocumented

def test_any_where(self):

Undocumented

@pytest.mark.parametrize('kth_dtype', np.typecodes['AllInteger'])
def test_argpartition_empty_array(self, kth_dtype):

Undocumented

@pytest.mark.parametrize('kth_dtype', np.typecodes['AllInteger'])
def test_argpartition_gh5524(self, kth_dtype):

Undocumented

def test_argpartition_integer(self):

Undocumented

@pytest.mark.parametrize('dtype', np.typecodes['All'])
def test_argpartition_out_of_range(self, dtype):

Undocumented

def test_argsort(self):

Undocumented

@pytest.mark.parametrize('func', (np.dot, np.matmul))
def test_arr_mult(self, func):

Undocumented

def test_choose(self):

Undocumented

def test_compress(self):

Undocumented

def test_conjugate(self):

Undocumented

def test_conjugate_out(self):

Undocumented

def test_copy(self):

Undocumented

def test_diagonal(self):

Undocumented

def test_diagonal_memleak(self):

Undocumented

def test_diagonal_view_notwriteable(self):

Undocumented

def test_dot(self):

Undocumented

def test_dot_matmul_inner_array_casting_fails(self):

Undocumented

def test_dot_matmul_out(self):

Undocumented

def test_dot_out_mem_overlap(self):

Undocumented

def test_dot_type_mismatch(self):

Undocumented

def test_flatten(self):

Undocumented

def test_matmul_out(self):

Undocumented

@pytest.mark.parametrize('func', (np.dot, np.matmul))
@pytest.mark.parametrize('dtype', 'ifdFD')
def test_no_dgemv(self, func, dtype):

Undocumented

def test_partition(self):

Undocumented

def test_partition_cdtype(self):

Undocumented

@pytest.mark.parametrize('kth_dtype', np.typecodes['AllInteger'])
def test_partition_empty_array(self, kth_dtype):

Undocumented

def test_partition_fuzz(self):

Undocumented

def test_partition_integer(self):

Undocumented

def test_partition_iterative(self):

Undocumented

@pytest.mark.parametrize('dtype', np.typecodes['All'])
def test_partition_out_of_range(self, dtype):

Undocumented

def test_partition_unicode_kind(self):

Undocumented

def test_prod(self):

Undocumented

def test_put(self):

Undocumented

def test_ravel(self):

Undocumented

def test_ravel_subclass(self):

Undocumented

def test_repeat(self):

Undocumented

def test_reshape(self):

Undocumented

def test_round(self):

Undocumented

def test_searchsorted(self):

Undocumented

def test_searchsorted_return_type(self):

Undocumented

def test_searchsorted_unicode(self):

Undocumented

def test_searchsorted_with_invalid_sorter(self):

Undocumented

def test_searchsorted_with_sorter(self):

Undocumented

def test_size_zero_memleak(self):

Undocumented

def test_sort(self):

Undocumented

def test_sort_axis(self):

Undocumented

def test_sort_bad_ordering(self):

Undocumented

@pytest.mark.parametrize('dtype', [np.float32, np.float64, np.longdouble])
@pytest.mark.parametrize('part', ['real', 'imag'])
def test_sort_complex(self, part, dtype):

Undocumented

def test_sort_complex_byte_swapping(self):

Undocumented

def test_sort_degraded(self):

Undocumented

def test_sort_object(self):

Undocumented

def test_sort_order(self):

Undocumented

def test_sort_raises(self):

Undocumented

@pytest.mark.parametrize('dtype', [np.int8, np.int16, np.int32, np.int64, np.float16, np.float32, np.float64, np.longdouble])
def test_sort_signed(self, dtype):

Undocumented

def test_sort_size_0(self):

Undocumented

@pytest.mark.parametrize('dtype', [np.bytes_, np.unicode_])
def test_sort_string(self, dtype):

Undocumented

def test_sort_structured(self):

Undocumented

@pytest.mark.parametrize('dtype', ['datetime64[D]', 'timedelta64[D]'])
def test_sort_time(self, dtype):

Undocumented

def test_sort_unicode_kind(self):

Undocumented

@pytest.mark.parametrize('dtype', [np.uint8, np.uint16, np.uint32, np.uint64, np.float16, np.float32, np.float64, np.longdouble])
def test_sort_unsigned(self, dtype):

Undocumented

def test_squeeze(self):

Undocumented

def test_swapaxes(self):

Undocumented

def test_trace(self):

Undocumented

def test_trace_subclass(self):

Undocumented

def test_transpose(self):

Undocumented

def test_void_sort(self):

Undocumented

sort_kinds: list[str] =

Undocumented