File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " BandedMatrices"
22uuid = " aae01518-5342-5314-be14-df237901396f"
3- version = " 1.7.4 "
3+ version = " 1.7.5 "
44
55[deps ]
66ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Original file line number Diff line number Diff line change @@ -406,15 +406,15 @@ end
406406# vcat
407407# ##
408408
409- function LinearAlgebra . vcat (x:: AbstractBandedMatrix... )
409+ function Base . vcat (x:: AbstractBandedMatrix... )
410410 # avoid unnecessary steps for singleton
411411 if length (x) == 1
412412 return x[1 ]
413413 end
414414
415415 # instantiate the returned banded matrix with zeros and required bandwidths/dimensions
416416 m = size (x[1 ], 2 )
417- l,u = - m, typemin (Int64 )
417+ l,u = - m, typemin (Int )
418418 n = 0
419419 isempty = true
420420
You can’t perform that action at this time.
0 commit comments