ProteoWizard
|
#include "LeastSquaresCalibrator.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
void | test () |
int | main () |
void test | ( | ) |
Definition at line 36 of file LeastSquaresCalibratorTest.cpp.
References pwiz::data::CalibrationParameters::A, pwiz::data::CalibrationParameters::B, pwiz::calibration::LeastSquaresCalibrator::calibrate(), e(), epsilon, pwiz::calibration::LeastSquaresCalibrator::error(), pwiz::data::CalibrationParameters::frequency(), pwiz::calibration::LeastSquaresCalibrator::parameters(), and unit_assert_equal.
Referenced by main(), runTests(), test(), testConfiguration(), and testThreadSafetyWorker().