pyd ~master (2018-03-05T17:12:37Z)
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_list
unqual
functions
build_shape
check
matrixIter
manifest constants
ndim
variables
dimstring
isRectArray
rectArrayAt
Ensures that T can store a matrix of _shape shape.