Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
sparse_mp3.cxx File Reference
#include <ctf.hpp>
#include <float.h>
Include dependency graph for sparse_mp3.cxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dpair
 

Namespaces

 CTF
 

Functions

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)