#include <iomanip>
#include <fstream>
#include <ctime>
#include "tools.h"
#include "./Grating1D.h"
#include "tbci/solver/bicgstab.h"
#include "tbci/solver/cgs.h"
#include "tbci/solver/diagprecond.h"
#include "tbci/solver/noprecond.h"
#include "tbci/solver/lu_solver.h"
Go to the source code of this file.
Classes | |
struct | cplx |
Defines | |
#define | find_next(file, symbol) {while( file.get() != symbol && !file.eof() ){}} |
Functions | |
void | zgbsv_ (int *, int *, int *, int *, cplx *, int *, int *, cplx *, int *, int *) |
#define find_next | ( | file, | |||
symbol | ) | {while( file.get() != symbol && !file.eof() ){}} |
Referenced by Grating1D::solveEquations().