Skip to content

Commit ed71fba

Browse files
committed
And ungqr
1 parent 0a86022 commit ed71fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/yalapack.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ for (gemqr, gemlq, ungqr, unglq, ungql, ungrq, unmqr, unmlq, unmql, unmrq, gemqr
544544
end
545545
end
546546
return C
547-
end
547+
end=#
548548

549549
# Build Q factor of classic QR / LQ / QL / RQ in the space of `A`
550550
function ungqr!(A::AbstractMatrix{$elty}, tau::AbstractVector{$elty})
@@ -580,7 +580,7 @@ for (gemqr, gemlq, ungqr, unglq, ungql, ungrq, unmqr, unmlq, unmql, unmrq, gemqr
580580
end
581581
end
582582
return A
583-
end=#
583+
end
584584
function unglq!(A::AbstractMatrix{$elty}, tau::AbstractVector{$elty})
585585
require_one_based_indexing(A, tau)
586586
chkstride1(A, tau)

0 commit comments

Comments
 (0)