#include <Parabola.hpp>
|
| Parabola (double a=0, double b=0, double c=0) |
|
| Parabola (std::vector< double > a) |
|
| Parabola (const std::vector< std::pair< double, double > > &samples) |
|
| Parabola (const std::vector< std::pair< double, double > > &samples, const std::vector< double > &weights) |
|
std::vector< double > & | coefficients () |
|
const std::vector< double > & | coefficients () const |
|
double | operator() (double x) const |
|
double | center () const |
|
Definition at line 37 of file Parabola.hpp.
§ Parabola() [1/4]
pwiz::math::Parabola::Parabola |
( |
double |
a = 0 , |
|
|
double |
b = 0 , |
|
|
double |
c = 0 |
|
) |
| |
§ Parabola() [2/4]
pwiz::math::Parabola::Parabola |
( |
std::vector< double > |
a | ) |
|
§ Parabola() [3/4]
pwiz::math::Parabola::Parabola |
( |
const std::vector< std::pair< double, double > > & |
samples | ) |
|
§ Parabola() [4/4]
pwiz::math::Parabola::Parabola |
( |
const std::vector< std::pair< double, double > > & |
samples, |
|
|
const std::vector< double > & |
weights |
|
) |
| |
§ coefficients() [1/2]
std::vector<double>& pwiz::math::Parabola::coefficients |
( |
| ) |
|
|
inline |
§ coefficients() [2/2]
const std::vector<double>& pwiz::math::Parabola::coefficients |
( |
| ) |
const |
|
inline |
§ operator()()
double pwiz::math::Parabola::operator() |
( |
double |
x | ) |
const |
|
inline |
Definition at line 55 of file Parabola.hpp.
KernelTraitsBase< Kernel >::space_type::abscissa_type x
§ center()
double pwiz::math::Parabola::center |
( |
| ) |
const |
|
inline |
§ a_
std::vector<double> pwiz::math::Parabola::a_ |
|
private |
The documentation for this class was generated from the following file: