Skip to content

Commit 6a1bd5d

Browse files
committed
Restore ungql
1 parent e495166 commit 6a1bd5d

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
@@ -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)
@@ -615,7 +615,7 @@ for (gemqr, gemlq, ungqr, unglq, ungql, ungrq, unmqr, unmlq, unmql, unmrq, gemqr
615615
end
616616
return A
617617
end
618-
function ungql!(A::AbstractMatrix{$elty}, tau::AbstractVector{$elty})
618+
#=function ungql!(A::AbstractMatrix{$elty}, tau::AbstractVector{$elty})
619619
require_one_based_indexing(A, tau)
620620
chkstride1(A, tau)
621621
m, n = size(A)

0 commit comments

Comments
 (0)