eigen_value_estimation.h File Reference
#include <cmath>
#include <iostream>
#include <limits>
#include <vector>
#include "mpqc/math/external/eigen/eigen.h"
#include "mpqc/math/external/tiledarray/tiledarray.h"
Include dependency graph for eigen_value_estimation.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 It >
double mpqc::math::min_eval_guess (It first, It second)
 
template<typename Array >
std::pair< double, double > mpqc::math::symmetric_min_max_evals (Array const &S)
 
template<typename Array >
Array mpqc::math::init_X (Array const &S)
 
template<typename Array >
Array mpqc::math::invert (Array const &S)
 
template<typename Array >
double mpqc::math::min_eval_est (Array const &H, Array const &S)