Function

NumCosmoMathTriVecnew_full_c

Declaration [src]

NcmTriVec*
ncm_trivec_new_full_c (
  const gdouble x,
  const gdouble y,
  const gdouble z
)

Description [src]

Creates a new NcmTriVec with the given components.

Parameters

x

Type: const gdouble

X-component.

y

Type: const gdouble

Y-component.

z

Type: const gdouble

Z-component.

Return value

Type: NcmTriVec

The new NcmTriVec.

The caller of the function takes ownership of the data, and is responsible for freeing it.