#include <UT_MinimumFinder.h>
|
int | brent (void(*func)(float x, float &val, float &der, void *data), void *data, float ax, float bx, float cx, float tol, float &result, float &val, int maxIter=200) const |
|
int | frprPCG (void(*func)(const UT_Vector &x, float &val, UT_Vector &grad, void *data), void *data, const UT_Vector &x1, const UT_Vector &x2, float tol, UT_Vector &result, int maxIter=200) |
|
Definition at line 18 of file UT_MinimumFinder.h.
int UT_MinimumFinder::brent |
( |
void(*)(float x, float &val, float &der, void *data) |
func, |
|
|
void * |
data, |
|
|
float |
ax, |
|
|
float |
bx, |
|
|
float |
cx, |
|
|
float |
tol, |
|
|
float & |
result, |
|
|
float & |
val, |
|
|
int |
maxIter = 200 |
|
) |
| const |
The documentation for this class was generated from the following file: