1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/lib
2015-03-20 16:05:59 +00:00
..
AsciiFile.cpp AsciiFile: double precision writing 2015-01-28 17:20:51 +00:00
AsciiFile.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
AsciiLexer.lpp less warnings in third-party code 2015-02-24 16:59:22 +00:00
AsciiParser.ypp less warnings in third-party code 2015-02-24 16:59:22 +00:00
Chi2Function.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
Chi2Function.hpp overhaul of the function class 2015-02-24 17:00:19 +00:00
CompiledFunction.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
CompiledFunction.hpp overhaul of the function class 2015-02-24 17:00:19 +00:00
CompiledModel.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
CompiledModel.hpp overhaul of the function class 2015-02-24 17:00:19 +00:00
Dataset.hpp Dataset: integral conversion fixes 2015-02-13 15:26:23 +00:00
Derivative.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
Derivative.hpp overhaul of the function class 2015-02-24 17:00:19 +00:00
Exceptions.cpp reorganizing sources... 2014-03-13 18:51:01 +00:00
Exceptions.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
File.cpp reorganizing sources... 2014-03-13 18:51:01 +00:00
File.hpp File: default mode switched to write 2015-03-20 16:05:59 +00:00
FitInterface.cpp FitInterface: unnecessary resizing in copy function 2015-01-28 17:17:28 +00:00
FitInterface.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Function.cpp DoubleFunction: memory fixes 2015-02-26 18:50:56 +00:00
Function.hpp DoubleFunction: memory fixes 2015-02-26 18:50:56 +00:00
Global.cpp LatCore compatibility 2015-02-24 16:57:15 +00:00
Global.hpp LatCore compatibility 2015-02-24 16:57:15 +00:00
GslHybridRootFinder.cpp Minimizer: limits interface 2014-10-14 16:34:27 +01:00
GslHybridRootFinder.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
GslQagsIntegrator.cpp first root finder class implementation 2014-09-22 15:19:30 +01:00
GslQagsIntegrator.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
includes.hpp numerical derivative class with arbitrary improvement order and step auto-tuning 2014-09-26 18:40:52 +01:00
Integrator.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
IoObject.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
LatAnalyze reorganizing sources... 2014-03-13 18:51:01 +00:00
Makefile.am LatCore compatibility 2015-02-24 16:57:15 +00:00
Mat.cpp more templatisation/cleaning of data types 2014-04-07 19:29:47 +01:00
Mat.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Math.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
Math.hpp integral factorial function 2015-01-28 17:15:26 +00:00
MathInterpreter.cpp Math interpreter: significant improvement of runtime context handling 2014-09-26 18:41:30 +01:00
MathInterpreter.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
MathLexer.lpp less warnings in third-party code 2015-02-24 16:59:22 +00:00
MathParser.ypp less warnings in third-party code 2015-02-24 16:59:22 +00:00
MatSample.cpp rewriting of matrix sample class as a pure template with scalar operations 2014-04-07 18:08:52 +01:00
MatSample.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Minimizer.cpp Minimizer: limits interface 2014-10-14 16:34:27 +01:00
Minimizer.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
MinuitMinimizer.cpp less warnings in third-party code 2015-02-24 16:59:22 +00:00
MinuitMinimizer.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Model.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
Model.hpp overhaul of the function class 2015-02-24 17:00:19 +00:00
ParserState.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Plot.cpp Plot: horizontal lines and axis labels 2015-02-13 15:26:00 +00:00
Plot.hpp Plot: horizontal lines and axis labels 2015-02-13 15:26:00 +00:00
RandGen.cpp fix in discrete random generator return type 2015-01-28 17:16:05 +00:00
RandGen.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
RootFinder.cpp Minimizer: limits interface 2014-10-14 16:34:27 +01:00
RootFinder.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Solver.cpp Minimizer: limits interface 2014-10-14 16:34:27 +01:00
Solver.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
StatArray.hpp StatArray: ambiguity removed in mean function 2015-03-20 16:05:11 +00:00
TabFunction.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
TabFunction.hpp overhaul of the function class 2015-02-24 17:00:19 +00:00
XYSampleData.cpp XY*Data: dog is now a double 2014-09-18 17:15:56 +01:00
XYSampleData.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
XYStatData.cpp overhaul of the function class 2015-02-24 17:00:19 +00:00
XYStatData.hpp LatCore compatibility 2015-02-24 16:57:15 +00:00