Skip to content
Snippets Groups Projects

[WIP] Reintroducing cholesky

Merged Emanuele Roberto Nocera requested to merge cholesky into setup_thcovmat
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -75,7 +75,7 @@ DataSet::~DataSet()
*/
void DataSet::GenCovMat() const
{
fCovMat = ComputeCovMat(*this, fT0Pred, fWeight);
fCovMat = ComputeCovMat(*this, fT0Pred, false, " ", {}, fWeight);
fSqrtCov = ComputeSqrtMat(fCovMat);
}
Loading