Method

NumCosmoMathSBesselOdeSolverpeek_spectral

Declaration [src]

NcmSpectral*
ncm_sbessel_ode_solver_peek_spectral (
  NcmSBesselOdeSolver* solver
)

Description [src]

Returns a pointer to the internal spectral object used by the solver. This allows the user to inspect the internal state of the solver. The spectral object contains information about the Chebyshev nodes, weights, and Chebyshev polynomials.

Return value

Type: NcmSpectral

Spectral object.

The returned data is owned by the instance.