STK++ 1.0
STK_GramSchmidt.h File Reference

In this file we define the GramSchidt method. More...

#include "../../Sdk/include/STK_ITContainer2D.h"
#include "STK_LinAlgebra1D.h"
Include dependency graph for STK_GramSchmidt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

template<class TContainer2D >
void STK::gramSchmidt (ITContainer2D< Real, TContainer2D > &A)
 The gramSchmidt method perform the Gram Schmidt orthonormalization of a ITContainer2D of Real.

Detailed Description

In this file we define the GramSchidt method.

Definition in file STK_GramSchmidt.h.