Changes between Initial Version and Version 1 of Ticket #19340, comment 8
- Timestamp:
- 10/03/15 19:21:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19340, comment 8
initial v1 4 4 > How easily can I call them on a Sage matrix? 5 5 6 It should be enough to add the following declarations in libs/flint/fmpz_mat.pxd6 It should be enough (untested) to add the following declarations in libs/flint/fmpz_mat.pxd 7 7 8 8 {{{ … … 47 47 It doesn't have a database; it uses the Paley construction. As noted above, you can easily use a fallback database/algorithm if it fails. 48 48 49 BTW, fmpz_mat_hadamard succeeds for every multiple of 4 up to92; current code for the Paley construction in Sage doesn't succeed to construct a size 20 Hadamard matrix.49 BTW, fmpz_mat_hadamard succeeds for every multiple of 4 below 92; current code for the Paley construction in Sage doesn't succeed to construct a size 20 Hadamard matrix.