0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrite modular arithmetic code to use less division (mod) operations. Gives about 30% performance increase. This makes our code less tolerant with inputs outside the range 0..MODULUS-1. Had to fix FKT implementation and graph handling code to satisfy the stricter requirements. More... over 11 years ago
zpfaffian: fix bug introduced by recent optimizations (zemt) More... over 11 years ago
attempt to keep HERE aligned for performance More... over 11 years ago
cleanup and optimize matrix inversion code using remt/zemt helpers More... over 11 years ago
add file previously forgotten More... over 11 years ago
documentation update More... over 11 years ago
update and improve man-page More... over 11 years ago
Fix tests to correctly terminate when run via 'make check' More... over 11 years ago
update autoconf/automake files More... over 11 years ago
more tuning, add test to check sign of BEZOUT output More... over 11 years ago
minor comment changes and tunings More... over 11 years ago
incomplete (and somewhat broken) attempt at computing matchgate signatures More... over 11 years ago
Factor out and optimize elementary matrix transforms. Use it to speed up pfaffian computation (about factor 3..4 after making computation not update irrelevant rows/columns). More... over 11 years ago
fix test to accomodate recently changed signature of FKT-EDGES>MATRIX More... over 11 years ago
fkt algorithm: fix previous refactoring, and refactor even more. More... over 11 years ago
fkt algo: de-duplicate some code, update sign computation problem description More... over 11 years ago
basic matchgate base-transform More... over 11 years ago
fix rmatpow memory leak and add corresponding test. More... over 11 years ago
add tests More... over 11 years ago
Fix matrix inversion code, add modular arithmetic version. Minor fix for modular inverse. More... over 11 years ago
add (modular) matrix multiplication More... over 11 years ago
at a few generic matrix routines. change signature of swap-rows{{ More... over 11 years ago
More documentation changes that went into release More... over 12 years ago
Implement command line options for printing graph to posctscript More... over 12 years ago
preparation of new release More... over 12 years ago
workaround broken (bye) in current Gforth-CVS More... over 12 years ago
changes needed to accomodate new command-line parser from r42 More... over 12 years ago
Improve the configure script, change forth code install directory so installed software works correctly even if prefix of Gforth installation is different from prefix of FKT install. More... over 12 years ago
Implement more command line options; improve command line error handling; improve man-page More... over 12 years ago
add "-*-forth-*-" emacs mode-indicator headers. should fix ohloh.net's misdetection of .fs sources as F# code. probably helps some editors as well. More... almost 13 years ago