As the title suggests, I am unable to match the results of my magma implementation of AX = B with that in matlab. I need to do an LU decomposition on 2 dense matrices, to solve 2 separate linear systems, and what I see is that the dgetrf+dgetrs is only matching matlab the first 10 or 11 lines, after that the results diverge. I am trying to debug exactly what I'm doing wrong and I have a few queries:
1. Does dgetrf and dgetrs expect matrices in row major or column major input?
2. I understand that the row swap permutations are handled within the routines and I don't need to apply any sort of permutation from the output of dgetrs. Or am I wrong?
3. Is there any other alternatives I can try?
--
You received this message because you are subscribed to the Google Groups "MAGMA User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magma-user+...@icl.utk.edu.
To view this discussion on the web visit https://groups.google.com/a/icl.utk.edu/d/msgid/magma-user/CAEePS8tW5tgwXjiQYf4uZ_fDEoSbbMW8v7vL5%3DJj51tu6evQRw%40mail.gmail.com.