generated from freudenreichan/info2Praktikum-NeuronalesNetz
Compare commits
No commits in common. "0e9c8d3e1bd85bd03e30e2610edd50386258c27c" and "f45f5a87524ace5319b9e7ea23f92366f1eca9dc" have entirely different histories.
0e9c8d3e1b
...
f45f5a8752
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"makefile.configureOnOpen": false
|
|
||||||
}
|
|
||||||
7
matrix.h
7
matrix.h
@ -6,13 +6,6 @@
|
|||||||
typedef float MatrixType;
|
typedef float MatrixType;
|
||||||
|
|
||||||
// TODO Matrixtyp definieren
|
// TODO Matrixtyp definieren
|
||||||
typedef struct {
|
|
||||||
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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user