Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Refactor - Refactor linear algebra structure. #24

Description

@james-d12

Refactor the structure of the linear algebra code to be more like

.
├── arithmetic                  # Contains arithmetic functionality like addition, subtraction ,etc
├── algorithm                  # Contains algorithm based functionality like searching / sorting.
├── detail                         # Contains detail based functionality for internal use.
├── utility                         # Contains utility functionality.
├── vector                        # Contains vector functionality.
├── matrix                        # Contains matrix functrionality.

Metadata

Metadata

Assignees

Labels

NewFeatureA new feature to be added.PriorityLowA low priority issue.RefactoringAn issue related to refactoring.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions