1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/lib
2015-01-28 17:15:26 +00:00
..
XML XML parameter file reader based on tinyxml2 2014-03-17 15:01:58 +00:00
AsciiFile.cpp minor code cleaning 2014-06-03 13:40:19 +02:00
AsciiFile.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
AsciiLexer.lpp allow '/' in data name 2014-10-21 17:36:46 +01:00
AsciiParser.ypp reorganizing sources... 2014-03-13 18:51:01 +00:00
Chi2Function.cpp Chi2Function: call optimisation 2014-03-17 15:00:09 +00:00
Chi2Function.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
CompiledFunction.cpp Compiled function: access to source code 2014-09-29 15:10:38 +01:00
CompiledFunction.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
CompiledModel.cpp Compiled function: access to source code 2014-09-29 15:10:38 +01:00
CompiledModel.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Dataset.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Derivative.cpp numerical derivative class with arbitrary improvement order and step auto-tuning 2014-09-26 18:40:52 +01:00
Derivative.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +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 namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
FitInterface.cpp FitInterface: more convenient function to assume correlated data 2014-04-17 12:18:49 +01:00
FitInterface.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Function.cpp DoubleFunctionSample: constructor inheritance removed 2014-09-18 17:16:49 +01:00
Function.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Global.cpp function to read file lists and progress bar class 2014-06-04 14:43:36 +02:00
Global.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +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 missing file in Makefile.am 2015-01-28 17:09:22 +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 significant optimisation of the math interpreter using integer address tables for variables and functions 2014-04-08 19:48:52 +01: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 build fixes 2014-03-14 11:05:25 +00:00
MathParser.ypp reorganizing sources... 2014-03-13 18:51:01 +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 Minimizer: limits interface 2014-10-14 16:34:27 +01:00
MinuitMinimizer.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Model.cpp DoubleModel: infinite recursion in model call fixed 2014-03-17 14:59:39 +00:00
Model.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
ParserState.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
Plot.cpp Plot: function to save plots 2014-09-18 17:13:26 +01:00
Plot.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
RandGen.cpp reorganizing sources... 2014-03-13 18:51:01 +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 namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
TabFunction.cpp minor fixes 2014-10-14 16:36:20 +01:00
TabFunction.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
XmlReader.cpp XmlReader: interface for direct access to XML nodes 2014-04-08 19:48:03 +01:00
XmlReader.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +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 XY*Data: dog is now a double 2014-09-18 17:15:56 +01:00
XYStatData.hpp namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00