Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ getRelativeInteriorPoint
Method
getRelativeInteriorPoint
gfanlib/gfanlib_zcone.cpp:859–865 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
}
858
859
ZVector ZCone::getRelativeInteriorPoint()const
860
{
861
ensureStateAsMinimum(1);
862
// assert(state>=1);
863
864
return lpSolver.relativeInteriorPoint(inequalities,equations);
865
}
866
867
ZVector ZCone::getUniquePoint()const
868
{
Callers
14
main
Function · 0.80
facetComplexSymmetry
Method · 0.80
removeNonMaximal
Method · 0.80
containsPositiveVector
Method · 0.80
hasFace
Method · 0.80
tropicalStar
Function · 0.80
raysOfTropicalStar
Function · 0.80
relativeInteriorPoint
Function · 0.80
interiorPointsOfFacets
Function · 0.80
interiorPointsAndNormalsOfFacets
Function · 0.80
groebnerCone
Method · 0.80
containsInCollection
Function · 0.80
Calls
1
relativeInteriorPoint
Method · 0.80
Tested by
1
main
Function · 0.64