STK++ 0.9.13
STK_GramSchmidt.h File Reference

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

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
 The namespace STK is the main domain space of the Statistical ToolKit project.
 

Functions

template<class TContainer2D >
void STK::gramSchmidt (ArrayBase< TContainer2D > &A)
 The gramSchmidt method perform the Gram Schmidt orthonormalization of an Array of Real.
 

Detailed Description

In this file we define the GramSchmidt method.

Definition in file STK_GramSchmidt.h.