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

Method getRowMP

kernel/numeric/mpr_base.cc:599–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599void pointSet::getRowMP( const int indx, int * vert )
600{
601 assume( indx > 0 && indx <= num && points[indx]->rcPnt );
602 int i;
603
604 vert[0]= 0;
605 for ( i= 1; i <= dim; i++ )
606 vert[i]= (int)(points[indx]->point[i] - points[indx]->rcPnt->point[i]);
607}
608
609inline bool pointSet::smaller( int a, int b )
610{

Callers 1

createMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected