Changeset 6

Show
Ignore:
Timestamp:
03/13/07 13:08:15 (2 years ago)
Author:
pernet
Message:
 
Location:
include/fflas-ffpack
Files:
2 modified

Legend:

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

    r1 r6  
    1919#endif 
    2020 
    21 #ifdef _LINBOX_CONFIG_H 
     21#ifdef _LINBOX_CONFIG_H  
    2222#include "linbox/config-blas.h" 
    2323#include "linbox/field/unparametric.h" 
  • include/fflas-ffpack/ffpack_frobenius.inl

    r5 r6  
    132132                        Polynomial P (dK [i]+1); 
    133133                        F.assign(P[dK[i]], one); 
    134                         cerr<<"Recovery in preconditionning P ="; 
    135                         for (size_t j=0; j < dK [i]; ++j){ 
     134                        for (size_t j=0; j < dK [i]; ++j) 
    136135                                F.neg (P [dK [i]-j-1], *(K2b + i*ldk + (offset-j))); 
    137                                 cerr<<" "<<P[dK[i]-j-1]; 
    138                         } 
    139                         cerr<<endl; 
    140136                        frobeniusForm.push_front(P); 
    141137                        offset -= dK [i];