AddAlongDimension
|
add the elements of an Array
|
Alias
|
provide different view of rectangular Matrix, Vector, or Array
|
AllNonZero
|
true when the Array has no zero entries
|
AnyNonZeros
|
check for non zero Array entries
|
BlockCopy
|
copy a block of several segments of elements from one Matrix, Vector, or Array to another
|
CircularShift
|
shift Array data
|
ComplexAsFloat
|
provide real view of a complex Matrix, Vector, or Array
|
Concatenate
|
Array concatenation
|
Copy
|
copy portion of Matrix, Vector, or Array to another
|
DataTranspose
|
perform in-place data transpose
|
Diagonal
|
extract the diagonals from a Matrix or create a diagonal Matrix
|
Dimensions
|
size of an Array in each dimension
|
ElementDivide
|
element-wise division of Array entries
|
ElementMultiply
|
element-wise multiplication of Array entries
|
ElementPower
|
element-wise power of Array entries
|
Fill
|
fill portion of Matrix, Vector, or Array with specified value
|
FlipDimension
|
reverse order of elements in an Array
|
HasNonZero
|
true when the Array has a non-zero entry
|
HasZero
|
true when the Array has a zero entry
|
IsEqual
|
compare Arrays for equality
|
IsZero
|
true when the Array has only zero entries
|
LowerTriangle
|
return the lower triangular region of a matrix
|
MultiplyAlongDimension
|
multiply rows of an array
|
NumElems
|
return the number of elements in an Array
|
Permute
|
permute dimensions of an Array
|
PermuteInverse
|
inverse permute dimensions of an Array
|
RandomArray
|
randomly generate scalars, Matrices, and Arrays of values drawn from a uniform or normal distribution
|
RegularArray
|
generate an array of numbers with specified spacing in a given range
|
RemoveSingletonDimensions
|
remove singleton Array dimensions
|
Replicate
|
Array replication
|
Reshape
|
create a reshaped copy of a Matrix, Vector, or Array
|
SearchArray
|
return the indices of nonzero elements of the given Array
|
Size
|
return the size of an Array in each dimension
|
UpperTriangle
|
compute the upper triangular Matrix
|