#include <MagnitudeLorentzian.hpp>
List of all members.
Detailed Description
Definition at line 36 of file MagnitudeLorentzian.hpp.
Constructor & Destructor Documentation
pwiz::frequency::MagnitudeLorentzian::MagnitudeLorentzian |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
c |
|
) |
| |
pwiz::frequency::MagnitudeLorentzian::MagnitudeLorentzian |
( |
std::vector< double > |
a | ) |
|
pwiz::frequency::MagnitudeLorentzian::MagnitudeLorentzian |
( |
const std::vector< std::pair< double, double > > & |
samples | ) |
|
Member Function Documentation
double pwiz::frequency::MagnitudeLorentzian::leastSquaresError |
( |
| ) |
const |
std::vector<double>& pwiz::frequency::MagnitudeLorentzian::coefficients |
( |
| ) |
|
const std::vector<double>& pwiz::frequency::MagnitudeLorentzian::coefficients |
( |
| ) |
const |
double pwiz::frequency::MagnitudeLorentzian::operator() |
( |
double |
x | ) |
const |
double pwiz::frequency::MagnitudeLorentzian::center |
( |
| ) |
const |
double pwiz::frequency::MagnitudeLorentzian::tau |
( |
| ) |
const |
double pwiz::frequency::MagnitudeLorentzian::alpha |
( |
| ) |
const |
Member Data Documentation
std::vector<double> pwiz::frequency::MagnitudeLorentzian::a_ |
|
private |
double pwiz::frequency::MagnitudeLorentzian::leastSquaresError_ |
|
private |
The documentation for this class was generated from the following file: