Skip to content

[FEATURE] Linear Algebra Methods Expansion #1939

@NHGrizzly

Description

@NHGrizzly

Detailed description

I'd like to take on the task of adding algorithms for linear algebra. I would begin with fundamental row operations and decompositions using the traditional approach.

Context

I see there is only a GS algorithm in the linear algebra section. There are some basic ones that we are missing like LU Decomposition. I'm a math student with a programming concentration but my university gave me no guidance after algorithms and data structures. Linear algebra and numerical methods are familiar to me so this would be challenging but reasonable.

Possible implementation

As matrix operations, most of them can be done with arrays and a few helper variables. Each algorithm will be taken from old FORTRAN texts and updated for C++.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions