Skip to content

Commit

Permalink
Update src/hsl_mc66.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <dominique.orban@gmail.com>
  • Loading branch information
amontoison and dpo authored Oct 12, 2022
1 parent 3bd89fb commit 60a5901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hsl_mc66.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Order an unsymmetric matrix A into singly bordered blocked diagonal (SBBD) form.
[ • • ]
[ • • ]
[ • • ]
[ Aₖₖ Sₖ]
[ Aₖₖ Sₖ]
"""
function mc66(A::SparseMatrixCSC, nblocks::Integer)
m, n = size(A)
Expand Down

0 comments on commit 60a5901

Please sign in to comment.