float64array
There are 75 repositories under float64array topic.
stdlib-js/array-pool
Typed array pool.
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/assert-has-float64array-support
Detect native Float64Array support.
stdlib-js/blas-ext-base-dapx
Add a constant to each element in a double-precision floating-point strided array.
stdlib-js/blas-ext-base-drev
Reverse a double-precision floating-point strided array in-place.
stdlib-js/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
stdlib-js/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
stdlib-js/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
stdlib-js/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
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.
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.
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.
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.
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.
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.
stdlib-js/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-dtrunc
Round each element in a double-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-float64
Float64ArrayFE.
stdlib-js/array-little-endian-float64
Float64Array in little-endian byte order.
stdlib-js/blas-base-wasm-dasum
Compute the sum of absolute values.
stdlib-js/blas-base-wasm-dcopy
Copy values from `x` into `y`.
stdlib-js/blas-base-wasm-ddot
Compute the dot product of `x` and `y`.
stdlib-js/blas-base-wasm-drot
Applies a plane rotation.
stdlib-js/blas-base-wasm-dscal
Multiply a vector `x` by a scalar `alpha`.
stdlib-js/blas-base-wasm-dswap
Interchange two double-precision floating-point vectors.
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.