|
Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|

Go to the source code of this file.
Functions | |
| template<typename dtype > | |
| CTF::Matrix< dtype > | conj (CTF::Matrix< dtype > &A) |
| template<> | |
| CTF::Matrix< std::complex< float > > | conj (CTF::Matrix< std::complex< float > > &A) |
| template<> | |
| CTF::Matrix< std::complex< double > > | conj (CTF::Matrix< std::complex< double >> &A) |
| CTF::Matrix<dtype> conj | ( | CTF::Matrix< dtype > & | A | ) |
| CTF::Matrix< std::complex<float> > conj | ( | CTF::Matrix< std::complex< float > > & | A | ) |
Definition at line 9 of file conj.h.
References ctf.core::a, and conj().
| CTF::Matrix<std::complex<double> > conj | ( | CTF::Matrix< std::complex< double >> & | A | ) |
Definition at line 15 of file conj.h.
References ctf.core::a, and conj().