Skip to content

Commit 4eab1bf

Browse files
blegatViralBShah
authored andcommitted
[ci skip] Gustavsen -> Gustavson (#34530)
1 parent 3595c7c commit 4eab1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/SparseArrays/src/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ end
168168
*(A::Adjoint{<:Any,<:AbstractSparseMatrixCSC}, B::Adjoint{<:Any,<:AbstractSparseMatrixCSC}) = spmatmul(copy(A), copy(B))
169169
*(A::Transpose{<:Any,<:AbstractSparseMatrixCSC}, B::Transpose{<:Any,<:AbstractSparseMatrixCSC}) = spmatmul(copy(A), copy(B))
170170

171-
# Gustavsen's matrix multiplication algorithm revisited.
171+
# Gustavson's matrix multiplication algorithm revisited.
172172
# The result rowval vector is already sorted by construction.
173173
# The auxiliary Vector{Ti} xb is replaced by a Vector{Bool} of same length.
174174
# The optional argument controlling a sorting algorithm is obsolete.

0 commit comments

Comments
 (0)