We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9573ed8 commit f114461Copy full SHA for f114461
1 file changed
test/lq.jl
@@ -2,7 +2,7 @@ using MatrixAlgebraKit
2
using Test
3
using StableRNGs
4
using LinearAlgebra: diag, I, Diagonal
5
-using MatrixAlgebraKit: LQViaTransposedLQ, LAPACK_HouseholderLQ
+using MatrixAlgebraKit: LQViaTransposedQR, LAPACK_HouseholderLQ
6
using CUDA, AMDGPU
7
8
BLASFloats = (Float32, Float64, ComplexF32, ComplexF64)
0 commit comments