@stdlib/assert-is-collection
Test if a value is a collection.
Test if a value is a collection.
Test if a value is an empty collection.
Compute the sum of absolute values (L1 norm).
Multiply a vector x by a constant and add the result to y.
Copy values from x into y.
Calculate the dot product of two double-precision floating-point vectors.
Performs the rank 1 operation A = alpha⋅x⋅y^T + A.
Calculate the L2-norm of a double-precision floating-point vector.
Apply a plane rotation.
Construct a Givens plane rotation.
Apply a modified Givens transformation.
Multiply a double-precision floating-point vector by a constant.
Interchange two double-precision floating-point vectors.
Compute the L2-norm of a complex double-precision floating-point vector.
Calculate the maximum value of a double-precision floating-point strided array.
Calculate the maximum absolute value of a double-precision floating-point strided array.
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.