mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01:00
include cleaning and copyright update
This commit is contained in:
parent
3611d12fa9
commit
5d4d518e04
@ -1,5 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <iomanip>
|
|
||||||
#include <LatAnalyze/CompiledFunction.hpp>
|
#include <LatAnalyze/CompiledFunction.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Derivative.hpp>
|
#include <LatAnalyze/Derivative.hpp>
|
||||||
#include <LatAnalyze/CompiledFunction.hpp>
|
#include <LatAnalyze/CompiledFunction.hpp>
|
||||||
#include <LatAnalyze/Math.hpp>
|
#include <LatAnalyze/Math.hpp>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#include <LatAnalyze/MinuitMinimizer.hpp>
|
#include <LatAnalyze/MinuitMinimizer.hpp>
|
||||||
#include <LatAnalyze/NloptMinimizer.hpp>
|
#include <LatAnalyze/NloptMinimizer.hpp>
|
||||||
#include <LatAnalyze/Plot.hpp>
|
#include <LatAnalyze/Plot.hpp>
|
||||||
#include <LatAnalyze/RandGen.hpp>
|
|
||||||
#include <LatAnalyze/XYStatData.hpp>
|
#include <LatAnalyze/XYStatData.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <cmath>
|
|
||||||
#include <LatAnalyze/CompiledModel.hpp>
|
#include <LatAnalyze/CompiledModel.hpp>
|
||||||
#include <LatAnalyze/MinuitMinimizer.hpp>
|
#include <LatAnalyze/MinuitMinimizer.hpp>
|
||||||
#include <LatAnalyze/NloptMinimizer.hpp>
|
#include <LatAnalyze/NloptMinimizer.hpp>
|
||||||
#include <LatAnalyze/Plot.hpp>
|
#include <LatAnalyze/Plot.hpp>
|
||||||
#include <LatAnalyze/RandGen.hpp>
|
|
||||||
#include <LatAnalyze/XYSampleData.hpp>
|
#include <LatAnalyze/XYSampleData.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/CompiledFunction.hpp>
|
#include <LatAnalyze/CompiledFunction.hpp>
|
||||||
#include <LatAnalyze/GslQagsIntegrator.hpp>
|
#include <LatAnalyze/GslQagsIntegrator.hpp>
|
||||||
|
|
||||||
|
@ -1,22 +1,3 @@
|
|||||||
/*
|
|
||||||
* TabFunction.cpp, part of LatAnalyze 3
|
|
||||||
*
|
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli, Matt Spraggs
|
|
||||||
*
|
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* LatAnalyze 3 is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <LatAnalyze/TabFunction.hpp>
|
#include <LatAnalyze/TabFunction.hpp>
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Io.hpp>
|
#include <LatAnalyze/Io.hpp>
|
||||||
#include <LatAnalyze/Mat.hpp>
|
#include <LatAnalyze/Mat.hpp>
|
||||||
#include <LatAnalyze/Math.hpp>
|
#include <LatAnalyze/Math.hpp>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Math.hpp>
|
#include <LatAnalyze/Math.hpp>
|
||||||
#include <LatAnalyze/MathInterpreter.hpp>
|
#include <LatAnalyze/MathInterpreter.hpp>
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/CompiledFunction.hpp>
|
#include <LatAnalyze/CompiledFunction.hpp>
|
||||||
#include <LatAnalyze/MinuitMinimizer.hpp>
|
#include <LatAnalyze/MinuitMinimizer.hpp>
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/CompiledFunction.hpp>
|
#include <LatAnalyze/CompiledFunction.hpp>
|
||||||
#include <LatAnalyze/Math.hpp>
|
#include <LatAnalyze/Math.hpp>
|
||||||
#include <LatAnalyze/Plot.hpp>
|
#include <LatAnalyze/Plot.hpp>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Io.hpp>
|
#include <LatAnalyze/Io.hpp>
|
||||||
#include <LatAnalyze/CompiledFunction.hpp>
|
#include <LatAnalyze/CompiledFunction.hpp>
|
||||||
#include <LatAnalyze/Plot.hpp>
|
#include <LatAnalyze/Plot.hpp>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Function.hpp>
|
#include <LatAnalyze/Function.hpp>
|
||||||
#include <LatAnalyze/GslHybridRootFinder.hpp>
|
#include <LatAnalyze/GslHybridRootFinder.hpp>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* AsciiFile.cpp, part of LatAnalyze 3
|
* AsciiFile.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* AsciiFile.hpp, part of LatAnalyze 3
|
* AsciiFile.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -25,7 +25,6 @@
|
|||||||
#include <LatAnalyze/Mat.hpp>
|
#include <LatAnalyze/Mat.hpp>
|
||||||
#include <LatAnalyze/MatSample.hpp>
|
#include <LatAnalyze/MatSample.hpp>
|
||||||
#include <LatAnalyze/ParserState.hpp>
|
#include <LatAnalyze/ParserState.hpp>
|
||||||
#include <fstream>
|
|
||||||
|
|
||||||
BEGIN_LATAN_NAMESPACE
|
BEGIN_LATAN_NAMESPACE
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* AsciiLexer.lpp, part of LatAnalyze 3
|
* AsciiLexer.lpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -25,7 +25,6 @@
|
|||||||
%option yylineno
|
%option yylineno
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/AsciiFile.hpp>
|
#include <LatAnalyze/AsciiFile.hpp>
|
||||||
#include "AsciiParser.hpp"
|
#include "AsciiParser.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* AsciiParser.ypp, part of LatAnalyze 3
|
* AsciiParser.ypp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CompiledFunction.cpp, part of LatAnalyze 3
|
* CompiledFunction.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CompiledFunction.hpp, part of LatAnalyze 3
|
* CompiledFunction.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CompiledModel.cpp, part of LatAnalyze 3
|
* CompiledModel.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CompiledModel.hpp, part of LatAnalyze 3
|
* CompiledModel.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Dataset.hpp, part of LatAnalyze 3
|
* Dataset.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Derivative.cpp, part of LatAnalyze 3
|
* Derivative.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Derivative.hpp, part of LatAnalyze 3
|
* Derivative.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Exceptions.cpp, part of LatAnalyze 3
|
* Exceptions.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Exceptions.hpp, part of LatAnalyze 3
|
* Exceptions.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* File.cpp, part of LatAnalyze 3
|
* File.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* File.hpp, part of LatAnalyze 3
|
* File.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Function.cpp, part of LatAnalyze 3
|
* Function.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Function.hpp, part of LatAnalyze 3
|
* Function.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -23,9 +23,6 @@
|
|||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <LatAnalyze/Mat.hpp>
|
#include <LatAnalyze/Mat.hpp>
|
||||||
#include <LatAnalyze/MatSample.hpp>
|
#include <LatAnalyze/MatSample.hpp>
|
||||||
#include <functional>
|
|
||||||
#include <stack>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
BEGIN_LATAN_NAMESPACE
|
BEGIN_LATAN_NAMESPACE
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Global.cpp, part of LatAnalyze 3
|
* Global.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Global.hpp, part of LatAnalyze 3
|
* Global.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* GslHybridRootFinder.cpp, part of LatAnalyze 3
|
* GslHybridRootFinder.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* GslHybridRootFinder.hpp, part of LatAnalyze 3
|
* GslHybridRootFinder.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* GslQagsIntegrator.cpp, part of LatAnalyze 3
|
* GslQagsIntegrator.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* GslQagsIntegrator.hpp, part of LatAnalyze 3
|
* GslQagsIntegrator.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Hdf5File.cpp, part of LatAnalyze 3
|
* Hdf5File.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli, Matt Spraggs
|
* Copyright (C) 2013 - 2016 Antonin Portelli, Matt Spraggs
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Hdf5File.hpp, part of LatAnalyze 3
|
* Hdf5File.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli, Matt Spraggs
|
* Copyright (C) 2013 - 2016 Antonin Portelli, Matt Spraggs
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Histogram.cpp, part of LatAnalyze 3
|
* Histogram.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Histogram.hpp, part of LatAnalyze 3
|
* Histogram.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Integrator.hpp, part of LatAnalyze 3
|
* Integrator.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Io.cpp, part of LatAnalyze 3
|
* Io.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Io.hpp, part of LatAnalyze 3
|
* Io.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* IoObject.hpp, part of LatAnalyze 3
|
* IoObject.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Mat.cpp, part of LatAnalyze 3
|
* Mat.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Mat.hpp, part of LatAnalyze 3
|
* Mat.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MatSample.hpp, part of LatAnalyze 3
|
* MatSample.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -23,7 +23,6 @@
|
|||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <LatAnalyze/Mat.hpp>
|
#include <LatAnalyze/Mat.hpp>
|
||||||
#include <LatAnalyze/StatArray.hpp>
|
#include <LatAnalyze/StatArray.hpp>
|
||||||
#include <functional>
|
|
||||||
|
|
||||||
BEGIN_LATAN_NAMESPACE
|
BEGIN_LATAN_NAMESPACE
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Math.cpp, part of LatAnalyze 3
|
* Math.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Math.hpp, part of LatAnalyze 3
|
* Math.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MathInterpreter.cpp, part of LatAnalyze 3
|
* MathInterpreter.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MathInterpreter.hpp, part of LatAnalyze 3
|
* MathInterpreter.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -20,11 +20,6 @@
|
|||||||
#ifndef Latan_MathInterpreter_hpp_
|
#ifndef Latan_MathInterpreter_hpp_
|
||||||
#define Latan_MathInterpreter_hpp_
|
#define Latan_MathInterpreter_hpp_
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <map>
|
|
||||||
#include <queue>
|
|
||||||
#include <string>
|
|
||||||
#include <stack>
|
|
||||||
#include <LatAnalyze/Function.hpp>
|
#include <LatAnalyze/Function.hpp>
|
||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <LatAnalyze/ParserState.hpp>
|
#include <LatAnalyze/ParserState.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MathLexer.lpp, part of LatAnalyze 3
|
* MathLexer.lpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -25,7 +25,6 @@
|
|||||||
%option yylineno
|
%option yylineno
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/MathInterpreter.hpp>
|
#include <LatAnalyze/MathInterpreter.hpp>
|
||||||
#include "MathParser.hpp"
|
#include "MathParser.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MathParser.ypp, part of LatAnalyze 3
|
* MathParser.ypp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Minimizer.cpp, part of LatAnalyze 3
|
* Minimizer.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Minimizer.hpp, part of LatAnalyze 3
|
* Minimizer.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Model.cpp, part of LatAnalyze 3
|
* Model.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
#include <LatAnalyze/Model.hpp>
|
#include <LatAnalyze/Model.hpp>
|
||||||
#include <LatAnalyze/includes.hpp>
|
#include <LatAnalyze/includes.hpp>
|
||||||
#include <functional>
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std::placeholders;
|
using namespace std::placeholders;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Model.hpp, part of LatAnalyze 3
|
* Model.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -23,7 +23,6 @@
|
|||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <LatAnalyze/Function.hpp>
|
#include <LatAnalyze/Function.hpp>
|
||||||
#include <LatAnalyze/Mat.hpp>
|
#include <LatAnalyze/Mat.hpp>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
BEGIN_LATAN_NAMESPACE
|
BEGIN_LATAN_NAMESPACE
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* ParserState.hpp, part of LatAnalyze 3
|
* ParserState.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -21,7 +21,6 @@
|
|||||||
#define Latan_ParserState_hpp_
|
#define Latan_ParserState_hpp_
|
||||||
|
|
||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
BEGIN_LATAN_NAMESPACE
|
BEGIN_LATAN_NAMESPACE
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Plot.cpp, part of LatAnalyze 3
|
* Plot.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Plot.hpp, part of LatAnalyze 3
|
* Plot.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -26,8 +26,6 @@
|
|||||||
#include <LatAnalyze/MatSample.hpp>
|
#include <LatAnalyze/MatSample.hpp>
|
||||||
#include <LatAnalyze/Histogram.hpp>
|
#include <LatAnalyze/Histogram.hpp>
|
||||||
#include <LatAnalyze/XYStatData.hpp>
|
#include <LatAnalyze/XYStatData.hpp>
|
||||||
#include <sstream>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
// gnuplot default parameters
|
// gnuplot default parameters
|
||||||
#ifndef GNUPLOT_BIN
|
#ifndef GNUPLOT_BIN
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* RootFinder.cpp, part of LatAnalyze 3
|
* RootFinder.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* RootFinder.hpp, part of LatAnalyze 3
|
* RootFinder.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Solver.cpp, part of LatAnalyze 3
|
* Solver.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Solver.hpp, part of LatAnalyze 3
|
* Solver.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* StatArray.cpp, part of LatAnalyze 3
|
* StatArray.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* StatArray.hpp, part of LatAnalyze 3
|
* StatArray.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <LatAnalyze/Mat.hpp>
|
#include <LatAnalyze/Mat.hpp>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#define FOR_STAT_ARRAY(ar, i) \
|
#define FOR_STAT_ARRAY(ar, i) \
|
||||||
for (Latan::Index i = -(ar).offset; i < (ar).size(); ++i)
|
for (Latan::Index i = -(ar).offset; i < (ar).size(); ++i)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* TabFunction.cpp, part of LatAnalyze 3
|
* TabFunction.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* TabFunction.hpp, part of LatAnalyze 3
|
* TabFunction.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -20,12 +20,10 @@
|
|||||||
#ifndef Latan_TabFunction_hpp_
|
#ifndef Latan_TabFunction_hpp_
|
||||||
#define Latan_TabFunction_hpp_
|
#define Latan_TabFunction_hpp_
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <map>
|
|
||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <LatAnalyze/Function.hpp>
|
#include <LatAnalyze/Function.hpp>
|
||||||
#include <LatAnalyze/Math.hpp>
|
#include <LatAnalyze/Math.hpp>
|
||||||
//#include <LatAnalyze/XYStatData.hpp>
|
#include <LatAnalyze/XYStatData.hpp>
|
||||||
|
|
||||||
BEGIN_LATAN_NAMESPACE
|
BEGIN_LATAN_NAMESPACE
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* includes.hpp, part of LatAnalyze 3
|
* includes.hpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* make_fake_sample.cpp, part of LatAnalyze 3
|
* make_fake_sample.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -17,7 +17,6 @@
|
|||||||
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Io.hpp>
|
#include <LatAnalyze/Io.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* resample.cpp, part of LatAnalyze 3
|
* resample.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -17,10 +17,6 @@
|
|||||||
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <map>
|
|
||||||
#include <libgen.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <LatAnalyze/Dataset.hpp>
|
#include <LatAnalyze/Dataset.hpp>
|
||||||
#include <LatAnalyze/Io.hpp>
|
#include <LatAnalyze/Io.hpp>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* sample_combine.cpp, part of LatAnalyze 3
|
* sample_combine.cpp, part of LatAnalyze 3
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Antonin Portelli
|
* Copyright (C) 2013 - 2016 Antonin Portelli
|
||||||
*
|
*
|
||||||
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
* LatAnalyze 3 is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -17,9 +17,6 @@
|
|||||||
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <libgen.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <LatAnalyze/Io.hpp>
|
#include <LatAnalyze/Io.hpp>
|
||||||
#include <LatAnalyze/CompiledFunction.hpp>
|
#include <LatAnalyze/CompiledFunction.hpp>
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Io.hpp>
|
#include <LatAnalyze/Io.hpp>
|
||||||
#include <LatAnalyze/Math.hpp>
|
#include <LatAnalyze/Math.hpp>
|
||||||
#include <LatAnalyze/Plot.hpp>
|
#include <LatAnalyze/Plot.hpp>
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
* along with LatAnalyze 3. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <LatAnalyze/Io.hpp>
|
#include <LatAnalyze/Io.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user