Changeset ebbb9c in git for libpolys


Ignore:
Timestamp:
May 23, 2012, 2:31:59 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a28cb4f3357225d7f8bb8d68a4aa0b0be3ccdd41
Parents:
243404529d5f96ca508e7b74fd54f12c826fdb45
Message:
fix: assign bigint = something should fail for 1x0 matrices
fix: #427, bug in minor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/bigintmat.h

    r243404 rebbb9c  
    9999    void inpMult(number bintop, const coeffs C = NULL);
    100100
     101    inline int length() { return col*row; }
    101102    inline int  cols() const { return col; }
    102103    inline int  rows() const { return row; }
Note: See TracChangeset for help on using the changeset viewer.