Skip to content
Snippets Groups Projects
Commit 8bc727a6 authored by Björn Fischer's avatar Björn Fischer :new_moon_with_face:
Browse files

...

parent dcfdb962
Branches
No related tags found
No related merge requests found
......@@ -15,8 +15,7 @@
void eratosthenes(bool* array, unsigned int length);
void matrixMult(double** a,double** b,double** c,unsigned int n);
#endif
</pre>
#endif</pre>
<p>Implementieren Sie die einzelnen Funktionen in C.</p>
<p>Die C-Datei soll dabei <code>beispiele.c</code> heißen.</p>
<p>Die Funktionen im einzelnen:</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment