Float64Array.
-
Updated
Mar 10, 2025 - JavaScript
8000
Float64Array.
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
Create an uninitialized array having a specified length.
Float64ArrayFE.
Copy all or part of a matrix A to another matrix B.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Create a filled array according to a provided callback function.
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.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Create a filled array.
LAPACK routine to calculate sqrt(x^2 + y^2) in a manner which doesn't cause unnecessary overflow.
Compute the sum of absolute values.
Test if a value is a collection.
Compute a two-sample Z-test for two double-precision floating-point strided arrays.
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
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.
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."