Jpp
master_rocky
the software that should make you happy
software
JAcoustics
JKatoomba_t.cc
Go to the documentation of this file.
1
#include "
JAcoustics/JKatoomba_t.hh
"
2
3
namespace
JACOUSTICS
{
4
5
/**
6
* Declaration of mutex.
7
*/
8
std::mutex
TMatrixDS::mtx
;
9
10
11
/**
12
* Matrix inversion.
13
*/
14
JMatrix_t
JKatoomba<JEstimator>::MATRIX_INVERSION
=
SVD_t
;
15
16
17
/**
18
* debug level.
19
*/
20
int
JKatoomba<JGandalf>::debug
= 0;
21
22
23
/**
24
* maximal number of iterations.
25
*/
26
int
JKatoomba<JGandalf>::MAXIMUM_ITERATIONS
= 1000;
27
28
29
/**
30
* maximal distance to minimum.
31
*/
32
double
JKatoomba<JGandalf>::EPSILON
= 1.0e-3;
33
34
35
/**
36
* minimal value control parameter
37
*/
38
double
JKatoomba<JGandalf>::LAMBDA_MIN
= 0.01;
39
40
41
/**
42
* maximal value control parameter
43
*/
44
double
JKatoomba<JGandalf>::LAMBDA_MAX
= 100.0;
45
46
47
/**
48
* multiplication factor control parameter
49
*/
50
double
JKatoomba<JGandalf>::LAMBDA_UP
= 10.0;
51
52
53
/**
54
* multiplication factor control parameter
55
*/
56
double
JKatoomba<JGandalf>::LAMBDA_DOWN
= 10.0;
57
58
59
/**
60
* minimal value diagonal element of matrix
61
*/
62
double
JKatoomba<JGandalf>::PIVOT
=
std::numeric_limits<double>::epsilon
();
63
}
JKatoomba_t.hh
Fit functions of acoustic model.
GAUSS_LEGENDRE::epsilon
const double epsilon
Definition:
JQuadrature.cc:21
JACOUSTICS
Auxiliary classes and methods for acoustic position calibration.
Definition:
JAbstractSoundVelocity.hh:10
JACOUSTICS::JMatrix_t
JMatrix_t
Algorithm for matrix inversion.
Definition:
JKatoomba_t.hh:346
JACOUSTICS::SVD_t
@ SVD_t
SVD.
Definition:
JKatoomba_t.hh:347
JACOUSTICS::JKatoomba
Template definition of fit function of acoustic model.
Definition:
JKatoomba_t.hh:77
JACOUSTICS::TMatrixDS::mtx
static std::mutex mtx
TDecompSVD.
Definition:
JKatoomba_t.hh:422
Generated by
1.9.1