Function
NumCosmoMathComplexnew
Declaration [src]
NcmComplex*
ncm_complex_new (
void
)
Return value
Type: NcmComplex
A new NcmComplex.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
NcmComplex*
ncm_complex_new (
void
)
Type: NcmComplex
A new NcmComplex.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |