Skip to content
/ cpp Public

Uma biblioteca para trabalhar com matrizes em C++

Notifications You must be signed in to change notification settings

j5r/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpp

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

About

Uma biblioteca para trabalhar com matrizes em C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages