generated from freudenreichan/info2Praktikum-NeuronalesNetz
Finally terminated additional typedef
This commit is contained in:
parent
ed304e3e60
commit
94a69b0068
7
matrix.c
7
matrix.c
@ -5,13 +5,6 @@
|
|||||||
|
|
||||||
// TODO Matrix-Funktionen implementieren
|
// TODO Matrix-Funktionen implementieren
|
||||||
|
|
||||||
typedef struct Matrix{
|
|
||||||
unsigned int rows;
|
|
||||||
unsigned int cols;
|
|
||||||
MatrixType* buffer;
|
|
||||||
}Matrix;
|
|
||||||
|
|
||||||
|
|
||||||
Matrix createMatrix(unsigned int rows, unsigned int cols)
|
Matrix createMatrix(unsigned int rows, unsigned int cols)
|
||||||
{
|
{
|
||||||
Matrix newMatrix;
|
Matrix newMatrix;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user