Packed Storage for symmetric, Hermite, and triangular matrices

Open
#226 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
rust
Domain
hpc

Research direction

Start by reading the LAPACK packed-storage reference linked in the issue, then inspect the existing tridiagonal support in the lax crate and how it is exposed through ndarray-linalg. Compare the requested symmetric, Hermitian, and triangular formats with the work in #196 and related issue #74. Done means packed and band storage formats are supported in lax and exposed through ndarray-linalg.

Written by the indexing model from the issue text.

Description

new feature

Related to #74

https://www.netlib.org/lapack/lug/node123.html
image

Tridiagonal matrix support has been done in #196, and other formats, i.e. packed and band storage formats should be supported. It should be in lax crate, and exposed into ndarray-linalg.

Dominant language
Rust
Stars
452
Forks
95
PR merge metrics
No merged PRs in 30d

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.

More from rust-ndarray/ndarray-linalg

All issues in rust-ndarray/ndarray-linalg

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.