You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to write/output the matrix factors to a file in order to save time later on restarting my simulation?
In my case I just have to factor the matrix once, per case, but restarting the simulation many times I waste lot of resources factoring every time the same matrix.
I was looking for serialising/deserialising the matrix factors, but I was wondering if (hopefully) there was already an internal call, within the library, to do that!
The text was updated successfully, but these errors were encountered:
andreagalle
changed the title
dump matrix factors to file
dump matrix factors to a file
May 15, 2020
Is it possible to write/output the matrix factors to a file in order to save time later on restarting my simulation?
In my case I just have to factor the matrix once, per case, but restarting the simulation many times I waste lot of resources factoring every time the same matrix.
I was looking for serialising/deserialising the matrix factors, but I was wondering if (hopefully) there was already an internal call, within the library, to do that!
The text was updated successfully, but these errors were encountered: