Closed achirkin closed 5 years ago
Sometimes LU factorization is very unstable, especially for Float matrices. We should fix this some day.
Float
https://github.com/achirkin/easytensor/blob/4cc9a381ad09c7a013a121cc02231f0ac2de649d/easytensor/test/Numeric/MatrixFloatTest.hs#L80-L90
Solved by 3b39e4a644c3c40d03ea1fad04eeeb22400f5d48 There must have been a bug before, but the new version seems to be far more robust.
Sometimes LU factorization is very unstable, especially for
Float
matrices. We should fix this some day.https://github.com/achirkin/easytensor/blob/4cc9a381ad09c7a013a121cc02231f0ac2de649d/easytensor/test/Numeric/MatrixFloatTest.hs#L80-L90