Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 331 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 331 Bytes

libMatrices

libMatrices is a library that handles relatively simple matrix computations.

Functioning and features

It makes use of a user-implemented type, Matrix. Among its other features, the library can solve linear systems represented as matrices, reduce a matrix to echelon form, and compute the product of two matrices