generated from freudenreichan/info2Praktikum-NeuronalesNetz
Compare commits
2 Commits
9bd9cd7985
...
8676389e62
| Author | SHA1 | Date | |
|---|---|---|---|
| 8676389e62 | |||
| 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