Java Api to manipulate simple on data of Matrix Type.
There is lot of usefull methods like resize, insert , remove, sort and lot of other methods. Usefull methods to manipulate with diagonals. For example you can create block diagonal matrix.
There is lot of usefull methods to manipulate on mathematic matrix also, like determinant , norm , minor , cofactor , solveLienarSystem , arithmetic operations also and lot more.
Features
- This Api allows to manipulate on data of matrix type. DataMatrix class contains useful methods such as resize , insert , remove , join , sort and more useful methods. My favorite method is solveLinearSystem , which is in Matrix class and allows to simply solve linear equation system. Matrix class also have more useful mathematic methods, suth as determinant, minor, norm, plus, minus , divide , multiplay and more ... This Api is written in Java
- Send feedbacks on nodrexfeedback@gmail.com
- Please do not forget review :)
License
Public DomainFollow Data Matrix
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
cool ;)
-
Great api to dive in the world of matrices!