File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -443,7 +443,6 @@ left_orth_alg(alg::LeftOrthAlgorithm) = alg
443443left_orth_alg (alg:: QRAlgorithms ) = LeftOrthViaQR (alg)
444444left_orth_alg (alg:: PolarAlgorithms ) = LeftOrthViaPolar (alg)
445445left_orth_alg (alg:: SVDAlgorithms ) = LeftOrthViaSVD (alg)
446- left_orth_alg (alg:: DiagonalAlgorithm ) = LeftOrthViaSVD (alg)
447446left_orth_alg (alg:: TruncatedAlgorithm{<:SVDAlgorithms} ) = LeftOrthViaSVD (alg)
448447
449448"""
@@ -479,7 +478,6 @@ right_orth_alg(alg::RightOrthAlgorithm) = alg
479478right_orth_alg (alg:: LQAlgorithms ) = RightOrthViaLQ (alg)
480479right_orth_alg (alg:: PolarAlgorithms ) = RightOrthViaPolar (alg)
481480right_orth_alg (alg:: SVDAlgorithms ) = RightOrthViaSVD (alg)
482- right_orth_alg (alg:: DiagonalAlgorithm ) = RightOrthViaSVD (alg)
483481right_orth_alg (alg:: TruncatedAlgorithm{<:SVDAlgorithms} ) = RightOrthViaSVD (alg)
484482
485483"""
You can’t perform that action at this time.
0 commit comments