Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
CCSDT_T3_to_T2

A symmetric contraction from CCSDT compared with the explicitly permuted nonsymmetric form. More...

Collaboration diagram for CCSDT_T3_to_T2:

Functions

int ccsdt_map_test (int n, World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)
 
int ccsdt_t3_to_t2 (int n, int m, World &dw)
 

Detailed Description

A symmetric contraction from CCSDT compared with the explicitly permuted nonsymmetric form.

Function Documentation

int ccsdt_map_test ( int  n,
World dw 
)

Definition at line 12 of file ccsdt_map_test.cxx.

References NS, and ctf.core::rank().

Referenced by main().

int ccsdt_t3_to_t2 ( int  n,
int  m,
World dw 
)
char* getCmdOption ( char **  begin,
char **  end,
const std::string &  option 
)

Definition at line 36 of file ccsdt_map_test.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 47 of file ccsdt_map_test.cxx.

References ccsdt_map_test(), getCmdOption(), ctf.core::np(), and ctf.core::rank().