ADMB Documentation
-a65f1c97
|
This is a function object for a function of one variable which stores the functions which calculate the first second and third derivatives. More...
#include <df1b2fun.h>
Public Member Functions | |
df1b2function1 (double(*_f)(double), double(*_df)(double), double(*d2f)(double), double(*_d3f)(double), const adstring &s="unnamed") | |
Description not yet available. More... | |
df1b2variable | operator() (const df1b2variable &x) |
Description not yet available. More... | |
df1b2variable & | operator() (const df1b2variable &z, const df1b2variable &x, int s) |
Public Attributes | |
double(* | d2f )(double) |
double(* | d3f )(double) |
double(* | df )(double) |
double(* | f )(double) |
adstring | funname |
This is a function object for a function of one variable which stores the functions which calculate the first second and third derivatives.
Definition at line 407 of file df1b2fun.h.
df1b2function1::df1b2function1 | ( | double(*)(double) | _f, |
double(*)(double) | _df, | ||
double(*)(double) | _d2f, | ||
double(*)(double) | _d3f, | ||
const adstring & | _s = "unnamed" |
||
) |
df1b2variable df1b2function1::operator() | ( | const df1b2variable & | _x | ) |
df1b2variable& df1b2function1::operator() | ( | const df1b2variable & | z, |
const df1b2variable & | x, | ||
int | s | ||
) |
double(* df1b2function1::d2f)(double) |
Definition at line 412 of file df1b2fun.h.
Referenced by df1b2function1(), read_pass1_1(), read_pass1_1x(), read_pass1_2(), read_pass1_2x(), read_pass1_3(), and read_pass1_3x().
double(* df1b2function1::d3f)(double) |
Definition at line 413 of file df1b2fun.h.
Referenced by df1b2function1(), read_pass1_1(), read_pass1_1x(), read_pass1_2(), read_pass1_2x(), read_pass1_3(), and read_pass1_3x().
double(* df1b2function1::df)(double) |
Definition at line 411 of file df1b2fun.h.
Referenced by df1b2function1(), read_pass1_1(), read_pass1_1x(), read_pass1_2(), read_pass1_2x(), read_pass1_3(), and read_pass1_3x().
double(* df1b2function1::f)(double) |
Definition at line 410 of file df1b2fun.h.
Referenced by df1b2function1(), and operator()().
adstring df1b2function1::funname |
Definition at line 414 of file df1b2fun.h.
Referenced by df1b2function1(), read_pass1_1(), read_pass1_1x(), read_pass1_2(), read_pass1_2x(), read_pass1_3(), and read_pass1_3x().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |