Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
matrix.cxx File Reference
#include "common.h"
#include "world.h"
#include "../shared/blas_symbs.h"
#include "../shared/lapack_symbs.h"
#include <stdlib.h>
Include dependency graph for matrix.cxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CTF_int::int2
 

Namespaces

 CTF_int
 
 CTF
 

Functions

template<typename dtype >
void CTF::get_my_kv_pair (int rank, int nrow, int ncol, int mb, int nb, int pr, int pc, int rsrc, int csrc, int64_t &nmyr, int64_t &nmyc, Pair< dtype > *&pairs)
 
template<typename dtype >
int CTF::get_int_fromreal (dtype r)
 
template<>
int CTF::get_int_fromreal< float > (float r)
 
template<>
int CTF::get_int_fromreal< double > (double r)
 
template<>
int CTF::get_int_fromreal< std::complex< float > > (std::complex< float > r)
 
template<>
int CTF::get_int_fromreal< std::complex< double > > (std::complex< double > r)