Skip to content

Decompression of acyclic coloring with SparseMatrixCSC #93

@amontoison

Description

@amontoison

The current code is quite optimal, but we could optimize further for SparseMatrixCSC by storing here four values (i, j, k1, k2), where k1 is the position in A.nzval of A[i,j] and k2 is the position of A[j,i] in A.nzval.

We should do the same thing for diagonal coefficients here.

The current issue is that I don't know how to use this information if we just want to update one triangle of the Hessian.
The positions in A.nzval are not valid anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions