Small Changes in the Matrix files, and start of the image files

This commit is contained in:
Thomas Schleicher 2023-09-19 09:21:11 +02:00
parent f0f40f19f3
commit 11ad8a9cba
4 changed files with 25 additions and 1 deletions

View file

@ -79,7 +79,7 @@ Matrix* matrix_copy(Matrix *matrix) {
// mathematical functions
/*
* This methods won't change or free the input matrix.
* These methods won't change or free the input matrix.
* It creates a new matrix, which is modified and then returned.
* If we don't need the original matrix, we should consider just changing the original matrix and changing the method signature to void.
*/