gram_schmidt.h File Reference
#include <vector>
#include "mpqc/util/core/exenv.h"
#include "mpqc/util/misc/assert.h"
Include dependency graph for gram_schmidt.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 
 mpqc::math
 

Functions

template<typename D >
void mpqc::math::gram_schmidt (std::vector< D > &V, double threshold, std::size_t start=0)
 
template<typename D >
void mpqc::math::gram_schmidt (const std::vector< D > &V1, std::vector< D > &V2, double threshold)