JuliaSmoothOptimizers / JuliaSmoothOptimizers/OperatorScaling.jl
Improve performance for types other than SparseMatrixCSC
Open
enhancement
- Dominant language
- Julia
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Specialized functions are only written for `SparseMatrixCSC` in /src/utils. To improve performance such with other types such as `Matrix`, it is possible to add methods to the functions in /src/utils/utils.jl.
Contributor guide
Assessment
This issue has not been assessed yet.