Show
Ignore:
Timestamp:
04/09/07 10:53:44 (2 years ago)
Author:
pernet
Message:

LUdivine Gauss pour experimentations

Files:
1 modified

Legend:

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

    r10 r13  
    394394        static size_t  
    395395        LUdivine_small (const Field& F, const enum FFLAS_DIAG Diag, 
     396                        const size_t M, const size_t N, 
     397                        typename Field::Element * A, const size_t lda, 
     398                        size_t* P, size_t* Q, const enum FFPACK_LUDIVINE_TAG LuTag=FfpackLQUP); 
     399        template <class Field> 
     400        static size_t  
     401        LUdivine_gauss (const Field& F, const enum FFLAS_DIAG Diag, 
    396402                        const size_t M, const size_t N, 
    397403                        typename Field::Element * A, const size_t lda,