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
To be consistent with the methods from Base I was wondering if the cholesky decomposition of a static array should return an UpperTriangular type? I know the AbstractTriangular types have setindex! and other mutating methods defined for them which may be an issue?