Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
svd.cxx File Reference
#include <ctf.hpp>
#include "conj.h"
Include dependency graph for svd.cxx:

Go to the source code of this file.

Functions

template<typename dtype >
bool svd (Matrix< dtype > A, int m, int n, int k, World &dw)
 
bool test_svd (int m, int n, int k, World dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)