MCPcopy Create free account
hub / github.com/Singular/Singular / containsPositiveVector

Method containsPositiveVector

gfanlib/gfanlib_zcone.cpp:1023–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021
1022
1023bool ZCone::containsPositiveVector()const
1024{
1025 ZCone temp=intersection(*this,ZCone::positiveOrthant(n));
1026 return temp.getRelativeInteriorPoint().isPositive();
1027}
1028
1029
1030bool ZCone::contains(ZVector const &v)const

Callers 1

containsPositiveVectorFunction · 0.80

Calls 3

intersectionFunction · 0.85
isPositiveMethod · 0.45

Tested by

no test coverage detected