a simple class for continued fractions introduced

This commit is contained in:
2022-02-17 18:03:47 +01:00
parent c6356c0c76
commit 5544ea4ee7
5 changed files with 92 additions and 2 deletions

1
la.h
View File

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