npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
modifiedGramSchmidt.hh File Reference

Numerically stable modified Gram-Schmidt procedure. More...

#include "npstat/nm/modifiedGramSchmidt.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Real , class SprodFunctor >
void npstat::modifiedGramSchmidt (Real *data, unsigned nVectors, unsigned dim, const SprodFunctor &sprodCalc, bool vector0AlreadyNormalized=false)
 

Detailed Description

Numerically stable modified Gram-Schmidt procedure.

Author: I. Volobouev

February 2023