summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* FormattingJasper8 days
* Added vector structJasper8 days
* Used calloc instead of allocJasper8 days
* More functions with '1' suffixJasper8 days
* 'matrix_is_square' is now a macroJasper11 days
* Check if matrix is column or row vectorJasper11 days
* Added macros to iterate over matrixJasper11 days
* More work on benchmarking, simplified 1st versionJasper13 days
* '__VA_ARGS__' in benchmark macro -> '##__VA_ARGS__'Jasper2025-09-02
* Started work on macros to benchmark given functionsJasper2025-09-01
* Swap order of arguments for matrix_scale()Jasper2025-09-01
* Merge row-swap and col-swapJasper2025-09-01
* Added functions to swap rows and colsJasper2025-09-01
* Removed const in front of non-pointer typesJasper2025-09-01
* Removed '_MatrixType' and '_Matrix' from typedefsJasper2025-09-01
* Tolerance check of absolute value in 'matrix_eq'Jasper2025-09-01
* Initial commitJasper2025-08-31