LAPACK routines.
Simple linear algebra library for js
C++ bindings for all single- and double-precision CLAPACK (Linear Algebra Package) routines.
Bluemath Linear Algebra library
BLAS Level 1 operations for ndarrays
Multidimensional arrays for JS
node.js implementation of James Coglan's "Sylvester" matrix math library.
node-lapack ===========
Math kernel in Typescript
Calculates the eigenvalues and normalized eigenvectors for a matrix, using Lapack
Common symbols and type definitions shared across base LAPACK APIs.
A high performance linear algebra library.
Error handler for LAPACK routines.
Portable mixed-precision BLAS-like vector math library for x86 and ARM
Copy all or part of a matrix A to another matrix B.
node.js implementation of James Coglan's "Sylvester" matrix math library. browserify compatible
Linear algebra library - backed by C++.
``` yarn add three react-three-linalg ```
Perform a series of row interchanges on an input matrix.
LAPACK routine to find the index of the last non-zero row in an input matrix.
LAPACK routine to find the index of the last non-zero column in an input matrix.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
LAPACK routine to calculate sqrt(x^2 + y^2) in a manner which doesn't cause unnecessary overflow.
WebAssembly module for linear algebra operations optimized for Contextual Bandit algorithms