1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-19 21:25:36 +01:00

set SVD tolerance reinitialise var matrix

This commit is contained in:
Antonin Portelli 2018-06-05 12:15:37 +01:00
parent c62f3a4b69
commit b4ad61406f

View File

@ -200,6 +200,7 @@ double FitInterface::getSvdTolerance(void) const
void FitInterface::setSvdTolerance(const double &tol)
{
svdTol_ = tol;
scheduleLayoutInit();
}
VarName & FitInterface::xName(void)