Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amilich/matrix-math

Java/C++ matrix functions to calculates integrals/derivatives and interpolate functions.
https://github.com/amilich/matrix-math

Last synced: about 1 month ago
JSON representation

Java/C++ matrix functions to calculates integrals/derivatives and interpolate functions.

Awesome Lists containing this project

README

        

# Matrix-Math

Implementation of matrix methods and polynomial interpretation in Java and C++.

* Java Matrix implementation that calculates integrals, derivatives, and interpolates functions. Uses variety of Riemann Sums for integrals; can perform row reduction, inversion, and basic row operations.

* C++ implementation provides matrix object with row operations, row reduction, and inversion. Also includes implementations of polynomial and exploential function objects.