Uma biblioteca para trabalhar com matrizes em C++
No momento estou aprendendo como escrevê-la. Quando tiver uma versão beta completa, comentarei por aqui 😄
Aqui consta a evolução do projeto.
| Package | Funcionality |
|---|---|
| Matrix | store data, arithmetic and boolean operators, other, |
| MatrixManip | manipulating blocks of a matrix: add/remove rows/cols, etc. |
| Matrix3 | 3D matrix |
| Matrix4 | 4D matrix |
| Matrix5 | 5D matrix |
| Matrix6 | 6D matrix |
| MatrixGen | generation of matrices: eye, zeros, rand, randn, randexp, randint |
| MatrixIO | load data from user, from file, print and save data into file |
| LinAlg | invert matrix, solve linear system, implement factorizations |