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

Function ipPrint_MA

Singular/ipprint.cc:185–190  ·  view source on GitHub ↗

2 * print for: matrix */

Source from the content-addressed store, hash-verified

183* print for: matrix
184*/
185static BOOLEAN ipPrint_MA(leftv u)
186{
187 matrix m=(matrix)u->Data();
188 ipPrint_MA0(m,u->Name());
189 return FALSE;
190}
191
192/*2
193* print for: ring

Callers 1

jjPRINTFunction · 0.85

Calls 3

ipPrint_MA0Function · 0.85
NameMethod · 0.80
DataMethod · 0.45

Tested by

no test coverage detected