Show
Ignore:
Timestamp:
08/28/07 09:37:54 (1 year ago)
Author:
pernet
Message:

New implementation for ftrsm and ftrmm:
based on the multicascade algorithm (cf C Pernet pdf thesis), reducing the number of modular reduction for the updates.
Automatic generation of the code for each of the 48 variations.

Files:
1 modified

Legend:

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

    r36 r38  
    1414// Computes  B <- alpha.op(A).B,  B <- alpha.B.op(A) 
    1515// B is M*N, A is M*M if Side==FflasLeft, N*N if Side==FflasRight 
    16 //--------------------------------------------------------------------- 
     16// Warning : unsafe with Trans ==  FflasTrans (debugging in progress) 
     17// //--------------------------------------------------------------------- 
    1718template<class Field> 
    1819inline void