pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
MatrixInfo.check
pyd
make_object
MatrixInfo
Ensures that T can store a matrix of _shape shape.
template
MatrixInfo
(T)
bool
check
(
Py_ssize_t
[]
shape
)
if
(
isArray
!
T
||
IsStaticArrayPointer
!
T
)
Meta
Source
See Implementation
pyd
make_object
MatrixInfo
aliases
MatrixElementType
RectArrayType
_dim
dim_list
unqual
functions
build_shape
check
matrixIter
shape_builder_mixin
tuple2string
manifest constants
ndim
templates
ElementType2
_dim_list
_rect_type
variables
dimstring
indexof_rev
isRectArray
rectArrayAt
Ensures that T can store a matrix of _shape shape.