Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amilich/matrix-math
- Owner: amilich
- Created: 2015-04-17T15:07:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T01:23:30.000Z (about 8 years ago)
- Last Synced: 2024-10-09T22:20:21.330Z (3 months ago)
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.