mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
set SVD tolerance reinitialise var matrix
This commit is contained in:
parent
c62f3a4b69
commit
b4ad61406f
@ -200,6 +200,7 @@ double FitInterface::getSvdTolerance(void) const
|
|||||||
void FitInterface::setSvdTolerance(const double &tol)
|
void FitInterface::setSvdTolerance(const double &tol)
|
||||||
{
|
{
|
||||||
svdTol_ = tol;
|
svdTol_ = tol;
|
||||||
|
scheduleLayoutInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
VarName & FitInterface::xName(void)
|
VarName & FitInterface::xName(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user