summaryrefslogtreecommitdiff
path: root/matrix.c
Commit message (Expand)AuthorAge
* 'Matrix' -> 'Vector' where neededJasper8 days
* Reordered includesJasper8 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
* 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
* Tolerance check of absolute value in 'matrix_eq'Jasper2025-09-01
* Initial commitJasper2025-08-31