Method
NumCosmoMathMatrixadd
Declaration [src]
void
ncm_matrix_add (
NcmMatrix* cm1,
const NcmMatrix* cm2
)
Description [src]
This function adds the elements of the matrices cm1 and cm2.
The two matrices must have the same size.
Parameters
cm2-
Type:
NcmMatrixA
NcmMatrix.The data is owned by the caller of the method.