Changeset 8184:863407de61f7
- Timestamp:
- 12/25/07 08:15:03 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/matrix/matrix_mod2_dense.pyx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/matrix/matrix_mod2_dense.pyx
r6668 r8184 596 596 self -- a mutable matrix 597 597 algorithm -- 'm4ri' -- uses M4RI (default) 598 'classical' -- uses classical Gaussian elimination 598 599 k -- the parameter 'k' of the M4RI algorithm. It MUST be between 599 600 1 and 16 (inclusive). If it is not specified it will be calculated as … … 622 623 [] 623 624 624 ALGORITHM: Uses Gregory Bard's M4RI algorithm and implementation or 625 LinBox. 625 ALGORITHM: Uses Gregory Bard's M4RI algorithm and implementation 626 626 627 627 REFERENCES:
Note: See TracChangeset
for help on using the changeset viewer.
