Show
Ignore:
Timestamp:
08/28/07 18:01:02 (1 year ago)
Author:
pernet
Message:

(hopefully) last bug fix for ftrsm ftrmm new algorithm, + linbox related tweaks.

Files:
1 modified

Legend:

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

    r38 r40  
    155155        if (!M || !N ) return; 
    156156         
    157         static typename Field::Element one, Mone; 
     157        static typename Field::Element one; 
    158158        F.init(one, 1.0); 
    159         F.neg(Mone, one); 
    160159         
    161160        size_t nsplit = DotProdBound (F, 0, one, 
     
    206205                 typename Field::Element * B, const size_t ldb) { 
    207206         
    208         static typename Field::Element Mone; 
    209207        static typename Field::Element one; 
    210208        F.init(one, 1.0); 
    211         F.neg(Mone,one); 
    212209        if (__FFLAS__Na == 1) 
    213210#ifdef __FFLAS__NONUNIT