Show
Ignore:
Timestamp:
06/05/08 14:58:48 (6 months ago)
Author:
pernet
Message:

Update the randiter:
* add the non-zero randiter class (following LinBox? structure)
* modify finite fields accordingly
* Update implementation of finite fields to fix bugs, improve efficiency and readability
* minor tweeks

Files:
1 modified

Legend:

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

    r62 r66  
    2626#include "linbox/field/modular-double.h" 
    2727#include "linbox/field/modular-float.h" 
     28#include "linbox/field/modular-balanced-double.h" 
     29#include "linbox/field/modular-balanced-float.h" 
    2830namespace LinBox { 
    2931#else 
     
    3537         
    3638#ifndef __LINBOX_STRASSEN_OPTIMIZATION 
    37 #define WINOTHRESHOLD 2000 
     39#define WINOTHRESHOLD 1000 
    3840#else 
    3941#define WINOTHRESHOLD __LINBOX_WINOTHRESHOLD