Open JerryChen97 opened 5 years ago
Reminder: sometimes Z type (Complex64) also shows this bug
Please use markdown code block to quote your error msg.
It seems B_backup
is not calculated at all. Is this always happening or occasionally ?
Please use markdown code block to quote your error msg.
It seems
B_backup
is not calculated at all. Is this always happening or occasionally ?
Oh B_backup is actually the rhs of the equation, which has already been set as the identity by me for convenience so that the right answer can also be referred by inv(A) directly.
BTW for Float32 and Float64 it works well all the time, while for complex situations bugs occasionally come up.
In the recent commit 242586b031c901bb15cc5acdfb97ea943443cd85, the gesv_rbt works well at most time but sometimes will end up with an infinite answer which is apparently wrong. This seems only to happen in the ComplexF32 wrapper right now.