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

Working towards solvers

This commit is contained in:
Peter Boyle
2015-05-17 00:19:03 +01:00
parent e841395dfd
commit 6eb8dfd902
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 {
////////////////////////////////////////////////////////////////////////////////////////////