generated from freudenreichan/info2Praktikum-NeuronalesNetz
Compare commits
No commits in common. "8676389e6212f4098809478c76db9a6662bb4728" and "9bd9cd79853f026b7ca57a8187895d19c285eb3a" have entirely different histories.
8676389e62
...
9bd9cd7985
1
matrix.c
1
matrix.c
@ -74,6 +74,7 @@ Matrix add(const Matrix matrix1, const Matrix matrix2)
|
||||
|
||||
Matrix multiply(const Matrix matrix1, const Matrix matrix2)
|
||||
{
|
||||
|
||||
Matrix result;
|
||||
result.rows = matrix1.rows;
|
||||
result.cols = matrix2.cols;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user