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
* Optimize determinant and trace calculation for Kron
* Add tests for det and tr of Kron
* Optimize determinant and trace calculation for Kron
* Add tests for det and tr of Kron
* minor
* Kron Tests: compare determinant calculation against Julia's implementation for kronecker of rectangular factors
require_one_based_indexing(A...) =!has_offset_axes(A...) ||throw(ArgumentError("offset arrays are not supported but got an array with index other than 1"))
0 commit comments