#include <ctf.hpp>
#include <float.h>
Go to the source code of this file.
|
void | divide_EaEi (Tensor<> &Ea, Tensor<> &Ei, Tensor<> &T, bool sparse_T) |
|
double | mp3 (Tensor<> &Ea, Tensor<> &Ei, Tensor<> &Fab, Tensor<> &Fij, Tensor<> &Vabij, Tensor<> &Vijab, Tensor<> &Vabcd, Tensor<> &Vijkl, Tensor<> &Vaibj, bool sparse_T) |
|
int | sparse_mp3 (int nv, int no, World &dw, double sp=.8, bool test=1, int niter=0, bool bnd=1, bool bns=1, bool sparse_T=1) |
|
char * | getCmdOption (char **begin, char **end, const std::string &option) |
|
int | main (int argc, char **argv) |
|