NvariateScalarFactory.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2022 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9#ifndef __MEAL_NvariateScalarFactory_h
10#define __MEAL_NvariateScalarFactory_h
11
12#include "MEAL/Nvariate.h"
13#include "MEAL/Scalar.h"
14
15namespace MEAL {
16
19 {
20 public:
21
23 Nvariate<Scalar>* operator () (const std::string&);
24
25 };
26}
27
28#endif
Constructs and configures new Nvariate<Scalar> given descriptive string.
Definition NvariateScalarFactory.h:19
Nvariate< Scalar > * operator()(const std::string &)
Construct a new transformation.
Definition NvariateScalarFactory.C:24
Pure virtual base class of functions that have one or more abscissa(e)
Definition Nvariate.h:19
Namespace in which all modeling and calibration related code is declared.
Definition ExampleComplex2.h:16

Generated using doxygen 1.14.0