Does nothing when called to orthonormalise or orthogonalise(). 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 &, std::vector< Vec > const &, IterativeConfig const &, IterativeExit &) |
| orthogonalise() dummy interface, does nothing. More... | |
| template<typename Vec > | |
| static void | orthonormalise (Vec &, std::vector< Vec > const &, IterativeConfig const &, IterativeExit &) |
| orthonormalise() dummy interface, does nothing. More... | |
Does nothing when called to orthonormalise or orthogonalise().
Useful if you wish to assume numerically-exact orthonormality.