Attribute
|
Type
|
Multiplicity
|
Description
|
data
|
Any
|
1..*
|
|
ndim
|
NonNegativeInt
|
1..1
|
Derived. Number of dimensions of matrix
|
shape
|
PositiveInt
|
1..*
|
Dimension sizes of matrix - slowest varying first.
|
size
|
NonNegativeInt
|
1..1
|
Derived. Number of elements in matrix
|
strides
|
PositiveInt
|
0..*
|
Derived. strides[i] is the distance between two points in the linear data representation that differ by 1 in dimension i. strides[i] is equal to the product of the length of all faster-changing dimensions.
|
value
|
Any
|
0..*
|
Derived. Matrix value, represented as nested tuples of elements.
|
Inherited Attributes:
className,
fieldNames,
inConstructor,
metaclass,
override,
packageName,
packageShortName,
qualifiedName
|