mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-27 12:16:56 +00:00
fixed a lot of tests
This commit is contained in:
@@ -155,6 +155,10 @@ function get_nonzero_rows(A::SparseMatrixCOO)
|
||||
return get_nonzero_rows(sparse(A))
|
||||
end
|
||||
|
||||
function get_nonzero_rows(A::Matrix)
|
||||
return get_nonzero_rows(sparse(A))
|
||||
end
|
||||
|
||||
function size(A::SparseMatrixCOO)
|
||||
return maximum(A.I), maximum(A.J)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user