11 #ifndef __MEAL_Complex2_H
12 #define __MEAL_Complex2_H
14 #include "MEAL/Complex.h"
20 typedef Jones< Estimate<T> > type;
24 void add_variance (Jones< Estimate<T> >& result,
25 double var, const Jones<T>& grad)
27 for ( unsigned i=0; i < 4; i++)
28 add_variance (result[i], var, grad[i]);
Pure virtual base class of all complex 2x2 matrix functions. Definition: Complex2.h:34
Template base class of functions with an evaluate method. Definition: Evaluable.h:35
virtual Complex2 * clone() const Clone method. Definition: Complex2.C:13
Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16
static const char * Name The name of the class. Definition: Complex2.h:38
Works for most scalar types. Definition: Evaluable.h:20
Generated using doxygen 1.8.17
|