-
- Downloads
add new class GSLMultiRootFinder for solving non-linear system of equations
The class is baed on the GSL multi-root finding algorithm (see http://www.gnu.org/software/gsl/manual/html_node/Multidimensional-Root_002dFinding.html) More detailed description of the class is available in the release notes ( math/doc/v530/index.html ) git-svn-id: http://root.cern.ch/svn/root/trunk@38723 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- math/doc/v530/index.html 50 additions, 0 deletionsmath/doc/v530/index.html
- math/mathmore/Module.mk 1 addition, 0 deletionsmath/mathmore/Module.mk
- math/mathmore/inc/Math/GSLMultiRootFinder.h 291 additions, 0 deletionsmath/mathmore/inc/Math/GSLMultiRootFinder.h
- math/mathmore/inc/Math/LinkDef.h 2 additions, 1 deletionmath/mathmore/inc/Math/LinkDef.h
- math/mathmore/inc/Math/MultiRootFinder.h 45 additions, 0 deletionsmath/mathmore/inc/Math/MultiRootFinder.h
- math/mathmore/src/GSLMultiFit.h 6 additions, 4 deletionsmath/mathmore/src/GSLMultiFit.h
- math/mathmore/src/GSLMultiRootFinder.cxx 346 additions, 0 deletionsmath/mathmore/src/GSLMultiRootFinder.cxx
- math/mathmore/src/GSLMultiRootFunctionAdapter.h 130 additions, 0 deletionsmath/mathmore/src/GSLMultiRootFunctionAdapter.h
- math/mathmore/src/GSLMultiRootFunctionWrapper.h 138 additions, 0 deletionsmath/mathmore/src/GSLMultiRootFunctionWrapper.h
- math/mathmore/src/GSLMultiRootSolver.h 391 additions, 0 deletionsmath/mathmore/src/GSLMultiRootSolver.h
- math/mathmore/src/GSLNLSMinimizer.cxx 18 additions, 8 deletionsmath/mathmore/src/GSLNLSMinimizer.cxx
- math/mathmore/test/Makefile 10 additions, 2 deletionsmath/mathmore/test/Makefile
- math/mathmore/test/testMultiRootFinder.cxx 118 additions, 0 deletionsmath/mathmore/test/testMultiRootFinder.cxx
Loading
Please register or sign in to comment