Real4.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2006 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/MEAL/MEAL/Real4.h
10 
11 #ifndef __MEAL_Real4_H
12 #define __MEAL_Real4_H
13 
14 #include "MEAL/Evaluable.h"
15 #include "Matrix.h"
16 
17 namespace MEAL {
18 
20  class Real4 : public Evaluable< Matrix<4,4,double> >
21  {
22  public:
23 
25  static const char* Name;
26 
28  virtual Real4* clone () const;
29  };
30 
31 }
32 
33 #endif
static const char * Name
The name of the class.
Definition: Real4.h:35
Namespace in which all modeling and calibration related code is declared.
Definition: ExampleComplex2.h:16
Pure virtual base class of all real-valued 4x4 matrix functions.
Definition: Real4.h:25
virtual Real4 * clone() const
Clone method.
Definition: Real4.C:13

Generated using doxygen 1.8.17