Skip to content

Commit

Permalink
Merge d529d43 into e01e86d
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet committed Feb 18, 2022
2 parents e01e86d + d529d43 commit 7bfdf73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/Kriging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ double Kriging::logLikelihood(const arma::vec& _theta,
// t0 = toc(" Linv ",t0);
arma::mat Rinv = (Linv.t() * Linv); // Do NOT inv_sympd (slower): inv_sympd(R);
// t0 = toc(" Rinv ",t0);
Rinv = inv_sympd(R); // Do NOT inv_sympd (slower): inv_sympd(R);
// t0 = toc(" Rinv2 ",t0);

arma::mat tT = fd->T.t(); // trimatu(trans(fd->T));
// t0 = toc(" tT ", t0);
Expand Down

0 comments on commit 7bfdf73

Please sign in to comment.