Function
NumCosmoMathTriVecnew_full_c
Declaration [src]
NcmTriVec*
ncm_trivec_new_full_c (
const gdouble x,
const gdouble y,
const gdouble z
)
Parameters
x-
Type:
const gdoubleX-component.
y-
Type:
const gdoubleY-component.
z-
Type:
const gdoubleZ-component.
Return value
Type: NcmTriVec
The new NcmTriVec.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |