Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbelzile committed Mar 12, 2024
1 parent 249e0f6 commit b0c8640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lnNpr_cholperm_Phinv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ NumericVector varTN(NumericVector a, NumericVector b, bool check = true){
return varia;
}

//' Cholesky matrix decomposition with GGE ordering
//' Cholesky matrix decomposition with GB ordering
//'
//' This function computes the Cholesky decomposition of a covariance matrix
//' \code{Sigma} and returns a list containing the permuted bounds for integration.
Expand Down

0 comments on commit b0c8640

Please sign in to comment.