Method

NumCosmoMathMatrixset_from_data

Declaration [src]

void
ncm_matrix_set_from_data (
  NcmMatrix* cm,
  gdouble* data
)

Description [src]

This function sets the valuus of cm using data. Data must have the same size as NcmMatrix.

Parameters

data

Type: An array of double

Array of doubles.

The data is owned by the caller of the method.