array_typing.numpy
Functions:
-
as_dict_of_numpy– -
as_dtype– -
as_numpy– -
is_array_like– -
is_numpy– -
scale–
Attributes:
-
ArrayLike– -
B– -
B33– -
B33Like– -
B34– -
B34Like– -
B43– -
B43Like– -
B44– -
B44Like– -
BLike– -
BMN– -
BMNLike– -
BN– -
BN3– -
BN3Like– -
BN4– -
BN4Like– -
BNLike– -
BNN– -
BNNLike– -
F– -
F33– -
F33Like– -
F34– -
F34Like– -
F43– -
F43Like– -
F44– -
F44Like– -
FLike– -
FMN– -
FMNLike– -
FN– -
FN3– -
FN3Like– -
FN4– -
FN4Like– -
FNLike– -
FNN– -
FNNLike– -
I– -
I33– -
I33Like– -
I34– -
I34Like– -
I43– -
I43Like– -
I44– -
I44Like– -
ILike– -
IMN– -
IMNLike– -
IN– -
IN3– -
IN3Like– -
IN4– -
IN4Like– -
INLike– -
INN– -
INNLike–
ArrayLike
module-attribute
ArrayLike = ArrayLike
B
module-attribute
B = Bool[ndarray, '']
B33
module-attribute
B33 = Bool[ndarray, '3 3']
B34
module-attribute
B34 = Bool[ndarray, '3 4']
B43
module-attribute
B43 = Bool[ndarray, '4 3']
B44
module-attribute
B44 = Bool[ndarray, '4 4']
BMN
module-attribute
BMN = Bool[ndarray, 'M N']
BN
module-attribute
BN = Bool[ndarray, 'N']
BN3
module-attribute
BN3 = Bool[ndarray, 'N 3']
BN4
module-attribute
BN4 = Bool[ndarray, 'N 4']
BNN
module-attribute
BNN = Bool[ndarray, 'N N']
F
module-attribute
F = Float[ndarray, '']
F33
module-attribute
F33 = Float[ndarray, '3 3']
F34
module-attribute
F34 = Float[ndarray, '3 4']
F43
module-attribute
F43 = Float[ndarray, '4 3']
F44
module-attribute
F44 = Float[ndarray, '4 4']
FMN
module-attribute
FMN = Float[ndarray, 'M N']
FN
module-attribute
FN = Float[ndarray, 'N']
FN3
module-attribute
FN3 = Float[ndarray, 'N 3']
FN4
module-attribute
FN4 = Float[ndarray, 'N 4']
FNN
module-attribute
FNN = Float[ndarray, 'N N']
I
module-attribute
I = Integer[ndarray, '']
I33
module-attribute
I33 = Integer[ndarray, '3 3']
I34
module-attribute
I34 = Integer[ndarray, '3 4']
I43
module-attribute
I43 = Integer[ndarray, '4 3']
I44
module-attribute
I44 = Integer[ndarray, '4 4']
IMN
module-attribute
IMN = Integer[ndarray, 'M N']
IN
module-attribute
IN = Integer[ndarray, 'N']
IN3
module-attribute
IN3 = Integer[ndarray, 'N 3']
IN4
module-attribute
IN4 = Integer[ndarray, 'N 4']
INN
module-attribute
INN = Integer[ndarray, 'N N']
as_dict_of_numpy
Source code in src/array_typing/numpy/_utils/_as_numpy.py
19 20 21 22 | |
as_dtype
as_dtype(x: ArrayLike, dtype: DTypeLike) -> NDArray[...]
Source code in src/array_typing/numpy/_utils/_as_dtype.py
9 10 11 12 13 14 15 16 17 18 19 20 | |
as_numpy
as_numpy(obj: Any) -> ndarray
Source code in src/array_typing/numpy/_utils/_as_numpy.py
11 12 13 14 15 16 | |
is_array_like
Source code in src/array_typing/array_like/_utils.py
4 5 | |
is_numpy
Source code in src/array_typing/numpy/_utils/_is.py
10 11 | |
scale
Source code in src/array_typing/numpy/_utils/_scale.py
9 10 11 12 13 | |