File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11name = " PiecewiseOrthogonalPolynomials"
22uuid = " 4461d12d-4663-4550-8580-cb764c85e20f"
33authors = [" Sheehan Olver <solver@mac.com>" ]
4- version = " 0.4.1 "
4+ version = " 0.4.2 "
55
66[deps ]
77ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -31,7 +31,7 @@ InfiniteArrays = "0.13"
3131InfiniteLinearAlgebra = " 0.7"
3232LazyArrays = " 1.8.2"
3333LazyBandedMatrices = " 0.9.1"
34- MatrixFactorizations = " 2.0 "
34+ MatrixFactorizations = " 2.2 "
3535QuasiArrays = " 0.11"
3636julia = " 1.9"
3737
Original file line number Diff line number Diff line change 269269
270270
271271
272- function MatrixFactorizations. _reverse_chol! (A:: BBBArrowheadMatrix , :: Type{UpperTriangular} )
273-
272+ function MatrixFactorizations. reversecholesky_layout! (:: ArrowheadLayouts , A:: AbstractMatrix , :: Type{UpperTriangular} )
274273 Threads. @threads for B in A. D
275274 reversecholesky! (Symmetric (B))
276275 end
You can’t perform that action at this time.
0 commit comments