ragged icon indicating copy to clipboard operation
ragged copied to clipboard

.T and .mT objects

Open ohrechykha opened this issue 5 months ago • 1 comments

ohrechykha avatar Aug 06 '25 10:08 ohrechykha

I've had to add clones of matrix_transpose from linear algebra and its helper function is_sorted_descending_all_levels inside array object file so that .T and .mT properties do not reference outside functions. But there must be other ways of not getting caught by Pylint. Also, it seems like there is no need to do from . import _spec_array_object and reference _spec_array_object.array instead of array inside the _helper_functions file, but when trying from _spec_array_object import array it I get [import-not-found].

ohrechykha avatar Aug 16 '25 05:08 ohrechykha