GitHub topics: float64array
stdlib-js/utils-push
Add one or more elements to the end of a collection.
Language: JavaScript - Size: 1.39 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 3 - Forks: 1

stdlib-js/utils-shift
Remove and return the first element of a collection.
Language: JavaScript - Size: 908 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-wasm-dapx
Add a scalar constant to each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 958 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

stdlib-js/assert-has-float64array-support
Detect native Float64Array support.
Language: JavaScript - Size: 482 KB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-wasm-dswap
Interchange two double-precision floating-point vectors.
Language: JavaScript - Size: 568 KB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-prepend
Add elements from one collection to the beginning of another collection.
Language: JavaScript - Size: 1.35 MB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
Language: JavaScript - Size: 561 KB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/array-pool
Typed array pool.
Language: JavaScript - Size: 3.41 MB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 5 - Forks: 1

stdlib-js/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
Language: JavaScript - Size: 231 KB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dtrunc
Round each element in a double-precision floating-point strided array toward zero.
Language: JavaScript - Size: 500 KB - Last synced at: 8 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
Language: JavaScript - Size: 1.87 MB - Last synced at: 8 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-wasm-drot
Applies a plane rotation.
Language: JavaScript - Size: 799 KB - Last synced at: 8 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dlapy2
LAPACK routine to calculate sqrt(x^2 + y^2) in a manner which doesn't cause unnecessary overflow.
Language: JavaScript - Size: 234 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

stdlib-js/utils-unshift
Add one or more elements to the beginning of a collection.
Language: JavaScript - Size: 1.43 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-pop
Remove and return the last element of a collection.
Language: JavaScript - Size: 888 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-append
Add elements from one collection to the end of another collection.
Language: JavaScript - Size: 1.31 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-float64array
Test if a value is a Float64Array.
Language: JavaScript - Size: 377 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskabs
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 540 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dztest2
Compute a two-sample Z-test for two double-precision floating-point strided arrays.
Language: JavaScript - Size: 555 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-wasm-dapxsumors
Add a constant to each double-precision floating-point strided array element and compute the sum using ordinary recursive summation.
Language: JavaScript - Size: 545 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-dmskramp
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 489 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 604 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dgttrf
Compute an `LU` factorization of a real tridiagonal matrix `A` using elimination with partial pivoting and row interchanges
Language: JavaScript - Size: 604 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
Language: JavaScript - Size: 1.34 MB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-dsyr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Language: JavaScript - Size: 1.44 MB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-typed
Create a typed array.
Language: JavaScript - Size: 1.83 MB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
Language: JavaScript - Size: 464 KB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
Language: JavaScript - Size: 586 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
Language: JavaScript - Size: 741 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
Language: JavaScript - Size: 585 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-dscal
Multiply a vector `x` by a scalar `alpha`.
Language: JavaScript - Size: 1.23 MB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-ddot
Compute the dot product of `x` and `y`.
Language: JavaScript - Size: 548 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-dcopy
Copy values from `x` into `y`.
Language: JavaScript - Size: 2.31 MB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-dasum
Compute the sum of absolute values.
Language: JavaScript - Size: 987 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Alko335/blas-ext-base-dlast-index-of
Efficiently find the last index of a value in an array with `blas-ext-base-dlast-index-of`. Ideal for numerical and scientific computations. 🚀📊
Language: JavaScript - Size: 62.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dlast-index-of
Return the last index of a specified search element in a double-precision floating-point strided array.
Language: JavaScript - Size: 270 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dindex-of
Return the first index of a specified search element in a double-precision floating-point strided array.
Language: JavaScript - Size: 223 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 479 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dabs
Compute the absolute value for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 596 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dtrmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
Language: JavaScript - Size: 2.98 MB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Language: JavaScript - Size: 854 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
Language: JavaScript - Size: 2.69 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 955 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-empty-collection
Test if a value is an empty collection.
Language: JavaScript - Size: 354 KB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.
Language: JavaScript - Size: 1.19 MB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
Language: JavaScript - Size: 1.67 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-collection
Test if a value is a collection.
Language: JavaScript - Size: 388 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 444 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-dspr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Language: JavaScript - Size: 1.35 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
Language: JavaScript - Size: 485 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-fixed-endian-float64
Float64ArrayFE.
Language: JavaScript - Size: 1.65 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

siva630588/lapack-base-dgttrf
This repository provides the LAPACK base function `dgttrf`, which factors a tridiagonal matrix. 🛠️ Join us in enhancing numerical computation in JavaScript and C! 🚀
Language: JavaScript - Size: 61.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/array-zeros
Create a zero-filled array having a specified length.
Language: JavaScript - Size: 1.89 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
Language: JavaScript - Size: 563 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskfloor
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
Language: JavaScript - Size: 590 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dramp
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 478 KB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-nans
Create an array filled with NaNs and having a specified length.
Language: JavaScript - Size: 1.22 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
Language: JavaScript - Size: 578 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/array-filled-by
Create a filled array according to a provided callback function.
Language: JavaScript - Size: 1.61 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-little-endian-float64
Float64Array in little-endian byte order.
Language: JavaScript - Size: 1.24 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dapx
Add a constant to each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 615 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 582 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskdeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Language: JavaScript - Size: 448 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-wasm-dapxsumpw
Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
Language: JavaScript - Size: 752 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 795 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-empty-like
Create an uninitialized array having the same length and data type as a provided array.
Language: JavaScript - Size: 1.34 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsortins
Sort a double-precision floating-point strided array using insertion sort.
Language: JavaScript - Size: 634 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Language: JavaScript - Size: 854 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 591 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/array-filled
Create a filled array.
Language: JavaScript - Size: 2.2 MB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/array-ones
Create an array filled with ones and having a specified length.
Language: JavaScript - Size: 1.43 MB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 585 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 587 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 788 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 604 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/array-float64
Float64Array.
Language: JavaScript - Size: 760 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskrsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 592 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

peperonnie900/lapack-base-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 905 KB - Last synced at: 8 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 1.01 MB - Last synced at: 8 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-drev
Reverse a double-precision floating-point strided array in-place.
Language: JavaScript - Size: 797 KB - Last synced at: 8 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 890 KB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

stdlib-js/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Language: JavaScript - Size: 837 KB - Last synced at: 8 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

stdlib-js/array-empty
Create an uninitialized array having a specified length.
Language: JavaScript - Size: 1.32 MB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

MSD15440/ros_msgs_translator
ros2 node that takes in a f64 from a topic and publishes as 1d f64multi
Language: Python - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

stdlib-js/array-bigint64
Float64Array.
Language: JavaScript - Size: 47.9 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0
