MINT2
Mint
IReturnRealWithSmoothy.h
Go to the documentation of this file.
1
#ifndef IRETURN_REALVALUE_WITHSMOOTHY_HH
2
#define IRETURN_REALVALUE_WITHSMOOTHY_HH
3
// author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4
// status: Mon 9 Feb 2009 19:17:55 GMT
5
6
#include "
Mint/IReturnReal.h
"
7
#include <complex>
8
9
namespace
MINT
{
10
11
class
IReturnRealWithSmoothy
:
virtual
public
IReturnReal
{
12
protected
:
13
IReturnRealWithSmoothy
(){};
14
public
:
15
//virtual double RealVal()=0;
16
virtual
double
SmootherLargerRealVal
()=0;
17
virtual
~IReturnRealWithSmoothy
(){};
18
};
19
20
}
//namespace MINT
21
#endif
MINT::IReturnRealWithSmoothy::~IReturnRealWithSmoothy
virtual ~IReturnRealWithSmoothy()
Definition:
IReturnRealWithSmoothy.h:17
MINT::IReturnRealWithSmoothy::IReturnRealWithSmoothy
IReturnRealWithSmoothy()
Definition:
IReturnRealWithSmoothy.h:13
MINT::IReturnReal
Definition:
IReturnReal.h:11
MINT::IReturnRealWithSmoothy::SmootherLargerRealVal
virtual double SmootherLargerRealVal()=0
IReturnReal.h
MINT
Definition:
BasicComplex.h:7
MINT::IReturnRealWithSmoothy
Definition:
IReturnRealWithSmoothy.h:11
Generated by
1.8.15