mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 10:08:31 +00:00
small bug fixes
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ Returns
|
||||
|
||||
Ordered list of row indices.
|
||||
"""
|
||||
function get_nonzero_rows(A::SparseMatrixCOO)
|
||||
function get_nonzero_rows(A::SparseMatrixCSC)
|
||||
# FIXME: This is probably a very inefficient way to do this.
|
||||
return sort(unique(rowvals(A)))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user