Changeset 2583 in Sophya for trunk/SophyaLib/TArray/basarr.h


Ignore:
Timestamp:
Jul 30, 2004, 12:24:12 PM (21 years ago)
Author:
cmv
Message:
  • Intro decision auto d'optimisation produit de matrices
  • Possibilite a l'utilisateur pour choisir l'optimisation
  • cas FxC optimise par copie

cmv 30/07/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/basarr.h

    r2322 r2583  
    5656  //! Get Default Vector Type
    5757  static inline short GetDefaultVectorType() { return default_vector_type; }
     58
     59  //! Optimization choice for matrix product
     60  static void SetMatProdOpt(uint_2 opt=1);
     61  static inline uint_2 GetMatProdOpt(void) {return matrix_product_optim;}
    5862 
    5963  // Creator / destructor
     
    199203  static short default_vector_type;    //!< Default vector type Row/Column
    200204  static sa_size_t openmp_size_threshold; //!< Size limit for parallel routine calls
     205  static uint_2 matrix_product_optim; //!< optimization level for matrix product
    201206};
    202207
Note: See TracChangeset for help on using the changeset viewer.