Skip to content

Commit

Permalink
Add comment to broken vcat and hcat
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt committed Apr 16, 2024
1 parent 9f1f51b commit 76d56a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6107,6 +6107,11 @@ end
#
###############################################################################

# TODO: `hcat(::MatElem, ::MatElem)` and `vcat(::MatElem, ::MatElem)`
# are only called if the matrices do not have the same base ring, in which case
# the behaviour is random.
# These two functions should be removed; removing `vcat` would break OSCAR 1.0.0
# though.
@doc raw"""
hcat(a::MatElem, b::MatElem)
Expand Down

0 comments on commit 76d56a8

Please sign in to comment.