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:
@@ -28,6 +28,11 @@ using namespace Latan;
|
||||
/******************************************************************************
|
||||
* GslHybridRootFinder implementation *
|
||||
******************************************************************************/
|
||||
// constructor /////////////////////////////////////////////////////////////////
|
||||
GslHybridRootFinder::GslHybridRootFinder(const Index dim)
|
||||
: RootFinder(dim)
|
||||
{}
|
||||
|
||||
// output //////////////////////////////////////////////////////////////////////
|
||||
void GslHybridRootFinder::printState(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user