MADNESS  0.10.1
Classes | Namespaces | Functions
srconf.h File Reference
#include <madness/world/print.h>
#include <madness/tensor/tensor.h>
#include <madness/tensor/clapack.h>
#include <madness/tensor/tensor_lapack.h>
#include <list>
#include <array>
Include dependency graph for srconf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madness::SRConf< T >
 

Namespaces

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 

Functions

template<typename T >
static std::ostream & madness::operator<< (std::ostream &s, const SRConf< T > &sr)
 
template<typename T >
void madness::ortho3 (Tensor< T > &x, Tensor< T > &y, Tensor< typename Tensor< T >::scalar_type > &weights, const double &thresh)
 sophisticated version of ortho2 More...
 
template<typename T >
void madness::ortho5 (Tensor< T > &x1, Tensor< T > &y1, Tensor< typename Tensor< T >::scalar_type > &w1, const Tensor< T > &x2, const Tensor< T > &y2, const Tensor< typename Tensor< T >::scalar_type > &w2, const double &thresh)
 specialized version of ortho3 More...