Base (i.e., lower-level) LAPACK routines.
Common symbols and type definitions shared across base LAPACK APIs.
Copy all or part of a matrix A to another matrix B.
Error handler for LAPACK routines.
LAPACK routine to find the index of the last non-zero row in an input matrix.
LAPACK routines.
Perform a series of row interchanges on an input matrix.
LAPACK routine to find the index of the last non-zero column in an input matrix.
Determine double-precision floating-point machine parameters.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Generate string from a token array by interpolating values.
Copy all or part of a matrix A to another matrix B.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Tokenize a string into an array of string parts and format identifier objects.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Create a double-precision floating-point number from a higher order word and a lower order word.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is NaN.
Test if a double-precision floating-point numeric value is infinite.
Multiply a double-precision floating-point number by an integer power of two.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.