Belle II Software development
|
Functor to minimize median of residuals^2. More...
Public Member Functions | |
double | operator() (double c, double s) |
get median of residuals^2 | |
Public Attributes | |
MatrixXd | mat |
Matrix of the linear system. | |
VectorXd | res |
vector with residuals^2 | |
Functor to minimize median of residuals^2.
Definition at line 104 of file BoostVectorStandAlone.cc.
|
inline |
get median of residuals^2
Definition at line 109 of file BoostVectorStandAlone.cc.
MatrixXd mat |
Matrix of the linear system.
Definition at line 105 of file BoostVectorStandAlone.cc.
VectorXd res |
vector with residuals^2
Definition at line 106 of file BoostVectorStandAlone.cc.