starting implementation of polynomials

This commit is contained in:
2021-06-09 22:59:19 +02:00
parent 5480de6ff2
commit e8ca6b583e
6 changed files with 181 additions and 11 deletions

1
la.h
View File

@@ -44,6 +44,7 @@
#include "sparsesmat.h"
#include "csrmat.h"
#include "vec.h"
#include "polynomial.h"
using namespace LA;
typedef NRMat<int> NRIMat;