|
ProteoWizard
|
#include "DerivativeTest.hpp"#include "TruncatedLorentzian.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Classes | |
| class | ParametrizedCosine |
Functions | |
| void | testDifferenceQuotient () |
| void | testDerivatives () |
| void | testErrorFunction () |
| void | testErrorLorentzian () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| void testDifferenceQuotient | ( | ) |
Definition at line 38 of file ParametrizedFunctionTest.cpp.
References e(), epsilon, os_, unit_assert_matrices_equal, and x.
Referenced by main().
| void testDerivatives | ( | ) |
Definition at line 160 of file ParametrizedFunctionTest.cpp.
References os_.
Referenced by main().
| void testErrorFunction | ( | ) |
Definition at line 176 of file ParametrizedFunctionTest.cpp.
Referenced by main().
| void testErrorLorentzian | ( | ) |
Definition at line 201 of file ParametrizedFunctionTest.cpp.
References AlphaI, AlphaR, e(), os_, and Tau.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 226 of file ParametrizedFunctionTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, testDerivatives(), testDifferenceQuotient(), testErrorFunction(), and testErrorLorentzian().
| ostream* os_ = 0 |
Definition at line 35 of file ParametrizedFunctionTest.cpp.
1.8.1.1