|
inlinestatic |
Orthonormalises the vector v
in-place against the last two vectors contained in ortho
using the OrthoImpl
class implementation.
Vec | type of the vector to orthogonalise |
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(), and std::vector< T >::size().
Referenced by syten::Krylov::OrthoPolicies::Combined< Impl1, Impl2 >::orthonormalise().