Show
Ignore:
Timestamp:
07/02/08 08:10:40 (5 months ago)
Author:
aniau
Message:

=

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/linbox/field/PID-integer.h

    r2970 r2993  
    5353                        return Integer::axpyin(r,a,x); 
    5454                } 
     55 
     56                inline Element& axmyin (integer &r, const integer& a, const integer& x) const { 
     57                        return Integer::axmyin(r,a,x); 
     58                } 
    5559 
    5660                inline  bool isUnit (const Element& x) const {