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

Method generatorsOfLinealitySpace

gfanlib/gfanlib_zcone.cpp:1353–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351
1352
1353ZMatrix ZCone::generatorsOfLinealitySpace()const
1354{
1355 QMatrix l=ZToQMatrix(combineOnTop(inequalities,equations));
1356 return QToZMatrixPrimitive(l.reduceAndComputeKernel());
1357}
1358
1359}

Callers 13

toSymmetricComplexMethod · 0.80
toStringMethod · 0.80
traverseFunction · 0.80
toStringMethod · 0.80
givenByRaysMethod · 0.80
raysOfTropicalStarFunction · 0.80
toStringFunction · 0.80
bbcone_Op2Function · 0.80
convexHullFunction · 0.80
tropicalStartingPointFunction · 0.80

Calls 3

ZToQMatrixFunction · 0.85
QToZMatrixPrimitiveFunction · 0.85

Tested by

no test coverage detected