Skip to content

LLSModel variants #3

@abelsiqueira

Description

@abelsiqueira

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: JuliaSmoothOptimizers/NLPModels.jl#282

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions