Yuwen Chen
Yuwen Chen
Right now, solve!() in directldl_cholmod.jl and directldl_mklpardiso.jl will allocate additional memory when we call it.
I am trying to use the SPRAL's SSIDS GPU direct solver in Julia. When I was running ``` using SPRAL_jll # struct for options mutable struct SpralSsidsOptions array_base::Int print_level::Int unit_diagnostics::Int...
I'm trying to implement parallel svd on subarrays of matrix `Ag` as follows: ``` using LinearAlgebra, SparseArrays using CUDA using BenchmarkTools const MatrixView{T} = SubArray{T, 2, AbstractMatrix{T}, Tuple{UnitRange{Int}}, true} n...
### Hi guys, I want to use qpoases in python file. When I followed the steps in the Chapter 6 of the manual to setup the python interface, I encountered...