Method

NumCosmoMathMatrixmul_elements

Declaration [src]

void
ncm_matrix_mul_elements (
  NcmMatrix* cm1,
  const NcmMatrix* cm2
)

Description [src]

This function multiplies the elements of the matrices cm1 and cm2. The two matrices must have the same size.

Parameters

cm2

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.