AnimaL |
Tutorial |
Documentation |
#include <iostream>
#include <fstream>
Go to the source code of this file.
Namespaces | |
| namespace | animal |
Defines | |
| #define | SHFT(a, b, c, d) (a)=(b);(b)=(c);(c)=(d); |
| #define | SIGN(a, b) ((b) >= 0.0 ? Rfabs(a) : -Rfabs(a)) |
| #define | MOV3(a, b, c, d, e, f) (a)=(d);(b)=(e);(c)=(f); |
|
|
Referenced by animal::FrprMinimizer< ValueFunction, GradientFunction, Parameter, Real >::dbrent(), and nr::dbrent(). |
|
|
Referenced by nr::brent(), nr::mnbrak(), and animal::FrprMinimizer< ValueFunction, GradientFunction, Parameter, Real >::mnbrak(). |
|
|
|
1.3.6