Projects in Awesome Lists tagged with float64array
A curated list of projects in awesome lists tagged with float64array .
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/math-strided-special-dtrunc
Round each element in a double-precision floating-point strided array toward zero.
array dbl double float64 float64array integer javascript math mathematics nearest node node-js nodejs number round stdlib trunc truncate value vector
Last synced: 08 May 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/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
angle convert dbl degrees double double-precision float64 float64array geometry javascript math mathematics node node-js nodejs radians stdlib trig trigonometry vector
Last synced: 06 May 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/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
array dbl double double-precision float64 float64array integer javascript nearest node node-js nodejs number round stdlib strided trunc truncate value vector
Last synced: 30 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: 15 Feb 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: 27 Jan 2025
https://github.com/stdlib-js/blas-ext-base-dsort2ins
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
arrange array blas double extended float64 float64array insertion javascript math mathematics ndarray node node-js nodejs order permute sort stdlib strided
Last synced: 13 Apr 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: 30 Jan 2025
https://github.com/stdlib-js/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
array cube dbl double double-precision float64 float64array javascript math mathematics ndarray node node-js nodejs pow power root stdlib strided vector
Last synced: 02 Apr 2025
https://github.com/stdlib-js/blas-base-wasm-drot
Applies a plane rotation.
algebra array blas double drot float64 float64array javascript level-1 linear math mathematics ndarray node node-js nodejs rotation stdlib subroutines vector
Last synced: 03 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/stdlib-js/math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
array dbl double double-precision float64 float64array inv inverse javascript math mathematics multiplicative node node-js nodejs number reciprocal stdlib strided vector
Last synced: 13 Apr 2025
https://github.com/stdlib-js/math-strided-special-dmskinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
array dbl double double-precision element-wise float64 float64array inv inverse javascript mask multiplicative ndarray node node-js nodejs reciprocal stdlib strided vector
Last synced: 06 May 2025
https://github.com/stdlib-js/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
abs2 absolute array dbl double double-precision float64 float64array javascript magnitude math mathematics node node-js nodejs square squared stdlib value vector
Last synced: 06 May 2025
https://github.com/stdlib-js/blas-base-drot-wasm
Applies a plane rotation.
algebra array blas double drot float64 float64array javascript level-1 linear math mathematics ndarray node node-js nodejs rotation stdlib subroutines vector
Last synced: 17 Dec 2024
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-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
algebra array complex copy double float64 float64array javascript lapack linear math mathematics matrix ndarray node node-js nodejs stdlib subroutines zlaset
Last synced: 05 Apr 2025
https://github.com/stdlib-js/blas-ext-base-dsortins
Sort a double-precision floating-point strided array using insertion sort.
arrange array blas double extended float64 float64array insertion javascript math mathematics ndarray node node-js nodejs order permute sort stdlib strided
Last synced: 16 Apr 2025
https://github.com/stdlib-js/assert-is-float64array
Test if a value is a Float64Array.
array assert assertion double float64 float64array ieee754 is javascript node node-js nodejs stdlib typed typed-array util utilities utility utils
Last synced: 12 May 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/stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
array double float64 float64array hypothesis javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array testing typed z-test ztest
Last synced: 24 Jun 2025