[root] / trunk / math / mathcore / inc / LinkDef2.h Repository:
ViewVC logotype

Log of /trunk/math/mathcore/inc/LinkDef2.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 25486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 22 12:43:03 2008 UTC (6 years, 4 months ago) by moneta
File length: 4017 byte(s)
Diff to previous 25114
import changes from math development branches for subdirectory math. List of changes in detail: 

mathcore: 
---------
  MinimizerOptions: 
	new  class for storing Minimizer option, with static default values that can be 
	changed by the user

  FitConfig: 
   	- use default values from MinimizerOption class
   	- rename method to create parameter settings from a function

  FitUtil.cxx:   
    	improve the derivative calculations used in the effective chi2 and in Fumili and 
	fix a bug for evaluation of likelihood or chi2 terms. 
	In  EvaluatePdf() work and return  the log of the pdf. 
      
  FitResult:
	- improve the class by adding extra information like, num. of free parameters, 
	minimizer status, global correlation coefficients, information about fixed 
	and bound parameters. 
   	- add method for getting fit confidence intervals 
  	- improve print method   

  DataRange: 
	add method SetRange to distinguish from AddRange. SetRange deletes the existing 
	ranges. 

  ParamsSettings: make few methods const

  FCN functions (Chi2FCN, LogLikelihoodFCN, etc..) 
	move some common methods and data members in base class (FitMethodFunction)

  RootFinder: add template Solve() for any callable function.  

mathmore:
--------
  minimizer classes: fill status information
  GSLNLSMinimizer: return error and covariance matrix 

minuit2: 
-------
  Minuit2Minimizer: fill  status information 
  DavidonErrorUpdator: check that delgam or gvg are not zero ( can happen when dg = 0)
  FumiliFCNAdapter: work on the log of pdf

minuit:
------- 
  TLinearMinimizer: add support for robust fitting
  TMinuitMinimizer: fill status information and fix a bug in filling the correlation matrix. 
 fumili:
 ------ 
  add TFumiliMinimizer: 
	wrapper class for TFumili using Minimizer interface

Revision 25114 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 11 13:29:38 2008 UTC (6 years, 5 months ago) by moneta
File length: 3705 byte(s)
Copied from: trunk/math/mathcore/inc/Math/LinkDef.h revision 25111
Diff to previous 23655
- make dictionary for TRandom and TKDTree classes in G__MathCore (is compiled w/o optimization). This should remove a warning observed on gcc4.1
- move all LinkDef files  in mathcore/inc

Revision 23655 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 6 07:58:46 2008 UTC (6 years, 8 months ago) by moneta
Original Path: trunk/math/mathcore/inc/Math/LinkDef.h
File length: 3362 byte(s)
Diff to previous 22885
- merge  changes with development branch (up to rev 23650). 
Main changes are: 

  TMath: 

        from David: The following methods now have additional interface working with Iterators as well:  
		MinElement
		MaxElement
		LocMin
		LocMax
		Mean
		GeomMean
		RMS
		BinarySearch
		Sort -> (changed to SortItr)
       	- use now std in binary search algorithm. Old algorithm failed some tests and it is found to be a 
           little bit slower 
       	- do not use std instead in LocMin and LocMax since generic std algorithm is slower on 64 bit arch. 
       	- TMath::PoissonI 
            fix a problem for large values, by using directly the TMath::Poisson implementation
       	- TMath::Landau and TMath::Landau
  		remove duplications by using directly ROOT::Math::landau_pdf and ROOT::Math::landau_cdf
	- TMath::Prob
   		use ROOT::Math::chisquared_cdf_c  (gives also less rounding errors  for small values)
	- TMath::GammaDist
   		use ROOT::Math::gamma_pdf , implementation now returns correct value, 0,  for large values of 
		shape parameter instead of nan
	- TMath::LogNormal:   
  		use ROOT::Math::lognormal_pdf 

	- compile TMath dictionary with -O2 
	- fix a warning in -Wshadow      

        - TMath.h is now  reordered by functionality and alphabetical order

  test: 
	various improvement from David, see http://root.cern.ch/viewcvs?rev=22880&root=root&view=rev	

  - add dictionary for the enumeration used in the Integration class 
  
  - from David: some clean up of Minimizer class (remove typedef definitions)

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
Original Path: trunk/math/mathcore/inc/Math/LinkDef.h
File length: 3122 byte(s)
Diff to previous 22866
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 22866 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 27 15:32:50 2008 UTC (6 years, 9 months ago) by rdm
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 3122 byte(s)
Diff to previous 22728
move remaining files from math to mathcore (they were part of libMathCore
anyway). Include paths remain the same.

