OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Namespaces | Functions
MMatrix.cpp File Reference
#include "gsl/gsl_linalg.h"
#include "gsl/gsl_eigen.h"
#include "Fields/Interpolation/MMatrix.h"
Include dependency graph for MMatrix.cpp:

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)
 
const gsl_matrix * interpolation::MMatrix_to_gsl (const MMatrix< double > &m)
 
const gsl_matrix_complex * interpolation::MMatrix_to_gsl (const MMatrix< m_complex > &m)
 
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)