#include <coefficients.hh>
List of all members.
Public Member Functions |
| coefficients (double a0, double a1, double b0, double b1, double c0, double c1, double w0, double w1, double s, norm_fun norm) |
| Constructor.
|
Public Attributes |
std::vector< double > | d |
std::vector< double > | dm |
std::vector< double > | n |
std::vector< double > | nm |
Constructor & Destructor Documentation
mln::linear::gaussian::internal::coefficients::coefficients |
( |
double |
a0, |
|
|
double |
a1, |
|
|
double |
b0, |
|
|
double |
b1, |
|
|
double |
c0, |
|
|
double |
c1, |
|
|
double |
w0, |
|
|
double |
w1, |
|
|
double |
s, |
|
|
norm_fun |
norm | |
|
) |
| | [inline] |
Constructor.
References d, dm, n, and nm.
Member Data Documentation