Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ CalcMinimum
Method
CalcMinimum
comp/contact.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
Vec<DIM> CalcMinimum( )
72
{
73
return Inv(a)*(a*x0-b);
74
}
75
76
double operator() (Vec<DIM> x)
77
{
Callers
1
FindClosestPoint
Function · 0.80
Calls
1
Inv
Function · 0.85
Tested by
no test coverage detected