Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
819
inline QMatrix kernel(QMatrix const &m)
820
{
821
QMatrix temp=m;
822
return temp.reduceAndComputeKernel();
823
}
824
825
inline ZMatrix kernel(ZMatrix const &m)
826
{
Callers
8
toString
Method · 0.70
liftAndComputeLattice
Function · 0.50
extLiftAndComputeLattice
Function · 0.50
facFqBivar.cc
File · 0.50
increasePrecision
Function · 0.50
increasePrecision2
Function · 0.50
increasePrecisionFq2Fp
Function · 0.50
furtherLiftingAndIncreasePrecision
Function · 0.50
Calls
3
QToZMatrixPrimitive
Function · 0.85
ZToQMatrix
Function · 0.85
reduceAndComputeKernel
Method · 0.80
Tested by
no test coverage detected