Method
NumCosmoMathMatrixcov2cor
Declaration [src]
void
ncm_matrix_cov2cor (
const NcmMatrix* cov,
NcmMatrix* cor
)
Description [src]
Convert a covariance matrix cov to a correlation
matrix cor. The matrices cor and cov can be the same object.
Parameters
cor-
Type:
NcmMatrixThe output matrix.
The data is owned by the caller of the method.