@stdlib/blas-base-diagonal-types
BLAS diagonal element types.
BLAS diagonal element types.
Base BLAS assertion utilities.
Test if an input value is a BLAS diagonal type.
Test if an input value is a BLAS memory layout.
Test if an input value is a BLAS matrix triangle.
Test if an input value is a BLAS operation side.
Test if an input value is a BLAS transpose operation.
Create an iterator from a strided array-like object.
List of ndarray orders.
List of output ndarray data type policies.
Return the shape of a provided ndarray.
Return the stride along a specified dimension for a provided ndarray.
Return the strides of a provided ndarray.
Convert subscripts to a linear index.
Convert an ndarray to a generic array.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Create an iterator which returns [index, row] pairs for 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.