Skip to content

Commit f114461

Browse files
committed
Fix dumb typo
1 parent 9573ed8 commit f114461

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
@@ -2,7 +2,7 @@ using MatrixAlgebraKit
22
using Test
33
using StableRNGs
44
using LinearAlgebra: diag, I, Diagonal
5-
using MatrixAlgebraKit: LQViaTransposedLQ, LAPACK_HouseholderLQ
5+
using MatrixAlgebraKit: LQViaTransposedQR, LAPACK_HouseholderLQ
66
using CUDA, AMDGPU
77

88
BLASFloats = (Float32, Float64, ComplexF32, ComplexF64)

0 commit comments

Comments
 (0)