diff --git a/base/deprecated.jl b/base/deprecated.jl index 8307f702ff9bf..51fc0b2921a86 100644 --- a/base/deprecated.jl +++ b/base/deprecated.jl @@ -59,6 +59,11 @@ end @deprecate chars collect @deprecate elements collect @deprecate strcat string +@deprecate chold chol +@deprecate cholpd cholpivot +@deprecate lud lu +@deprecate qrd qr +@deprecate qrpd qrpivot export randi function randi(n,x...)