Skip to content

LU Decomposition #42

Description

@JuliusDiestra

Adding method for LU decomposition.
Adding first algorithm: Partial Pivoting algorithm

Features:
* It should be possible to choose the algorithm.
* Implement Partial Pivoting algorithm.
* It should check if the input matrix is square.
* Inputs: Matrix and algorithm to use or only matrix (use one algorithm by default).
* Outputs: L and U matrices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions