Method
NumCosmoMathMatrixtranspose
Declaration [src]
void
ncm_matrix_transpose (
NcmMatrix* cm
)
Description [src]
This function replaces the matrix cm by its transpose by copying the elements of the matrix in-place.
The matrix must be square for this operation to be possible.