Complex2Math.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2004 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/MEAL/MEAL/Complex2Math.h
10
11#ifndef __MEAL_Complex2Math_H
12#define __MEAL_Complex2Math_H
13
14#include "MEAL/Complex2.h"
15
18operator + (const Reference::To<MEAL::Complex2>& a,
20
23operator - (const Reference::To<MEAL::Complex2>& a,
25
28operator * (const Reference::To<MEAL::Complex2>& a,
30
33operator / (const Reference::To<MEAL::Complex2>& a,
35
36#endif
37

Generated using doxygen 1.14.0