Nektar++
|
#include <LibUtilities/LinearAlgebra/NekVector.hpp>
#include <LibUtilities/LinearAlgebra/NekMatrix.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
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. More... | |