Skip to content

Commit

Permalink
Change syntax to make Revise.jl happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkurtz authored and fingolfin committed Feb 23, 2023
1 parent 3620b15 commit 5bc44e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ end
Return the number of rows of the given matrix.
"""
nrows(::MatrixElem{T}) where T <: NCRingElement
nrows(a::MatrixElem{T}) where T <: NCRingElement

@doc Markdown.doc"""
ncols(a::MatrixElem{T}) where T <: NCRingElement
Return the number of columns of the given matrix.
"""
ncols(::MatrixElem{T}) where T <: NCRingElement
ncols(a::MatrixElem{T}) where T <: NCRingElement

@doc Markdown.doc"""
length(a::MatrixElem{T}) where T <: NCRingElement
Expand Down

0 comments on commit 5bc44e5

Please sign in to comment.