LAPACK routines.
C++ bindings for all single- and double-precision CLAPACK (Linear Algebra Package) routines.
BLAS Level 1 operations for ndarrays
node.js implementation of James Coglan's "Sylvester" matrix math library.
A high performance linear algebra library.
Portable mixed-precision BLAS-like vector math library for x86 and ARM
node-lapack ===========
Common symbols and type definitions shared across base LAPACK APIs.
Error handler for LAPACK routines.
Copy all or part of a matrix A to another matrix B.
Calculates the eigenvalues and normalized eigenvectors for a matrix, using Lapack
Bluemath Linear Algebra library
LAPACK routine to find the index of the last non-zero row in an input matrix.
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.
node.js implementation of James Coglan's "Sylvester" matrix math library. browserify compatible
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Determine double-precision floating-point machine parameters.
LAPACK routine to calculate sqrt(x^2 + y^2) in a manner which doesn't cause unnecessary overflow.
Copy all or part of a matrix A to another matrix B.
Base (i.e., lower-level) LAPACK routines.
LAPACK routine to calculate sqrt(x^2 + y^2 + z^2) in a manner which doesn't cause unnecessary overflow.
Conjugate each element in a single-precision complex floating-point vector.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
The package provides a LAPACK source of choice.
Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with familiar syntax
Standard linear algebra library using blas and lapack for OpenSRDK toolchain.
Standard probability library for OpenSRDK toolchain.
Fast, stack-allocated linear algebra for fixed dimensions
Standard mathematical optimization library for OpenSRDK toolchain.
LAPACK compatible interface backed by runtime-registered Fortran LAPACK function pointers