Skip to content

Add basic matrix factorizations #240

@BenChung

Description

@BenChung

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions