Changeset 8184:863407de61f7


Ignore:
Timestamp:
12/25/07 08:15:03 (5 years ago)
Author:
Martin Albrecht <malb@…>
Branch:
default
Message:

docstring change for matrix_mod2_dense (fixes #1593)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/matrix/matrix_mod2_dense.pyx

    r6668 r8184  
    596596            self -- a mutable matrix 
    597597            algorithm -- 'm4ri' -- uses M4RI (default) 
     598                         'classical' -- uses classical Gaussian elimination 
    598599            k --  the parameter 'k' of the M4RI algorithm. It MUST be between 
    599600                  1 and 16 (inclusive). If it is not specified it will be calculated as 
     
    622623             [] 
    623624 
    624         ALGORITHM: Uses Gregory Bard's M4RI algorithm and implementation or 
    625                    LinBox. 
     625        ALGORITHM: Uses Gregory Bard's M4RI algorithm and implementation 
    626626 
    627627        REFERENCES: 
Note: See TracChangeset for help on using the changeset viewer.