Hello,
I am working on a method where I need the factorisation of the coefficient matrix.
Right now I call the routine dss_factor_real( handle, opt, rValues ) in C which creates a factorisation.
Can anybody tell me:
- How is the factorisation stored within the Intel solver datastructure?
- Is it possible to export the factorisation for usage elsewhere in the code?
Thanks in advance.
Wouter