STK++ 0.9.13
|
In this file we define the GramSchmidt method. More...
#include <Arrays/include/STK_ArrayBase.h>
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. | |
In this file we define the GramSchmidt method.
Definition in file STK_GramSchmidt.h.