forked from freudenreichan/info2Praktikum-NeuronalesNetz
typedef struct für Matrix
This commit is contained in:
parent
96c6871ea3
commit
55fe58d69a
1
matrix.h
1
matrix.h
@ -8,6 +8,7 @@ typedef float MatrixType;
|
|||||||
// TODO Matrixtyp definieren
|
// TODO Matrixtyp definieren
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Matrix createMatrix(unsigned int rows, unsigned int cols);
|
Matrix createMatrix(unsigned int rows, unsigned int cols);
|
||||||
void clearMatrix(Matrix *matrix);
|
void clearMatrix(Matrix *matrix);
|
||||||
void setMatrixAt(MatrixType value, Matrix matrix, unsigned int rowIdx, unsigned int colIdx);
|
void setMatrixAt(MatrixType value, Matrix matrix, unsigned int rowIdx, unsigned int colIdx);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user