Changeset 40 for include/fflas-ffpack/fflas_bounds.inl
- Timestamp:
- 08/28/07 18:01:02 (1 year ago)
- Files:
-
- 1 modified
-
include/fflas-ffpack/fflas_bounds.inl (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
include/fflas-ffpack/fflas_bounds.inl
r36 r40 9 9 */ 10 10 11 #ifdef _ _LINBOX_CONFIG_H11 #ifdef _LINBOX_CONFIG_H 12 12 #define FFLAS_INT_TYPE Integer 13 13 #else … … 42 42 //FFLAS_INT_TYPE c = (p-1)*(ex)/2; //bound for a centered representation 43 43 long long c; 44 #ifndef _ _LINBOX_CONFIG_H44 #ifndef _LINBOX_CONFIG_H 45 45 if (F.balanced) 46 46 c = (p-1)*(ex)/2; // balanced representation … … 176 176 F.characteristic(pi); 177 177 static FFLAS_INT_TYPE p=pi; 178 #ifdef _ _LINBOX_CONFIG_H178 #ifdef _LINBOX_CONFIG_H 179 179 static size_t nmax = bound_compute_double(pi); 180 180 #else … … 184 184 return nmax; 185 185 else 186 #ifdef _ _LINBOX_CONFIG_H186 #ifdef _LINBOX_CONFIG_H 187 187 return nmax= bound_compute_double (p=pi); //(F.balanced) ? bound_compute_balanced(p=pi) : bound_compute(p=pi); 188 188 #else … … 200 200 F.characteristic(pi); 201 201 static FFLAS_INT_TYPE p=pi; 202 #ifdef _ _LINBOX_CONFIG_H202 #ifdef _LINBOX_CONFIG_H 203 203 static size_t nmax = bound_compute_float(pi); 204 204 #else … … 208 208 return nmax; 209 209 else 210 #ifdef _ _LINBOX_CONFIG_H210 #ifdef _LINBOX_CONFIG_H 211 211 return nmax= bound_compute_float (p=pi); //(F.balanced) ? bound_compute_balanced(p=pi) : bound_compute(p=pi); 212 212 #else
