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
copy(L::Ldiv{ConvertedOPLayout,Lay}) where Lay<:AbstractBasisLayout=copy(Ldiv{ApplyLayout{typeof(*)}, Lay}(L.A, L.B))
45
+
copy(L::Ldiv{ConvertedOPLayout,Lay}) where Lay<:AbstractNormalizedOPLayout=copy(Ldiv{ApplyLayout{typeof(*)}, Lay}(L.A, L.B))
46
+
47
+
36
48
"""
37
49
cholesky_jacobimatrix(w, P)
38
50
@@ -274,3 +286,6 @@ function _fillqrbanddata!(J::QRJacobiData{:R,T}, inds::UnitRange{Int}) where T
274
286
ev[k] = UX[k,k-1]/U[k+1,k+1]*(-U[k-1,k+1]/U[k-1,k-1]+U[k-1,k]*U[k,k+1]/(U[k-1,k-1]*U[k,k]))+UX[k,k]/U[k+1,k+1]*(-U[k,k+1]/U[k,k])+UX[k,k+1]/U[k+1,k+1] # this is dot(view(UX,k,k-1:k+1), U[k-1:k+1,k-1:k+1] \ ek)
0 commit comments