Add basic matrix factorizations

Open
#240 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
backend

Research direction

The issue names no files, tests, or entry points. Start by locating the matrix APIs and existing size-specific math routines, then define the scope for QR, LU, Cholesky/LDLt, and EVD; done means these core factorizations are implemented and covered by appropriate numerical checks.

Written by the indexing model from the issue text.

Description

Something I find myself wanting a lot is a few core factorization utilities, particularly the QR, LU, Cholesky/LDLt, and EVD factorizations. These factorizations are extremely useful for computing properties about matrices or avoiding the computation of inverses while maintaining numerical stability. Fast, size-specific, implementations of these core factorization routines would be extremely useful for a number of tasks.

Dominant language
C#
Stars
1.4k
Forks
159
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 Unity-Technologies/Unity.Mathematics

All issues in Unity-Technologies/Unity.Mathematics

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.