compute-to-matrix
Construct a matrix from an array of arrays.
Construct a matrix from an array of arrays.
Applies a function to each matrix element.
Maximum signed 16-bit integer.
Effective number of bits in the significand of a single-precision floating-point number.
Square root of double-precision floating-point epsilon.
Cube root of double-precision floating-point epsilon.
The Euler-Mascheroni constant.
Computes the sum of absolute values (L1 norm).
Multiplies x and a constant and adds the result to y.
Copies values from x into y.
Computes the dot product of x and y.
Computes the L2 norm (Euclidean norm).
Scales elements of `x` by a constant `alpha`.
Interchanges the elements of x and y.
Finds the first element equal to the maximum absolute value of x and returns the element index.
Arrays.
Collection of Node.js streams
Asynchronous task graphs supporting incremental computation
Returns a string giving the literal bit representation of an unsigned 16-bit integer.
Returns a string giving the literal bit representation of an unsigned 32-bit integer.