We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5229375 commit afa255aCopy full SHA for afa255a
stdlib/LinearAlgebra/src/diagonal.jl
@@ -407,7 +407,7 @@ end
407
_has_matching_storage(out::UpperOrUnitUpperTriangular, A::UpperOrUnitUpperTriangular) = true
408
_has_matching_storage(out::LowerOrUnitLowerTriangular, A::LowerOrUnitLowerTriangular) = true
409
_has_matching_storage(out, A) = false
410
-function _rowrange_tri_stored(B::UpperOrUpperTriangular, col)
+function _rowrange_tri_stored(B::UpperOrUnitUpperTriangular, col)
411
isunit = B isa UnitUpperTriangular
412
1:min(col-isunit, size(B,1))
413
end
0 commit comments