formatiert
This commit is contained in:
parent
d36d185214
commit
75dc5fc631
3
matrix.c
3
matrix.c
@ -95,8 +95,7 @@ Matrix add(const Matrix matrix1, const Matrix matrix2)
|
||||
return result_add;
|
||||
}
|
||||
|
||||
//if (matrix1.rows != matrix2.rows || matrix1.cols != 1 || matrix2.cols != 1)
|
||||
return createMatrix(0, 0);
|
||||
return createMatrix(0, 0);
|
||||
}
|
||||
|
||||
Matrix multiply(const Matrix matrix1, const Matrix matrix2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user