Yi-Te Huang

Results 4 issues of Yi-Te Huang

Hi, I have some issues when dealing with sparse-type matrices (from package `SparseArrays`) When I entered the following command, it caused an error: ```julia julia > using SparseArrays julia >...

I tried to solve some sparse matrix with the type of `CuSparseMatrixCSC`. When I switch to the algorithm `QRFactorization()`, it seems to automatically convert the sparse matrix to dense matrix...

Hi, I am now designing a package that needs to solve multiple times of `A \ b`, but with different `A`s. This package really benefits a lot, thanks for the...

Hi, I'm using JupyterLab through JupyterHub (with reverse proxy nginx) All the users can login to JupyterHub and do `matlab` calculations through terminal ``` > matlab MATLAB is selecting SOFTWARE...

bug
fixed
waiting for response