ilu.hh File Reference
Detailed Description
???
#include <math.h>
#include <complex>
#include <iostream>
#include <iomanip>
#include <string>
#include <set>
#include <map>
#include "istlexception.hh"
#include "io.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Functions | |
template<class M> | |
void | Dune::bilu0_decomposition (M &A) |
compute ILU decomposition of A. A is overwritten by its decomposition | |
template<class M, class X, class Y> | |
void | Dune::bilu_backsolve (const M &A, X &v, const Y &d) |
LU backsolve with stored inverse. | |
template<class M> | |
void | Dune::bilu_decomposition (const M &A, int n, M &ILU) |