Show
Ignore:
Timestamp:
09/14/07 10:59:29 (1 year ago)
Author:
pernet
Message:

* minor change to the arith progression charpoly
* introduce fgetrs and fgesv for more general system solving (including rank defficient matrices)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • include/fflas-ffpack/ffpack_frobenius.inl

    r27 r48  
    1414 
    1515//--------------------------------------------------------------------- 
    16 // CharpolyArithProg: Las Vegas algorithm to compute the Charpoly normal 
    17 // form over a large field (Z/pZ, s.t.  p > 2n^2) 
     16// CharpolyArithProg: Las Vegas algorithm to compute the Charpoly  
     17// over a large field (Z/pZ, s.t.  p > 2n^2) 
    1818//--------------------------------------------------------------------- 
    1919template <class Field, class Polynomial>