@stdlib/array-typed
Create a typed array.
Create a typed array.
Create a typed array.
Create an array filled with ones and having a specified length.
Create an array filled with ones and having the same length and data type as a provided array.
Copy all or part of a matrix A to another matrix B.
Perform a series of row interchanges on an input matrix.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Utilities for double-precision floating-point numbers.
Base utilities for double-precision floating-point numbers.
Base double-precision floating-point number assert functions.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Create a double-precision floating-point number from a literal bit representation.
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
Create a double-precision floating-point number from a higher order word and a lower order word.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Set the more significant 32 bits of a double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).