create numbers.h and numbers.cc

This commit is contained in:
2023-12-28 23:48:05 +01:00
parent 1a38fe48ba
commit c6a9a8e456
7 changed files with 218 additions and 5 deletions

1
la.h
View File

@@ -24,6 +24,7 @@
#include "laerror.h"
#include "auxstorage.h"
#include "bisection.h"
#include "numbers.h"
#include "bitvector.h"
#include "conjgrad.h"
#include "davidson.h"