@stdlib/ndarray-iter-rows
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which converts each iterated ndarray to a generic array.
Create an iterator which returns individual elements from a provided ndarray.
Create a zero-filled ndarray having a specified shape and data type.
Test if a value is a non-symmetric matrix.
Return the BLAS memory layout string associated with a BLAS memory layout enumeration constant.
Return the enumeration constant associated with a supported BLAS memory layout value.
Return the layout string associated with a supported BLAS memory layout value.
Return the enumeration constant associated with a BLAS memory layout string.
Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.
Return the enumeration constant associated with a supported BLAS matrix triangle value.
Return the matrix triangle string associated with a supported BLAS matrix triangle value.
Return the enumeration constant associated with a BLAS matrix triangle.
Compute an unbiased sample covariance matrix incrementally.
Compute a sample Pearson product-moment correlation distance matrix incrementally.
Compute a sample Pearson product-moment correlation matrix incrementally.
Compact adjacency matrix.
Apply a function to each element in an array and assign the result to an element in an output array.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.