Method

NumCosmoHIQG1DSbasis_x3

Declaration [src]

gdouble
nc_hiqg_1d_Sbasis_x3 (
  NcHIQG1D* qg1d,
  const gdouble x,
  const gdouble y1,
  const gdouble y2,
  const gdouble h,
  const gdouble a
)

Description [src]

Evaluates the symmetrized basis function divided by $x^3$.

Parameters

x

Type: const gdouble

Evaluation point.

y1

Type: const gdouble

First grid point.

y2

Type: const gdouble

Second grid point.

h

Type: const gdouble

Grid spacing parameter.

a

Type: const gdouble

Power parameter.

Return value

Type: gdouble

The symmetrized basis value divided by $x^3$.