Orthonormalises the vector v in-place against the vectors contained in ortho using the OrthoImpl class implementation.
- Template Parameters
-
| Vec | type of the vector to orthogonalise |
- Parameters
-
| v | input and output vector to orthogonalise |
| ortho | set of vectors against which to orthogonalise. Depending on OrthoImpl, these may have to be orthogonal. |
| conf | configuration to use |
| e | exit object, used to signal error conditions |
References syten::orthonormalise().
Referenced by syten::Krylov::OrthoPolicies::Combined< Impl1, Impl2 >::orthonormalise().