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 591b867 commit dc7a69eCopy full SHA for dc7a69e
src/symmetric.jl
@@ -1058,4 +1058,4 @@ function Base.replace_in_print_matrix(A::HermOrSym,i::Integer,j::Integer,s::Abst
1058
ijminmax = minmax(i, j)
1059
inds = A.uplo == 'U' ? ijminmax : reverse(ijminmax)
1060
Base.replace_in_print_matrix(parent(A), inds..., s)
1061
-end
+end
0 commit comments