OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
MMatrix.cpp File Reference
Include dependency graph for MMatrix.cpp:

Go to the source code of this file.

Namespaces

namespace  interpolation
 

Functions

template std::istream & interpolation::operator>> (std::istream &in, MMatrix< double > &mat)
 
template std::istream & interpolation::operator>> (std::istream &in, MMatrix< m_complex > &mat)
 
MMatrix< double > & interpolation::operator*= (MMatrix< double > &m1, MMatrix< double > m2)
 
MMatrix< m_complex > & interpolation::operator*= (MMatrix< m_complex > &m1, MMatrix< m_complex > m2)
 
template<class Tmplt >
std::ostream & interpolation::operator<< (std::ostream &out, MMatrix< Tmplt > mat)
 
template std::ostream & interpolation::operator<< (std::ostream &out, MMatrix< double > mat)
 
template std::ostream & interpolation::operator<< (std::ostream &out, MMatrix< m_complex > mat)
 
template<class Tmplt >
std::istream & interpolation::operator>> (std::istream &in, MMatrix< Tmplt > &mat)
 
MMatrix< double > interpolation::re (MMatrix< m_complex > mc)
 
MMatrix< double > interpolation::im (MMatrix< m_complex > mc)
 
MMatrix< m_complexinterpolation::complex (MMatrix< double > real)
 
MMatrix< m_complexinterpolation::complex (MMatrix< double > real, MMatrix< double > imaginary)