Function
NumCosmoMathTriVecnew_full
Declaration [src]
NcmTriVec*
ncm_trivec_new_full (
const gdouble* c
)
Parameters
c-
Type: An array of
doubleComponents.
The array must have 3 elements. The data is owned by the caller of the function.
Return value
Type: NcmTriVec
The new NcmTriVec.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |