Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 278 Bytes

matrix.h 🌠

C Header with elementary features for manipulating numeric arrays.

Usage

To use matrix.h you should consider inserting the following headers.

  • stdlib.h
  • malloc.h

About

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