#include <cmath>#include <fstream>#include "GridTable.hpp"#include "Interpolation.hpp"#include "small_matrix.hpp"Include dependency graph for SparseGrid.hpp:

Classes | |
| class | singleGridData< T > |
| Needs documentation. More... | |
| class | SparseGrid< T > |
| THE central data structure. More... | |
| class | AdaptiveCombinationTechnique< T > |
| This is a "user interface" for the grid table. More... | |
Functions | |
| template<typename T> | |
| std::ofstream & | operator<< (std::ofstream &o, singleGridData< T > &data) |
| std::ofstream& operator<< | ( | std::ofstream & | o, | |
| singleGridData< T > & | data | |||
| ) | [inline] |
1.5.2