Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
NekLinAlgAlgorithms.hpp File Reference
#include <LibUtilities/LinearAlgebra/NekVector.hpp>
#include <LibUtilities/LinearAlgebra/NekMatrix.hpp>
#include <vector>
Include dependency graph for NekLinAlgAlgorithms.hpp:

Go to the source code of this file.

Namespaces

namespace  Nektar
 <

Functions

template<typename DataType >
std::vector< NekVector
< DataType > > 
Nektar::GramSchmidtOrthogonalization (const std::vector< NekVector< DataType > > &x)
 Calculates the orthogonal, normalized vectors from linearly independent input.