From 8380fe2c4019a36664b804c5fc60bba99552aee8 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Sat, 11 Apr 2026 20:15:23 +0900 Subject: [PATCH] TESTING: fix inconsistent entry count in csd.in TESTING/csd.in declares that the number of values of M, P, and Q is 10, but each of the three data lines actually contains 11 entries. Update the count to 11 so the header matches the test input data. This is a test-data consistency fix only. --- TESTING/csd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING/csd.in b/TESTING/csd.in index a0a2e5450d..b0ec4eff8d 100644 --- a/TESTING/csd.in +++ b/TESTING/csd.in @@ -1,5 +1,5 @@ CSD: Data file for testing CS decomposition routines -10 Number of values of M, P, Q +11 Number of values of M, P, Q 0 10 10 10 10 21 24 30 22 32 55 Values of M (row and column dimension of unitary matrix) 0 4 4 0 10 9 10 20 12 12 40 Values of P (row dimension of top-left block) 0 0 10 4 4 15 12 8 20 8 20 Values of Q (column dimension of top-left block)