float32array
There are 68 repositories under float32array topic.
stdlib-js/array-pool
Typed array pool.
stdlib-js/assert-has-float32array-support
Detect native Float32Array support.
stdlib-js/utils-append
Add elements from one collection to the end of another collection.
stdlib-js/utils-prepend
Add elements from one collection to the beginning of another collection.
stdlib-js/utils-push
Add one or more elements to the end of a collection.
stdlib-js/array-filled
Create a filled array.
stdlib-js/array-ones
Create an array filled with ones and having a specified length.
stdlib-js/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
stdlib-js/array-zeros
Create a zero-filled array having a specified length.
stdlib-js/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
stdlib-js/blas-base-ssyr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
stdlib-js/blas-ext-base-sapx
Add a constant to each element in a single-precision floating-point strided array.
stdlib-js/blas-ext-base-srev
Reverse a single-precision floating-point strided array in-place.
stdlib-js/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
stdlib-js/math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
stdlib-js/math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
stdlib-js/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
stdlib-js/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
stdlib-js/math-strided-special-smskramp
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
stdlib-js/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
stdlib-js/math-strided-special-strunc
Round each element in a single-precision floating-point strided array toward zero.
stdlib-js/utils-unshift
Add one or more elements to the beginning of a collection.
stdlib-js/array-fixed-endian-float32
Float32Array having a specified byte order.
stdlib-js/array-little-endian-float32
Float32Array in little-endian byte order.
stdlib-js/blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
stdlib-js/blas-base-sasum-wasm
Compute the sum of absolute values.
stdlib-js/blas-base-scopy-wasm
Copy values from `x` into `y`.
stdlib-js/blas-base-sdot-wasm
Compute the dot product of `x` and `y`.
stdlib-js/blas-base-srot-wasm
Apply a plane rotation.
stdlib-js/blas-base-sspr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
stdlib-js/lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.