Function

NumCosmoMathmpz_inits

Declaration [src]

void
ncm_mpz_inits (
  gint z,
  ...
)

Description [src]

Initializes z and all the #mpz_t in the list.

This function is not directly available to language bindings.

Parameters

z

Type: gint

A #mpz_t to initialize.

...

Type: 

A null terminated list of #mpz_t to initialize.