Skip to content

Commit ffa35b5

Browse files
committed
And then actually do it
1 parent 464204b commit ffa35b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/MatrixAlgebraKit.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export left_polar!, right_polar!
3131
export left_orth, right_orth, left_null, right_null
3232
export left_orth!, right_orth!, left_null!, right_null!
3333

34-
export default_algorithm
3534
export Native_HouseholderQR, Native_HouseholderLQ
3635
export LAPACK_HouseholderQR, LAPACK_HouseholderLQ, LAPACK_Simple, LAPACK_Expert,
3736
LAPACK_QRIteration, LAPACK_Bisection, LAPACK_MultipleRelativelyRobustRepresentations,
@@ -51,7 +50,7 @@ export notrunc, truncrank, trunctol, truncerror, truncfilter
5150
@static if VERSION >= v"1.11.0-DEV.469"
5251
eval(
5352
Expr(
54-
:public, :findtruncated, :findtruncated_svd,
53+
:public, :default_algorithm, :findtruncated, :findtruncated_svd,
5554
:select_algorithm
5655
)
5756
)

0 commit comments

Comments
 (0)