Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
conj.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

template<typename dtype >
CTF::Matrix<dtype> conj ( CTF::Matrix< dtype > &  A)

Definition at line 5 of file conj.h.

Referenced by conj().

template<>
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().

template<>
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().