Show
Ignore:
Timestamp:
06/03/08 20:31:37 (6 months ago)
Author:
pernet
Message:

Fix a bug with odd dimension nilpotent matrix test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/tests/test-charpoly.C

    r2947 r2959  
    9696        // value at -1 should be (-2)^n 
    9797        eval(Z, val2, phi, negone); 
    98         Z.mulin(val2, val); 
    9998        Z.init(neg2, -2); Z.init(pow2, 1); 
    10099        for (size_t i = 0; i < n; ++i) Z.mulin(pow2, neg2);