Transforms a non-orthogonal multivariate basis to an orthogonal one using the Gram-Schmit procedure. More...
#include <Stokhos_GramSchmidtBasis.hpp>


Transforms a non-orthogonal multivariate basis to an orthogonal one using the Gram-Schmit procedure.
Given a basis
with an inner product defined by
where
and
are a set of
quadrature points and weights, this class generates a new basis
that satisfies
.
NOTE: Currently on the classical Gram-Schmidt algorithm is implemented.
1.7.6.1