Projects in Awesome Lists tagged with float32array
A curated list of projects in awesome lists tagged with float32array .
https://github.com/stdlib-js/array-pool
Typed array pool.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 05 May 2025
https://github.com/stdlib-js/utils-prepend
Add elements from one collection to the beginning of another collection.
append array extend float32array float64array int32array javascript lengthen node node-js nodejs prepend stdlib typed-array unshift util utilities utility utils
Last synced: 13 Apr 2025
https://github.com/stdlib-js/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 30 Oct 2025
https://github.com/stdlib-js/utils-unshift
Add one or more elements to the beginning of a collection.
append array extend float32array float64array int32array javascript lengthen node node-js nodejs stdlib typed-array uint32array unshift util utilities utility utils
Last synced: 24 Apr 2025
https://github.com/stdlib-js/blas-ext-base-sapx
Add a constant to each element in a single-precision floating-point strided array.
add addition array blas extended float float32 float32array javascript math mathematics ndarray node node-js nodejs scale single stdlib strided translate
Last synced: 30 Jul 2025
https://github.com/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.
array ceil float float32 float32array flt integer javascript math mathematics ndarray nearest node node-js nodejs round single-precision stdlib strided vector
Last synced: 31 Oct 2025
https://github.com/stdlib-js/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
angle convert degrees float float32 float32array flt geometry javascript math mathematics node node-js nodejs radians single-precision stdlib trig trigonometry vector
Last synced: 14 Apr 2025
https://github.com/stdlib-js/assert-has-float32array-support
Detect native Float32Array support.
detect es2015 es6 feature float32array has issupported javascript native node node-js nodejs stdlib support typed-array util utilities utility utils
Last synced: 16 Mar 2025
https://github.com/stdlib-js/array-ones
Create an array filled with ones and having a specified length.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 09 Apr 2025
https://github.com/stdlib-js/utils-pop
Remove and return the last element of a collection.
array cut delete float32array float64array int32array javascript node node-js nodejs pop remove shorten stdlib typed-array util utilities utility utils
Last synced: 25 Jun 2025
https://github.com/stdlib-js/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
abs absolute array element-wise float float32 float32array javascript magnitude math mathematics ndarray node node-js nodejs stdlib strided value vector
Last synced: 12 Oct 2025
https://github.com/stdlib-js/blas-base-srotg
Construct a Givens plane rotation.
algebra array blas float float32 float32array javascript level-1 linear math mathematics ndarray node node-js nodejs single srotg stdlib subroutines vector
Last synced: 11 Apr 2025
https://github.com/stdlib-js/blas-base-wasm-sdot
Compute the dot product of `x` and `y`.
algebra array blas dot float float32 float32array javascript level-1 linear math mathematics ndarray node node-js nodejs sdot stdlib subroutines vector
Last synced: 03 Apr 2025
https://github.com/stdlib-js/array-filled-by
Create a filled array according to a provided callback function.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 13 Apr 2025
https://github.com/stdlib-js/lapack-base-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
algebra array claset complex copy float float32 float32array javascript lapack linear math mathematics matrix ndarray node node-js nodejs stdlib subroutines
Last synced: 05 Apr 2025
https://github.com/stdlib-js/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
array element-wise float float32 float32array flt inv inverse javascript mask multiplicative ndarray node node-js nodejs reciprocal single-precision stdlib strided vector
Last synced: 04 Aug 2025
https://github.com/stdlib-js/array-zero-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 15 Apr 2025
https://github.com/stdlib-js/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 15 Apr 2025
https://github.com/stdlib-js/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 18 Jun 2025
https://github.com/stdlib-js/array-nans
Create an array filled with NaNs and having a specified length.
array complex128 complex128array complex64array data float32array float64array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types vector
Last synced: 05 Sep 2025
https://github.com/stdlib-js/math-strided-special-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
abs absolute array float float32 float32array flt javascript magnitude math mathematics ndarray node node-js nodejs single-precision stdlib strided value vector
Last synced: 12 Apr 2025
https://github.com/stdlib-js/array-one-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector
Last synced: 18 Mar 2025
https://github.com/meredith2500/blas-base-wasm-sscal
Multiply a vector `x` by a scalar `alpha`.
alpha array float float32 float32array javascript linear mathematics ndarray nodejs sscal stdlib subroutines vector
Last synced: 29 Mar 2025
https://github.com/stdlib-js/blas-base-wasm-scnrm2
Multiply a vector `x` by a scalar `alpha`.
algebra array blas float float32 float32array javascript level-1 linear math mathematics ndarray node node-js nodejs scnrm2 stdlib subroutines vector webassembly
Last synced: 11 Oct 2025
https://github.com/stdlib-js/blas-base-sger
Perform the rank 1 operation `A = α*x*y^T + A`.
algebra array blas float float32 float32array javascript level-2 linear math mathematics ndarray node node-js nodejs sger stdlib subroutines
Last synced: 10 Jul 2025