Changeset c9351a in git


Ignore:
Timestamp:
Dec 16, 2021, 2:51:34 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
6105780c474178d629f30ab9d17a9cd96b675c25
Parents:
628f563af39e6258e1428aae38c049aa9f520c28
Message:
system("rref",M): add test for constant matrix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/flintconv.cc

    r628f563 rc9351a  
    393393        if (h==NULL)
    394394          convSingNFlintN(fmpq_mat_entry(FLINTM,i-1,j-1),n,R->cf);
    395         else
     395        else if (p_Totaldegree(h,R)==0)
    396396          convSingNFlintN(fmpq_mat_entry(FLINTM,i-1,j-1),pGetCoeff(h),R->cf);
     397        else
     398        {
     399          WerrorS("matrix for rref is nor constant");
     400          return M;
     401        }
    397402      }
    398403    }
Note: See TracChangeset for help on using the changeset viewer.