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
This makes it easier to run the tests without referring to global
variables. The main change is, instead of checking types as `t1 ==
UpperTriangular`, we use `A1 isa UpperTriangular`. This often makes a
section of code easier to reason about, as it uses `A1` in the following
function calls.
0 commit comments