A simple matrix toolkit in C
During the conception of my AI for an OCR during S3, I had the bad surprise of discovering that most of the codes for AI are in python. Most of them use numpy to do matricial operations. I needed an equivalent but in C. Hence, I created this simple toolkit.
Technically you only need the standard libraries to run this code.
This repository has been created for educational purposes. It is free of any copyright. If you are a student at EPITA and trying to create an AI for an OCR, you can take inspiration from that code but do not copy it.