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

Function IntToZMatrix

gfanlib/gfanlib_matrix.h:797–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795
796
797inline ZMatrix IntToZMatrix(IntMatrix const &m)
798{
799 ZMatrix ret(m.getHeight(),m.getWidth());
800 for(int i=0;i<m.getHeight();i++)ret[i]=IntToZVector(m[i]);
801 return ret;
802}
803
804inline QMatrix canonicalizeSubspace(QMatrix const &m)
805{

Callers 1

toStringMethod · 0.85

Calls 3

IntToZVectorFunction · 0.85
getHeightMethod · 0.80
getWidthMethod · 0.80

Tested by

no test coverage detected