xyhe

Results 2 issues of xyhe

I need to conect to a cluster with ssh, therefore I tried to use tmux. There isn't any tmux in root environments so that I installed one in my user...

code: ``` using SparseArrays, SparseMatricesCSR aa = sprand(ComplexF64, 10, 10, 0.5) bb = SparseMatrixCSR(transpose(aa)) ``` > output > > 10×10 SparseMatrixCSR{1, ComplexF64, Int64} with 53 stored entries:Error > showing value...