mateogianolio / mateogianolio/vectorious
Matrix: Describe character
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 918
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Many of the basic linear algebra primitives are specifically designed for different types of matrices. There should be methods that identify the character of a matrix, including but not limited to
- general
- banded
- symmetric or Hermitian positive-definite (full, packed, and rectangular full packed (RFP) storage)
- symmetric or Hermitian positive-definite banded
- symmetric or Hermitian indefinite (both full and packed storage)
- symmetric or Hermitian indefinite banded
- triangular (full, packed, and RFP storage)
- triangular banded
- tridiagonal
- diagonally dominant tridiagonal.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the matrix primitives and how matrix storage formats are represented in the project. Define the intended characterization methods across the listed general, banded, symmetric or Hermitian, triangular, tridiagonal, and diagonally dominant cases; done means those categories are identified consistently for the supported storage forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100