JuliaGraphs / JuliaGraphs/MatrixNetworks.jl

Structural rank

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
110
Forks
25
PR merge metrics
No merged PRs in 30d

Description

One of the issues in matrix equilibration/normalization/etc is the structural rank of a matrix. This asks if there is an assignment of values to the non-zero elements such that the matrix is full-rank. There is a nice graph theory characterization we should add if julia doesn't have it. (this is the sprank function in Matlab)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking whether Julia already provides the Matlab sprank equivalent and locating the matrix equilibration or normalization code in MatrixNetworks.jl. Read the graph theory characterization described in the issue, then determine the project entry point and tests needed for a structural-rank function. Done means the requested capability is available in Julia with behavior covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.