x3042 / ExactODEReduction.jl

Exact reduction of ODE models via linear transformations
MIT License
13 stars 3 forks source link

Rewrite matrices class to utilize better cache access #10

Closed sumiya11 closed 2 years ago

sumiya11 commented 2 years ago
  1. Use continuous (or even static) memory for vectors
  2. Specify the algorithm for finite fields exclusively. Whenever a QQ computation is requested, reduce to modular computations
pogudingleb commented 2 years ago

Comment to the second item: in CLUE, we found out that quite often it is actually faster to work over QQ, see Table 1 on page 9 in https://arxiv.org/pdf/2004.11961.pdf