Changeset 2583 in Sophya for trunk/SophyaLib/TArray/basarr.h
- Timestamp:
- Jul 30, 2004, 12:24:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.h
r2322 r2583 56 56 //! Get Default Vector Type 57 57 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;} 58 62 59 63 // Creator / destructor … … 199 203 static short default_vector_type; //!< Default vector type Row/Column 200 204 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 201 206 }; 202 207
Note:
See TracChangeset
for help on using the changeset viewer.