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

Function rows

libpolys/misc/intvec.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 inline int length() const { return col*row; }
95 inline int cols() const { return col; }
96 inline int rows() const { return row; }
97 void show(int mat=0,int spaces=0) const;
98 #ifndef SING_NDEBUG
99 void view() const;

Callers 15

viewMethod · 0.70
delete_posMethod · 0.70
setMethod · 0.50
getMethod · 0.50
viewMethod · 0.50
inpMultMethod · 0.50
WriteMethod · 0.50
extendColsMethod · 0.50
appendColMethod · 0.50
swapMatrixMethod · 0.50
colIsZeroMethod · 0.50
howellMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected