Changeset ad3f9d in git


Ignore:
Timestamp:
Apr 13, 2018, 11:48:53 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
1220433139a671d19c823f345ecdacdec4a799a668fa7ca6253da1ec3ddfa543704d4bcb86dc523c
Parents:
cc055e0b475b7d52dd09b42cd095fba3dd904333
Message:
doc: warning (inexact coeffs) in std,slimgb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rcc055e0 rad3f9d  
    47144714    return TRUE;
    47154715  }
     4716  if (rField_is_numeric(currRing))
     4717    WarnS("groebner base computations with inexact coefficients can not be trusted due to rounding errors");
    47164718  intvec *w=(intvec *)atGet(u,"isHomog",INTVEC_CMD);
    47174719  // tHomog hom=testHomog;
     
    48204822static BOOLEAN jjSTD(leftv res, leftv v)
    48214823{
     4824  if (rField_is_numeric(currRing))
     4825    WarnS("groebner base computations with inexact coefficients can not be trusted due to rounding errors");
    48224826  ideal result;
    48234827  ideal v_id=(ideal)v->Data();
Note: See TracChangeset for help on using the changeset viewer.