Method

NumCosmoMathMatrixset_from_variant

Declaration [src]

void
ncm_matrix_set_from_variant (
  NcmMatrix* cm,
  GVariant* var
)

Description [src]

This function sets the values of cm using the variant var.

Parameters

var

Type: GVariant

A GVariant of type “aad”.

The data is owned by the caller of the method.