Skip to content

Re-implement RectArray and Matrix#730

Merged
tturocy merged 17 commits intomasterfrom
dev_matrix_isa
Jan 6, 2026
Merged

Re-implement RectArray and Matrix#730
tturocy merged 17 commits intomasterfrom
dev_matrix_isa

Conversation

@tturocy
Copy link
Copy Markdown
Member

@tturocy tturocy commented Jan 6, 2026

This re-implements the RectArray and Matrix classes:

  • Matrix is no longer derived from RectArray, but instead uses RectArray internally as storage.
  • RectArray is now implemented in terms of a continuous std::vector, rather that manually-allocated pointer-to-pointer
  • Internal implementations in both classes re-written to use STL algorithms and/or efficient iterators, as appropriate
  • General modernisation cleanups.

@tturocy tturocy merged commit a63fdab into master Jan 6, 2026
26 checks passed
@tturocy tturocy deleted the dev_matrix_isa branch January 6, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant