Skip to content

Conversation

RomeoV
Copy link

@RomeoV RomeoV commented Jul 11, 2025

Before this commit, BlockDiagonal uses a Vector{V} to store the blocks. The issue is that for trimmable binaries it is advantageous to use stronger typing, such as SizedVector from StaticArrays. To support such cases, we make the vector type generic, and make the required modifications in the rest of the package.

Before this commit, `BlockDiagonal` uses a `Vector{V}` to store the
blocks. The issue is that for trimmable binaries it is advantageous to
use stronger typing, such as `SizedVector` from `StaticArrays`.
To support such cases, we make the vector type generic, and make the
required modifications in the rest of the package.
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