@stdlib/blas-base-srot
Apply a plane rotation.
Apply a plane rotation.
Construct a Givens plane rotation.
Multiply a single-precision floating-point vector by a constant.
Interchange two single-precision floating-point vectors.
Find the index of the first element having the maximum absolute value.
Calculate the variance of a single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.
Test if a value is a Float32Array.
Test if a value is a collection.