Method

NumCosmoMathPowspeceval_vec

Declaration [src]

void
ncm_powspec_eval_vec (
  NcmPowspec* powspec,
  NcmModel* model,
  const gdouble z,
  NcmVector* k,
  NcmVector* Pk
)

Description [src]

Evaluates the power spectrum powspec at $z$ and in the knots contained in k and puts the result in Pk.

Parameters

model

Type: NcmModel

A NcmModel.

The argument can be NULL.
The data is owned by the caller of the method.
z

Type: const gdouble

Time $z$.

k

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
Pk

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.