Skip to content

Commit b7de986

Browse files
author
Katharine Hyatt
committed
fix lq
1 parent b6f3b18 commit b7de986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ for T in (BLASFloats..., GenericFloats...), n in (37, m, 63)
5252
TestSuite.test_lq_algs(T, (m, n), LAPACK_LQ_ALGS)
5353
elseif T GenericFloats
5454
TestSuite.test_lq(T, (m, n); test_pivoted = false, test_blocksize = false)
55-
GENERIC_LQ_ALGS = (Native_HouseholderLQ(), GLA_HouseholderLQ())
55+
GENERIC_LQ_ALGS = (Native_HouseholderLQ(), LQViaTransposedQR(GLA_HouseholderQR()))
5656
TestSuite.test_lq_algs(T, (m, n), GENERIC_LQ_ALGS)
5757
end
5858
if m == n

0 commit comments

Comments
 (0)