Method

NumCosmoMathMatrixdup

Declaration [src]

NcmMatrix*
ncm_matrix_dup (
  const NcmMatrix* cm
)

Description [src]

Duplicates cm setting the same values of the original propertities.

Return value

Type: NcmMatrix

A NcmMatrix.

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