Dense MultiVector Implementation - #1890
Open
MarcelKoch wants to merge 4 commits into
Open
Conversation
MarcelKoch
force-pushed
the
1888/interface
branch
from
February 20, 2026 16:04
1c86aa3 to
82f4c81
Compare
MarcelKoch
force-pushed
the
1888/dense
branch
from
February 20, 2026 16:04
ba29c1c to
a1cf26c
Compare
MarcelKoch
force-pushed
the
1888/interface
branch
from
March 20, 2026 09:22
82f4c81 to
afee300
Compare
MarcelKoch
force-pushed
the
1888/dense
branch
2 times, most recently
from
April 2, 2026 09:36
9e129ba to
cb95593
Compare
MarcelKoch
force-pushed
the
1888/interface
branch
from
April 2, 2026 12:56
0387684 to
4207e04
Compare
MarcelKoch
force-pushed
the
1888/interface
branch
2 times, most recently
from
June 2, 2026 16:09
21bae8e to
83fa216
Compare
MarcelKoch
force-pushed
the
1888/interface
branch
from
July 2, 2026 16:03
83fa216 to
59a9719
Compare
MarcelKoch
force-pushed
the
1888/dense
branch
2 times, most recently
from
July 2, 2026 16:03
0af8fa9 to
498a570
Compare
MarcelKoch
changed the base branch from
1888/interface
to
1888/implicit-conversion
July 2, 2026 16:05
MarcelKoch
force-pushed
the
1888/implicit-conversion
branch
from
July 7, 2026 11:38
64e036e to
b93f07a
Compare
MarcelKoch
force-pushed
the
1888/implicit-conversion
branch
from
July 14, 2026 12:36
b93f07a to
cc82741
Compare
MarcelKoch
force-pushed
the
1888/dense
branch
2 times, most recently
from
July 20, 2026 16:11
15963be to
d955013
Compare
MarcelKoch
force-pushed
the
1888/implicit-conversion
branch
from
July 20, 2026 16:11
cc82741 to
3ec93cd
Compare
MarcelKoch
marked this pull request as ready for review
July 31, 2026 12:57
Signed-off-by: Marcel Koch <marcel.koch@kit.edu>
MarcelKoch
force-pushed
the
1888/implicit-conversion
branch
from
August 7, 2026 13:38
3ec93cd to
7b35b9c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the
Denseimplementation of theMultiVectorinterface. It almost exclusively adds functionality. Only thecreate_with*functions are modified slightly, the rest of the functionality that is duplicated in theMultiVectorinterface is kept.