Skip to content

m3nin0-labs/matrix.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix.h 🌠

C Header with elementary features for manipulating numeric arrays.

Building

To build the example:

A) Create a build directory:

mkdir build
cd build

B) Generate build files with CMake:

cmake ..

C) Compile the example:

make

D) Run the example:

./example

About

Project I wrote to understand a little more about matrix operations in C

About

C Header with elementary features for manipulating numeric matrix. 🌠

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published