March 2003
Intermediate to advanced
656 pages
39h 30m
English
size
size(a,axis=None)
When axis is None,
returns the total number of elements in a.
Otherwise, returns the number of elements of
a along axis,
like
array(
a
,copy=False).shape[
axis
].