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

Function print_exp

kernel/numeric/mpr_base.cc:359–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void print_exp( const onePointP vert, int n )
360{
361 int i;
362 for ( i= 1; i <= n; i++ )
363 {
364 Print(" %d",vert->point[i] );
365#ifdef LONG_OUTPUT
366 if ( i < n ) PrintS(", ");
367#endif
368 }
369}
370void print_matrix( matrix omat )
371{
372 int i,j;

Callers 4

liftMethod · 0.85
newtonPolytopesPMethod · 0.85
RCMethod · 0.85
resMatrixSparseMethod · 0.85

Calls 2

PrintSFunction · 0.85
PrintFunction · 0.50

Tested by

no test coverage detected