|
conform |
Expands an array or scalar so that it conforms to the shape of the given variable.
|
|
conform_dims |
Expands an array or scalar so that it conforms to the shape of the given dimension sizes.
|
|
dim_gbits |
Unpacks bit chunks from the rightmost dimension of the input array.
|
|
epsZero |
Sets all values in input array to zero that are +/- a user supplied epsilon about zero.
|
|
get1Dindex_Collapse |
Returns a one dimensional array of subscript indices that DO NOT match the values contained in a user specified list.
|
|
get1Dindex_Exclude |
Returns a one dimensional array of subscript indices that DO NOT match the values contained in a user suppliedlist.
|
|
getbitsone |
Unpacks one-bit chunks from the input array.
|
|
grid2triple |
Converts a two-dimensional grid with one-dimensional coordinate variables to an array where each grid value is associated with its coordinates.
|
|
ind_resolve |
Resolves a single list of indices to their multi-dimensional representation.
|
|
mask |
Masks a multi-dimensional array against another given a single mask value.
|
|
ndtooned |
Converts a multi-dimensional array to a one-dimensional array.
|
|
onedtond |
Converts a one-dimensional array to a multi-dimensional array.
|
|
transpose |
Transposes a matrix and copies all attributes and coordinate variables.
|
|
where |
Performs array assignments based on a conditional array.
|