1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-30 16:44:44 +00:00

Minimizer: limits interface

This commit is contained in:
2014-10-14 16:34:27 +01:00
parent bf3fe8bd13
commit 9e6bbd95c3
11 changed files with 207 additions and 29 deletions

View File

@@ -28,6 +28,11 @@ using namespace Latan;
/******************************************************************************
* GslHybridRootFinder implementation *
******************************************************************************/
// constructor /////////////////////////////////////////////////////////////////
GslHybridRootFinder::GslHybridRootFinder(const Index dim)
: RootFinder(dim)
{}
// output //////////////////////////////////////////////////////////////////////
void GslHybridRootFinder::printState(void)
{