Efficient matrix operations and system of linear equations solver, MatrixGold is open source software for matrix calculations and linear algebra.
MatrixGold is an open source software library focused on numeric linear algebra calculations using matrices and vectors. It provides efficient implementations of fundamental matrix operations like addition, subtraction, multiplication, transposition, inversion, decomposition, solving linear systems, computing eigenvalues, etc.
Some key features of MatrixGold include:
MatrixGold enables fast prototyping and development of applications that need to perform large scale matrix calculations like scientific computing, machine learning, data analysis, image processing, and more. Its simple API makes it easy to add matrix capabilities to existing applications.
By building on top of established libraries like BLAS, LAPACK, and OpenMP, MatrixGold is able to achieve high performance across various hardware platforms. The code is modular and extensible to add new capabilities over time.
Here are some alternatives to MatrixGold:
Suggest an alternative ❐