Simple and fast library for matrix operations for C language. Ideal for performance applications, embedded systems and machine learning.
The matrices are represented by a data structure containing the number of rows, number of columns and the data.
For run gcc -Wall -Wextra -std=c99 -Iinclude -o output/main.exe src/main.c src/minMatrix.c
For debug gcc -Wall -Wextra -std=c99 -g -Iinclude -o output/main.exe src/main.c src/minMatrix.c
./output/main.exe