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 nonzero Array entries
|
Append
|
append element to Array
|
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
|
Extend
|
extend Array with additional elements
|
Fill
|
fill portion of Matrix, Vector, or Array with specified value
|
FlipDimension
|
reverse order of elements in an Array
|
GeneralInnerProduct
|
compute a general inner product of two Arrays
|
GeneralOuterProduct
|
compute a general outer product of two Arrays
|
HasNonZero
|
true when the Array has a nonzero entry
|
HasZero
|
true when the Array has a zero entry
|
Insert
|
insert an element in an Array
|
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
|
ReduceAlongDimension
|
reduce the elements of an Array by a function
|
RegularArray
|
generate an array of numbers with specified spacing in a given range
|
Remove
|
remove entries and shrink an Array
|
RemoveSingletonDimensions
|
remove singleton Array dimensions
|
Replicate
|
Array replication
|
Reshape
|
create a reshaped copy of a Matrix, Vector, or Array
|
Reverse
|
reverse a Matrix, Vector, or Array
|
ScanAlongDimension
|
accumulate the elements of an Array by a function
|
SearchArray
|
return the indices of nonzero elements of the given Array
|
Size
|
return the size of an Array in each dimension
|
SuggestedDatatype
|
suggest Array datatype for an operation on two Arrays
|
SuggestedOrder
|
suggest rtable order for an operation on two rtables
|
SuggestedSubtype
|
suggest rtable subtype for an operation on two rtables
|
UpperTriangle
|
compute the upper triangular Matrix
|