created miscfunc.h and .cc to separate some miscellaneous and special functions

This commit is contained in:
2024-03-20 17:25:21 +01:00
parent 9c666d2b5c
commit db964afe9f
7 changed files with 153 additions and 88 deletions

1
la.h
View File

@@ -35,6 +35,7 @@
#include "matexp.h"
#include "noncblas.h"
#include "nonclass.h"
#include "miscfunc.h"
#include "permutation.h"
#include "qsort.h"
#include "smat.h"