allow matrix creation beyond calloc limits

Issue #8 resolved
Martin Albrecht repo owner created an issue

For now, matrices are continuous memory as returned by a single malloc/calloc all. However, our rowswap structure allows us to use more than one calloc call, i.e. most of our code does not depend on continuous memory. We should -- at least optionally -- allow more than one calloc call to create the matrices in order to support truly big matrices.

Comments (1)

  1. Log in to comment