Method

NumCosmoMathSphereNNinsert_array

Declaration [src]

void
ncm_sphere_nn_insert_array (
  NcmSphereNN* snn,
  GArray* r,
  GArray* theta,
  GArray* phi
)

Description [src]

Inserts an array of objects in snn.

Parameters

r

Type: An array of double

The object radius.

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

Type: An array of double

The object theta.

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

Type: An array of double

The object phi.

The data is owned by the caller of the method.