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

Function kernel

gfanlib/gfanlib_matrix.h:819–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817
818
819inline QMatrix kernel(QMatrix const &m)
820{
821 QMatrix temp=m;
822 return temp.reduceAndComputeKernel();
823}
824
825inline ZMatrix kernel(ZMatrix const &m)
826{

Callers 8

toStringMethod · 0.70
liftAndComputeLatticeFunction · 0.50
extLiftAndComputeLatticeFunction · 0.50
facFqBivar.ccFile · 0.50
increasePrecisionFunction · 0.50
increasePrecision2Function · 0.50
increasePrecisionFq2FpFunction · 0.50

Calls 3

QToZMatrixPrimitiveFunction · 0.85
ZToQMatrixFunction · 0.85

Tested by

no test coverage detected