Perform the symmetric rank 2 operation `A = α*x*y^T + α*y*x^T + A`.
BLAS.
Copy values from x into y.
Calculate the sum of strided array elements using pairwise summation.
BLAS memory layouts.
BLAS matrix triangles.
Create a zero-filled generic array.
BLAS transpose operations.
Add a scalar constant to each strided array element and compute the sum using pairwise summation.
Common symbols and type definitions shared across base BLAS APIs.
BLAS diagonal element types.
BLAS operation sides.
Matrix orientations.
Fill a strided array with a specified scalar constant.
Return a string created by joining strided array elements using a specified separator.
Fill a strided array according to a provided callback function.
Multiply a vector by a scalar constant.
Test if an input value is a BLAS memory layout.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Create a double-precision floating-point number from a higher order word and a lower order word.