JuliaSmoothOptimizers / JuliaSmoothOptimizers/LLSModels.jl
LLSModel variants
Open
enhancement
- Dominant language
- Julia
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently `LLSModel` stores the COO of a matrix, and its constructors are either from the `rows, cols, vals` or `A`.
The variants would be:
- LLSModel that keeps the matrix `A`, whether it's sparse or dense. It should just use the regular matrix operations.
- LLSModel that keeps the COO of a matrix. It should use internal like `coo_prod`.
- LLSModel that keeps a LinearOperator.
There was a tentative here: https://github.com/JuliaSmoothOptimizers/NLPModels.jl/pull/282
Contributor guide
Assessment
This issue has not been assessed yet.