#include "TruncatedLorentzian.hpp"
#include "DerivativeTest.hpp"
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/io.hpp>
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
§ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 44 of file TruncatedLorentzianTest.cpp.
References AlphaI, AlphaR, os_, and Tau.
46 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;
47 if (
os_) *
os_ <<
"TruncatedLorentzianTest\n";
49 if (
os_) *
os_ << setprecision(8);
51 ublas::vector<double> p(4);
56 p(TruncatedLorentzian::F0) = 0;
76 if (
os_) *
os_ <<
"L(0): " << L(0,p) << endl;
§ os_