Skip to content

Commit

Permalink
Merge pull request #1290 from dmbates/LapackBLAS
Browse files Browse the repository at this point in the history
Lapack blas
  • Loading branch information
ViralBShah committed Sep 19, 2012
2 parents 5b5aeb7 + 1311edb commit 9f18c27
Show file tree
Hide file tree
Showing 12 changed files with 2,073 additions and 1,571 deletions.
17 changes: 14 additions & 3 deletions base/export.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export
PCRE,
FFTW,
DSP,
Lapack,
BLAS,

# Types
AbstractMatrix,
Expand Down Expand Up @@ -80,6 +82,7 @@ export
SubDArray,
SubOrDArray,
SubString,
SymTridiagonal,
TransformedString,
Tridiagonal,
VecOrMat,
Expand All @@ -90,6 +93,7 @@ export
Zip,
Stat,
Factorization,
BunchKaufman,
CholeskyDense,
LUDense,
LUTridiagonal,
Expand Down Expand Up @@ -618,7 +622,8 @@ export
# linear algebra
axpy,
chol,
chol!,
chold,
chold!,
cond,
cross,
ctranspose,
Expand All @@ -638,15 +643,21 @@ export
istril,
istriu,
kron,
ldlt,
ldltd!,
ldltd,
linreg,
lu,
lu!,
lud,
lud!,
matmul2x2,
matmul3x3,
norm,
qr,
qrd!,
qrd,
qrp,
qrpd!,
qrpd,
randsym,
rank,
rref,
Expand Down
Loading

0 comments on commit 9f18c27

Please sign in to comment.