Changeset f7aa4c7 in git for numeric


Ignore:
Timestamp:
Sep 8, 2011, 9:14:21 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e044528a25b043110c93faf0fa114a2a7934310c
Parents:
d84a4d17668e4e3415c4e0d965053268a0e162f0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-08 21:14:21+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:37+01:00
Message:
CHG: pHomogen & pIsHomogeneous -> p_Homogen & p_IsHomogeneous + currRing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • numeric/mpr_inout.cc

    rd84a4d rf7aa4c7  
    127127    if ( pIsConstant(p) ) state= mprHasOne;
    128128    else
    129     if ( (mtype == uResultant::denseResMat) && !pIsHomogeneous(p) )
     129    if ( (mtype == uResultant::denseResMat) && !p_IsHomogeneous(p, currRing) )
    130130      state=mprNotHomog;
    131131  }
Note: See TracChangeset for help on using the changeset viewer.