Revision 22728 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 19 10:05:41 2008 UTC (6 years, 10 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 2576 byte(s)
Diff to previous 22518
- update documentation for new mathcore classes introduced in 5.19.02
- remove TMathImp.h file to fix documentaiton problem
- change name for class GaussIntegratorOneDim to GaussIntegrator

Revision 22518 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 7 15:40:22 2008 UTC (6 years, 10 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 2582 byte(s)
Diff to previous 21503
Syncronize with the Math develoment branch: 
 
- merge classes from math (TMath, TComplex and TRandom) in libMathCore
- change various functions of TMath (work from David ):
	- make a single template functions for all the various types (like Sort or Binart Search) 
        - use std implementations for Sort, BinarySearch, LocMin
        - use mathcore special functions for Gamma and Beta functions 

- remove genvector from mathcore
- add classes for integration, derivation and root findings using the algorithms of TF1
-  use the plug-in manager to instantiates different implementations of the same classes in MathMore

Revision 21503 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 19 17:34:54 2007 UTC (7 years, 1 month ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 2109 byte(s)
Diff to previous 21276
- update doc in mathcore and mathmore by adding the tag for THtml. 
  Take the occasion to correct and update some of the doc. 
  Fix also some indentation problems and  SVN keywords with some files
  add dictionary for some missing classes

Revision 21276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 7 17:26:06 2007 UTC (7 years, 1 month ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 1914 byte(s)
Diff to previous 21269
- fix a compilation problem on Solaris
- use Form for passing the function parameters for a f (double *, int)

Revision 21269 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 7 12:06:41 2007 UTC (7 years, 1 month ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 1969 byte(s)
Diff to previous 21243
add implementation for Functor of interpreted functions

Revision 21243 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 6 17:28:56 2007 UTC (7 years, 1 month ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 1916 byte(s)
Diff to previous 21114
- sync with dev branch 21238. 
     - add stressMathMore
     - fix constructor for Functor and have now GradFunctor class for functions providing derivatives. 
     - add warning message in RootFinder when failed for passing max interations

Revision 21114 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 29 17:16:45 2007 UTC (7 years, 1 month ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 2064 byte(s)
Diff to previous 20882
- syncronize mathcore, mathmore, minuit2 and test/stressMathCore with development branches

- main changes are: 

-  move some remaining pdf (like	beta and landau) from mathmore to mathcore
- add missing landau_cdf
- fix a precision error with normal_cdf (and normal_cdf_c) for small x (large x). Use the correct erf or erfc function according to x
- move majority of quantiles functions from mathmore to mathcore ( implementation is based on inverse functions from Cephes, implemented in SpecFuncCephesInv.cxx) 

- add method to create Minimizer concreate classes via the plugin manager
- add possibility to use multi-dim funciton type in one dim integration

- minuit2: add some missing include cassert

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 2018 byte(s)
Diff to previous 20696
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 20696 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 7 10:19:16 2007 UTC (7 years, 2 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 2018 byte(s)
Diff to previous 20325
- syncronize math, mathcore and mathmore with development branch
 
 - math:      remove the const in ParamFunctor::operator()(double *x, double *p)
  
 - mathcore:     
              - improve integration interface, have now two separate classes : 
              one for 1D the other for multi-dim functions. Rename class IntegratorMultiDim to AdaptiveIntegratorMultiDim
             - clean up of IFunction by removing the un-necessary Dim template parameter
             - add from Cephes inverse functions for normal, beta and gamma functions 
             - improve error reporting

 - mathmore: improve simulated annealing class and ad a test program taken from GSL: simanTSP
             fix problem with dictionary of concrete function classes (like Polynomial) on Windows

Revision 20325 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 16:26:08 2007 UTC (7 years, 3 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 550 byte(s)
Diff to previous 20231
- add common class for integration method + VirtualIntegrator interface
- use plug-in manager to use GSL implementation

Revision 20231 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 5 14:36:37 2007 UTC (7 years, 3 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 446 byte(s)
Diff to previous 19826
- port changes from development branch (mathDev): 

  - add interface class for minimization and for fitting method function
  - add multi-dim integration class (CERNLIB algorithm)
  - add implementation for special functions from Cephes (gamma, error function,    incomplete gamma and incomplete beta) 
  - move all the cumulative distribution from MathMore to MathCore 
    (they can be implemented in therm of the inc beta and inc gamma)
  - update documentation making  mathcore, mathmore separate groups which can be combined together

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 342 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 389 byte(s)
Diff to previous 18290
remove :$ from tag line

Revision 18290 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 16 15:05:16 2007 UTC (7 years, 10 months ago) by moneta
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 399 byte(s)
Diff to previous 12741
fix a problem with multiple usage of LinkDef files

Revision 12741 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Sep 18 17:33:47 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/mathcore/inc/Math/LinkDef.h
File length: 144 byte(s)
From Lorenzo & Andras
New version of mathcore and mathmore.
Note that the directories mathcore/inc/MathCore and mathmore/inc/MathMore
are renamed to mathcore/inc/Math and mathmore/inc/Math
to follow the convention  with the namespace.

Note that this new version has many coding conventions violations
and compilation warnings. Must be removed before the release.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9