Method

NumCosmoMathMatrixcopy_triangle

Declaration [src]

void
ncm_matrix_copy_triangle (
  NcmMatrix* cm,
  gchar UL
)

Description [src]

If UL == ‘U’ copy the upper triangle over the lower. If UL == ‘L’ copy the lower triangle over the upper.

Parameters

UL

Type: gchar

Char indicating ‘U’pper or ‘L’ower matrix.