Changeset 36900b in git


Ignore:
Timestamp:
Feb 23, 2023, 11:29:14 AM (14 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2b6d6b68be6ec61e6158f3c2633002256e37be1b
Parents:
ede789c230c363f25cabc9b86289353362a7e251
Message:
chg: mp_MultI for long int
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/matpol.cc

    rede789c r36900b  
    126126
    127127/// c = f*a
    128 matrix mp_MultI(matrix a, int f, const ring R)
     128matrix mp_MultI(matrix a, long f, const ring R)
    129129{
    130130  int k, n = a->nrows, m = a->ncols;
  • libpolys/polys/matpol.h

    rede789c r36900b  
    5353matrix mp_InitP(int r, int c, poly p, const ring R);
    5454matrix mp_InitI(int r, int c, int v, const ring R);
    55 matrix mp_MultI(matrix a, int f, const ring r);
     55matrix mp_MultI(matrix a, long f, const ring r);
    5656matrix mp_MultP(matrix a, poly p, const ring r);
    5757matrix pMultMp(poly p, matrix a, const ring r);
Note: See TracChangeset for help on using the changeset viewer.