Jpp
18.6.0-rc.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JFit
JEstimator.hh
Go to the documentation of this file.
1
#ifndef __JFIT__JESTIMATOR__
2
#define __JFIT__JESTIMATOR__
3
4
#include "
JLang/JException.hh
"
5
6
7
/**
8
* \file
9
* Linear fit methods.
10
* \author mdejong
11
*/
12
namespace
JFIT {}
13
namespace
JPP {
using namespace
JFIT; }
14
15
namespace
JFIT {
16
17
using
JLANG::JValueOutOfRange
;
18
19
20
/**
21
* Template definition of linear fit.
22
* The template argument refers to the model that should be fitted to the data.
23
*/
24
template
<
class
JModel_t>
25
class
JEstimator
;
26
}
27
28
#endif
JException.hh
Exceptions.
JFIT::JEstimator
Template definition of linear fit.
Definition:
JEstimator.hh:25
JLANG::JValueOutOfRange
Exception for accessing a value in a collection that is outside of its range.
Definition:
JException.hh:178
Generated by
1.8.5