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

Go to the source code of this file.

Namespaces

 interpolation
 

Functions

std::ostream & interpolation::operator<< (std::ostream &out, m_complex c)
 
std::istream & interpolation::operator>> (std::istream &in, m_complex &c)
 
template std::ostream & interpolation::operator<< (std::ostream &out, MVector< double > v)
 
template std::ostream & interpolation::operator<< (std::ostream &out, MVector< m_complex > v)
 
template std::istream & interpolation::operator>> (std::istream &out, MVector< double > &v)
 
template std::istream & interpolation::operator>> (std::istream &out, MVector< m_complex > &v)
 
template<class Tmplt >
bool interpolation::operator== (const MVector< Tmplt > &c1, const MVector< Tmplt > &c2)
 
template bool interpolation::operator== (const MVector< double > &c1, const MVector< double > &c2)
 
template bool interpolation::operator== (const MVector< m_complex > &c1, const MVector< m_complex > &c2)
 
template<class Tmplt >
std::ostream & interpolation::operator<< (std::ostream &out, MVector< Tmplt > v)
 
template<class Tmplt >
std::istream & interpolation::operator>> (std::istream &in, MVector< Tmplt > &v)
 
const gsl_vector * interpolation::MVector_to_gsl (const MVector< double > &vd)
 
const gsl_vector_complex * interpolation::MVector_to_gsl (const MVector< gsl_complex > &vc)
 
MVector< m_complex > interpolation::complex (MVector< double > real)
 
MVector< m_complex > interpolation::complex (MVector< double > real, MVector< double > im)
 
MVector< double > interpolation::re (MVector< m_complex > c)
 
MVector< double > interpolation::im (MVector< m_complex > c)