JuliaSmoothOptimizers / JuliaSmoothOptimizers/LLSModels.jl

LLSModel variants

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.