Home
last modified time | relevance | path

Searched refs:sm_Equal (Results 1 – 3 of 3) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dmatpol.h117 BOOLEAN sm_Equal(ideal a, ideal b, const ring R);
H A Dmatpol.cc2003 BOOLEAN sm_Equal(ideal a, ideal b, const ring R) in sm_Equal() function
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Diparith.cc1333 res->data = (char *)((long)sm_Equal((ideal)u->Data(),(ideal)v->Data(),currRing)); in jjEQUAL_SM()