Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic allocation of variable-size objects #42

Closed
mattiaisgro opened this issue May 5, 2022 · 0 comments
Closed

Dynamic allocation of variable-size objects #42

mattiaisgro opened this issue May 5, 2022 · 0 comments
Labels
priority This issue is high priority

Comments

@mattiaisgro
Copy link
Member

Variable-size objects like matrices and vectors should have a dynamically allocated version for use in interactive and symbolic computations. To reduce code duplication, the following methods might be used:

  • Inheritance: A generic matrix class implements all functions and static and dynamic versions of it inherit and implement different allocation functions.
  • Templated generic functions (functional programming style): All functions on matrices and vectors get implemented with a template on the variable type and specific (differentiated) classes call those functions.
@mattiaisgro mattiaisgro added this to the Structural changes milestone Aug 4, 2022
@mattiaisgro mattiaisgro added the priority This issue is high priority label Jun 17, 2023
@mattiaisgro mattiaisgro modified the milestones: Structural changes, Stable release Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority This issue is high priority
Projects
None yet
Development

No branches or pull requests

1 participant