Changeset 19

Show
Ignore:
Timestamp:
05/01/07 11:56:08 (2 years ago)
Author:
pernet
Message:

Minor changes, including default charpoly=LUK (for small finite fields).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • include/fflas-ffpack/ffpack.h

    r13 r19  
    464464        CharPoly( const Field& F, std::list<Polynomial>& charp, const size_t N, 
    465465                  typename Field::Element * A, const size_t lda, 
    466                   const enum FFPACK_CHARPOLY_TAG CharpTag= FfpackArithProg); 
     466                  const enum FFPACK_CHARPOLY_TAG CharpTag= FfpackLUK); 
    467467         
    468468        //---------------------------------------------------------------------