simple.h and simple.cc for algorithms independent on external libraries

This commit is contained in:
2021-11-21 22:22:01 +01:00
parent 0b3a6c5473
commit 060163d4c4
5 changed files with 141 additions and 63 deletions

2
t.cc
View File

@@ -24,10 +24,12 @@
#include "quaternion.h"
#include "permutation.h"
#include "polynomial.h"
#include "simple.h"
using namespace std;
using namespace LA_Vecmat3;
using namespace LA_Quaternion;
using namespace LA_Simple;
using namespace LA;