- initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
#include <blaze/Math.h>
|
||||
|
||||
void static_vector();
|
||||
void dynamic_vector();
|
||||
void slicing_vector();
|
||||
void shift();
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hallo, Welt!\n");
|
||||
|
||||
static_vector();
|
||||
dynamic_vector();
|
||||
slicing_vector();
|
||||
shift();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user