Commit 786c9b4
Add missing butterfly.jl test to runtests.jl with version check
The butterfly.jl test file was present in the test directory but was not
being run as part of the test suite. This test file validates the
ButterflyFactorization algorithm with random matrices and Wilkinson
matrices.
The test is conditionally included only when RecursiveFactorization
version 0.2.26 or higher is available, as the butterfly factorization
functionality requires that version.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 547bf0c commit 786c9b4
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
| |||
0 commit comments