1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00
Conflicts:
	lib/Make.inc
	tests/Make.inc
	tests/Test_remez.cc
This commit is contained in:
Peter Boyle
2015-06-08 12:08:09 +01:00
11 changed files with 453 additions and 54 deletions

View File

@ -5,14 +5,17 @@
#include <algorithms/LinearOperator.h>
#include <algorithms/CoarsenedMatrix.h>
#include <algorithms/approx/Zolotarev.h>
#include <algorithms/approx/Chebyshev.h>
#include <algorithms/approx/Remez.h>
#include <algorithms/approx/MultiShiftFunction.h>
#include <algorithms/iterative/ConjugateGradient.h>
#include <algorithms/iterative/ConjugateResidual.h>
#include <algorithms/iterative/NormalEquations.h>
#include <algorithms/iterative/SchurRedBlack.h>
#include <algorithms/approx/Zolotarev.h>
#include <algorithms/approx/Chebyshev.h>
#include <algorithms/approx/Remez.h>
#include <algorithms/iterative/ConjugateGradientMultiShift.h>
// Eigen/lanczos
// EigCg