#include <iostream>
#include <cassert>
#include "vnl_powell.h"
#include <vnl/vnl_math.h>
#include <vnl/algo/vnl_brent_minimizer.h>
#include <vnl/algo/vnl_bracket_minimum.h>
Go to the source code of this file.