matrices greater than 256^2 by 256^2

Issue #50 resolved
christian holata created an issue

i import matrices via the jcf format but when i use matrices larger then 256^2 by 256^2 m4ri accepts them but seems to ignore some columns/rows during mzd_solve_left() for example. shouldn't m4ri warn when a matrix gets too large for its data types? i will try to verify this once i am on a faster machine.

Comments (3)

  1. Martin Albrecht repo owner

    M4RI definitely should support matrices > 65536 x 65536. Can you provide a somewhat minimal example to debug? This would be a very serious bug.

  2. Log in to comment