MCPcopy 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

FindClosestPointFunction · 0.80

Calls 1

InvFunction · 0.85

Tested by

no test coverage detected