Packages
gsl
Gsl
OdeivControl
OdeivControl
OdeivControl.scaled
OdeivControl.standard
OdeivControl.y
OdeivControl.yp
hadjust
init
name
state
type
OdeivControl
Object Hierarchy:
Gsl.OdeivControl
Gsl.OdeivControl
Gsl.OdeivControl
Description:
[
Compact
]
[
CCode
( cname =
"gsl_odeiv_control"
) ]
public
class
OdeivControl
Namespace:
Gsl
Package:
gsl
Content:
Creation methods:
public
OdeivControl
(
OdeivControlType
* T)
public
OdeivControl.scaled
(
double
eps_abs,
double
eps_rel,
double
a_y,
double
a_dydt,
double
[] scale_abs)
public
OdeivControl.standard
(
double
eps_abs,
double
eps_rel,
double
a_y,
double
a_dydt)
public
OdeivControl.y
(
double
eps_abs,
double
eps_rel)
public
OdeivControl.yp
(
double
eps_abs,
double
eps_rel)
Methods:
public
int
hadjust
(
OdeivStep
s,
out
double
y,
out
double
yerr,
out
double
dydt,
out
double
h)
public
int
init
(
double
eps_abs,
double
eps_rel,
double
a_y,
double
a_dydt)
public
string
name
()
Fields:
public
void
*
state
public
OdeivControlType
*
type