generated from freudenreichan/info2Praktikum-NeuronalesNetz
fixed matrix errors
This commit is contained in:
parent
3adc90e98c
commit
963eb3b3a4
1
matrix.c
1
matrix.c
@ -74,7 +74,6 @@ return MatrixErgebnis;
|
|||||||
|
|
||||||
Matrix multiply(const Matrix matrix1, const Matrix matrix2)
|
Matrix multiply(const Matrix matrix1, const Matrix matrix2)
|
||||||
{
|
{
|
||||||
|
|
||||||
Matrix result;
|
Matrix result;
|
||||||
result.rows = matrix1.rows;
|
result.rows = matrix1.rows;
|
||||||
result.cols = matrix2.cols;
|
result.cols = matrix2.cols;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user