C Header with elementary features for manipulating numeric arrays.
To build the example:
A) Create a build directory:
mkdir build
cd buildB) Generate build files with CMake:
cmake ..C) Compile the example:
makeD) Run the example:
./exampleProject I wrote to understand a little more about matrix operations in C