Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
JModel.hh File Reference

Model for fit to acoutsics data. More...

#include <istream>
#include <ostream>
#include <iomanip>
#include <limits>
#include <cmath>
#include "JMath/JMath.hh"
#include "JMath/JZero.hh"
#include "JLang/JEquals.hh"
#include "JLang/JException.hh"
#include "JLang/JManip.hh"
#include "JTools/JHashMap.hh"
#include "JAcoustics/JEKey.hh"

Go to the source code of this file.

Classes

struct  JACOUSTICS::JMODEL::JString
 String parameters. More...
 
struct  JACOUSTICS::JMODEL::JEmission
 Emission parameters. More...
 
struct  JACOUSTICS::JModel
 Model for fit to acoustics data. More...
 
struct  JACOUSTICS::JModel::hash_evaluator
 Auxiliary data structure for common fit parameters. More...
 
struct  JACOUSTICS::JModel::hash_map< key_type, value_type, evaluator_type >
 Auxiliary data structure with extended functionality of hash-map. More...
 
struct  JACOUSTICS::JModel::emission_type
 Map emission key to model parameters of emission. More...
 
struct  JACOUSTICS::JModel::emission_type::helper
 Auxiliary class for multiple associative map operators. More...
 
struct  JACOUSTICS::JModel::string_type
 Map string identifier to model parameters of string. More...
 

Namespaces

namespace  JACOUSTICS
 Auxiliary classes and methods for acoustic position calibration.
 
namespace  JPP
 
namespace  JACOUSTICS::JMODEL
 Auxiliary namespace to encapsulate different model parameters.
 

Enumerations

enum  JACOUSTICS::JMODEL::JOption_t {
  JACOUSTICS::JMODEL::FIT_UNDEFINED_t = -1 , JACOUSTICS::JMODEL::FIT_EMITTERS_ONLY_t = 0 , JACOUSTICS::JMODEL::FIT_EMITTERS_AND_STRINGS_1st_ORDER_t = 1 , JACOUSTICS::JMODEL::FIT_EMITTERS_AND_STRINGS_2nd_ORDER_t = 2 ,
  JACOUSTICS::JMODEL::FIT_EMITTERS_AND_STRINGS_2nd_ORDER_AND_STRETCHING_t = 3
}
 Fit options. More...
 

Detailed Description

Model for fit to acoutsics data.

Author
mdejong

Definition in file JAcoustics/JModel.hh.