summaryrefslogtreecommitdiff
path: root/matrix.h
Commit message (Expand)AuthorAge
* Matrix transpose doesn't edit memory representationJasper4 days
* Fixed loop bound bug in macroJasper6 days
* Building with tcc (for fun)Jasper6 days
* Variadic functions to free matrices/vectorsJasper7 days
* 'Matrix' -> 'Vector' where neededJasper8 days
* Used forward declaration in vector.hJasper8 days
* FormattingJasper8 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
* Removed '_MatrixType' and '_Matrix' from typedefsJasper2025-09-01
* Initial commitJasper2025-08-31