OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
Go to the source code of this file.
Namespaces | |
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_complex > | interpolation::complex (MMatrix< double > real) |
MMatrix< m_complex > | interpolation::complex (MMatrix< double > real, MMatrix< double > imaginary) |