Method

NumCosmoMathSBesselOdeOperatorget_interval

Declaration [src]

void
ncm_sbessel_ode_operator_get_interval (
  NcmSBesselOdeOperator* op,
  gdouble* a,
  gdouble* b
)

Description [src]

Gets the interval [a, b] on which the operator is defined.

Parameters

a

Type: gdouble*

Left endpoint of the interval.

The argument will be set by the function.
b

Type: gdouble*

Right endpoint of the interval.

The argument will be set by the function.