Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
185
static 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
jjPRINT
Function · 0.85
Calls
3
ipPrint_MA0
Function · 0.85
Name
Method · 0.80
Data
Method · 0.45
Tested by
no test coverage detected