Go to the source code of this file.
|
| madness |
| File holds all helper structures necessary for the CC_Operator and CC2 class.
|
|
|
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...
|
|