PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
MEAL
MEAL
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
17
Reference::To<MEAL::Complex2>
18
operator + (
const
Reference::To<MEAL::Complex2>
& a,
19
const
Reference::To<MEAL::Complex2>
& b);
20
22
Reference::To<MEAL::Complex2>
23
operator - (
const
Reference::To<MEAL::Complex2>
& a,
24
const
Reference::To<MEAL::Complex2>
& b);
25
27
Reference::To<MEAL::Complex2>
28
operator * (
const
Reference::To<MEAL::Complex2>
& a,
29
const
Reference::To<MEAL::Complex2>
& b);
30
32
Reference::To<MEAL::Complex2>
33
operator / (
const
Reference::To<MEAL::Complex2>
& a,
34
const
Reference::To<MEAL::Complex2>
& b);
35
36
#endif
37
Reference::To
Generated using
doxygen
1.14.0