added an alternative QuadricMinimization (we should use LRU decomposition!!)
This commit is contained in:
parent
8ca248762a
commit
71a73a7ad6
|
@ -228,7 +228,7 @@ bool Minimum(Point3<ReturnScalarType> &x)
|
|||
}
|
||||
|
||||
|
||||
bool Minimum(Point3<ScalarType> &x) const
|
||||
bool MinimumNew(Point3<ScalarType> &x) const
|
||||
{
|
||||
ScalarType c0=-b[0]/2;
|
||||
ScalarType c1=-b[1]/2;
|
||||
|
|
Loading…
Reference in New Issue