Typed array pool.
-
Updated
Apr 4, 2026 - JavaScript
Typed array pool.
Add one or more elements to the end of a collection.
🔢 Accelerate matrix-vector multiplication with this efficient implementation of the DGEMV routine for numerical and scientific computing.
Float64Array.
LAPACK routine to calculate sqrt(x^2 + y^2) in a manner which doesn't cause unnecessary overflow.
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
Calculate the number of non-NaN elements in a double-precision floating-point strided array.
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the Chebychev distance between two double-precision floating-point strided arrays.
Create an uninitialized array having a specified length.
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
Create a filled array.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Test if a value is an array-like object supporting the accessor (get/set) protocol.
Perform the symmetric rank 2 operation `A = α*x*y^T + α*y*x^T + A`.
Float64ArrayFE.
Create an array filled with NaNs and having the same length and data type as a provided array.
Create a zero-filled array having the same length and data type as a provided array.
Add a description, image, and links to the float64array topic page so that developers can more easily learn about it.
To associate your repository with the float64array topic, visit your repo's landing page and select "manage topics."