Method

NumCosmoMathVectorset_from_variant

Declaration [src]

void
ncm_vector_set_from_variant (
  NcmVector* cv,
  GVariant* var
)

Description [src]

Sets the values of cv using the variant var. This function fails if cv and var differ in size.

Parameters

var

Type: GVariant

A GVariant of type ad.

The data is owned by the caller of the method.