This commit is contained in:
maxgrf 2025-11-15 04:07:49 +01:00
parent 2dffac5f07
commit e25875fac6

View File

@ -52,8 +52,6 @@ MatrixType getMatrixAt(const Matrix matrix, unsigned int rowIdx, unsigned int co
Matrix add(const Matrix matrix1, const Matrix matrix2)
{
// Needed: rows/Zeilen, collums/Spalten
// test, if two matrix has exact size
if (matrix1.rows != matrix2.rows || matrix1.cols != matrix2.cols)