Skip to content

This library is used to simplify the matrix's operations in linear algebra

License

Notifications You must be signed in to change notification settings

Youssef-ADOUIRI/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

is a static library, used to simplify the matrix's operations in linear algebra.


HOW TO USE

To use the library you should download only the /Matrix folder ( it contains the "matrix.h" header and the .a library file).

In the code include the library using : #include "Matrix/matrix.h"

comand line to simply compile your program using GCC compiler : g++ YOURFILENAME.cpp -LMatrix -lMatrix -o EXECUTABLE_NAME


To modify the Makefile:

  • replace 'del' with 'rm' if you are using linux.
  • please use your own makefile for projects.

About

This library is used to simplify the matrix's operations in linear algebra

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages