SyTen
syten::Krylov::OrthoPolicies::Arithmetic Struct Reference

Arithmetic orthonormalisation. More...

#include <orthogonalise_policies.h>

Static Public Member Functions

static bool invSubspaceSufficient ()
 Signals that this orthogonalisation policy is exact: a returned zero vector signals an invariant subspace. More...
 
template<typename Vec >
static void orthogonalise (Vec &v, typename std::vector< Vec >::const_iterator from, typename std::vector< Vec >::const_iterator to, IterativeConfig const &, IterativeExit &)
 Like ArithmeticOrtho::orthonormalise(), but only orthogonalises without final normalisation. More...
 
template<typename Vec >
static void orthonormalise (Vec &v, typename std::vector< Vec >::const_iterator from, typename std::vector< Vec >::const_iterator to, IterativeConfig const &conf, IterativeExit &e)
 Orthonormalises v against the specified vectors using orthogonalise_arithmetic. More...
 

Detailed Description

Arithmetic orthonormalisation.


The documentation for this struct was generated from the following file: