ergo
|
Purification methods. More...
#include <iomanip>
#include <math.h>
Go to the source code of this file.
Namespaces | |
mat | |
Functions | |
template<class Treal , class MAT > | |
void | mat::tc2_extra (MAT &D, const int nshells, const int nsteps, const Treal frob_trunc=0) |
template<class Treal , class MAT > | |
void | mat::tc2_extra_auto (MAT &D, const int nshells, int &nsteps, const Treal frob_trunc, const int maxiter=50) |
template<class Treal , class MAT > | |
void | mat::tc2 (MAT &D, int &iterations, const MAT &H, const int nshells, const Treal trace_error_limit=1e-2, const Treal frob_trunc=0, int *polys=NULL, const int maxiter=100) |
template<class Treal , class MAT > | |
void | mat::tc2_auto (MAT &D, int &iterations, const MAT &H, const int nocc, const Treal frob_trunc=0, int *polys=NULL, const int maxiter=100) |
Purification methods.