Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
QR factorization of CTF matrices. More...
Functions | |
template<typename dtype > | |
bool | qr (Matrix< dtype > A, int m, int n, World &dw) |
bool | test_qr (int m, int n, World dw) |
char * | getCmdOption (char **begin, char **end, const std::string &option) |
int | main (int argc, char **argv) |
QR factorization of CTF matrices.
char* getCmdOption | ( | char ** | begin, |
char ** | end, | ||
const std::string & | option | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 100 of file qr.cxx.
References getCmdOption(), ctf.core::np(), ctf.core::rank(), and test_qr().
Definition at line 14 of file qr.cxx.
References CTF::Tensor< dtype >::norm2(), CTF::Matrix< dtype >::qr(), and CTF::World::rank.
bool test_qr | ( | int | m, |
int | n, | ||
World | dw | ||
) |
Definition at line 54 of file qr.cxx.
References ctf.core::a, ctf.core::b, CTF::Tensor< dtype >::fill_random(), and CTF::World::rank.
Referenced by main().