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
* proper diagonal in copytri! (fix #30055)
* added sprandn methods with Type
* additional parameter in copytri! for diagonal
* @inline copytri! to enforce constant propagation
(cherry picked from commit 4be9339)
* proper diagonal in copytri! (fix #30055)
* added sprandn methods with Type
* additional parameter in copytri! for diagonal
* @inline copytri! to enforce constant propagation
(cherry picked from commit 4be9339)
* proper diagonal in copytri! (fix #30055)
* added sprandn methods with Type
* additional parameter in copytri! for diagonal
* @inline copytri! to enforce constant propagation
(cherry picked from commit 4be9339)
Version 1.1.0-DEV.666 (2018-11-16)
Commit 25d0dfc398* (0 days old master)
As the title states: the copy is not equal to the source. The diagonal of the matrix in not copied correctly (
adjoint
missing).The same behavior is found in Version 1.0.1 (2018-09-29) and probably in earlier versions.
The text was updated successfully, but these errors were encountered: