Skip to content

Commit

Permalink
Remove deprecated exports from Base and Base.LinAlg
Browse files Browse the repository at this point in the history
- A_mul_B
- Ac_mul_b_RFP
- qrp
- cholpfact, cholpfact!
- qrfact, qrfact!
- LinAlg.LUTridiagonal
- LinAlg.solve

Previously, callling any of these resulted in an `ERROR: ____ not defined`.

HT astrieanna/TypeCheck.jl/#9
  • Loading branch information
jiahao committed Jul 18, 2014
1 parent 47e60be commit c7fb8f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export
A_ldiv_B!,
A_ldiv_Bc,
A_ldiv_Bt,
A_mul_B,
A_mul_B!,
A_mul_Bc,
A_mul_Bc!,
Expand All @@ -251,7 +250,6 @@ export
A_rdiv_Bt,
Ac_ldiv_B,
Ac_ldiv_Bc,
#Ac_mul_b_RFP,
Ac_mul_B,
Ac_mul_B!,
Ac_mul_Bc,
Expand Down Expand Up @@ -623,8 +621,6 @@ export
chol,
cholfact!,
cholfact,
cholpfact!,
cholpfact,
cond,
condskeel,
cross,
Expand Down Expand Up @@ -671,9 +667,6 @@ export
qr,
qrfact!,
qrfact,
qrp,
qrpfact!,
qrpfact,
rank,
rref,
scale!,
Expand Down
9 changes: 0 additions & 9 deletions base/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export
GeneralizedSchur,
Hessenberg,
LU,
LUTridiagonal,
LDLt,
QR,
QRPivoted,
Expand All @@ -42,8 +41,6 @@ export
chol,
cholfact,
cholfact!,
cholpfact,
cholpfact!,
cond,
condskeel,
copy!,
Expand Down Expand Up @@ -93,17 +90,13 @@ export
qr,
qrfact!,
qrfact,
qrp,
qrpfact!,
qrpfact,
rank,
rref,
scale,
scale!,
schur,
schurfact!,
schurfact,
solve,
svd,
svdfact!,
svdfact,
Expand All @@ -124,7 +117,6 @@ export
A_ldiv_B!,
A_ldiv_Bc,
A_ldiv_Bt,
A_mul_B,
A_mul_B!,
A_mul_Bc,
A_mul_Bc!,
Expand All @@ -134,7 +126,6 @@ export
A_rdiv_Bt,
Ac_ldiv_B,
Ac_ldiv_Bc,
Ac_mul_b_RFP,
Ac_mul_B,
Ac_mul_B!,
Ac_mul_Bc,
Expand Down

0 comments on commit c7fb8f5

Please sign in to comment.