Skip to content

Commit

Permalink
BUGFIX: Remove unused permutation routines lapmt! and lapmr! from lap…
Browse files Browse the repository at this point in the history
…ack.jl
  • Loading branch information
aravindh-krishnamoorthy committed Dec 6, 2023
1 parent 701e4ba commit 75e1016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/LinearAlgebra/src/lapack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7043,5 +7043,6 @@ julia> LAPACK.lacpy!(B, A, 'U')
0.0 4.0
```
"""
lacpy!(B::AbstractMatrix, A::AbstractMatrix, uplo::AbstractChar)

end # module

0 comments on commit 75e1016

Please sign in to comment.