1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Working towards solvers

This commit is contained in:
Peter Boyle
2015-05-17 00:19:03 +01:00
parent dc6b6bdc96
commit 8e99e4671f
3 changed files with 119 additions and 27 deletions

View File

@ -1,6 +1,9 @@
#ifndef GRID_POLYNOMIAL_APPROX_H
#define GRID_POLYNOMIAL_APPROX_H
#include<Grid.h>
#include<algorithms/LinearOperator.h>
namespace Grid {
////////////////////////////////////////////////////////////////////////////////////////////