matcpp
v1.0.0
Published
MatCPP is a package created for developers requiring matrices, and whom require all the subsequent operations that can be performed on and/or with matrices. ## Install Latest Release (v1.0) ```Bash npm install matcpp ``` ## Version 1.0 This version co
Readme
MatCPP
MatCPP is a package created for developers requiring matrices, and whom require all the subsequent operations that can be performed on and/or with matrices.
Install Latest Release (v1.0)
npm install matcppVersion 1.0
This version contains
- Functions that can generate up to five dimensional matrices
- An ability to manually set the value of any element in a matrix
To get started using MatCPP API visit the documentation page.
