Skip to content

Conversation

mtfishman
Copy link
Collaborator

As the title says, this PR forwards copy_input(eig[h]_vals, A) to copy_input(eig[h]_full, A). Presumably those definitions will generally be the same.

I came across this while working on something related to #34, copy_input(svd_vals, A) forwards to copy_input(svd_full, A) (https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/blob/v0.2.2/src/implementations/svd.jl#L7), so I was confused why the same thing wasn't happening for eig[h]_vals/eig[h]_full.

Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/implementations/eig.jl 100.00% <100.00%> (ø)
src/implementations/eigh.jl 98.41% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfishman mtfishman requested review from Jutho and lkdvos June 5, 2025 20:44
@mtfishman mtfishman merged commit 00d6e79 into main Jun 6, 2025
9 checks passed
@mtfishman mtfishman deleted the mf/copy_input_forwarding branch June 6, 2025 12:40
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.

3 participants