forked from jsoftware/math_lapack2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.ijs
36 lines (22 loc) · 1.28 KB
/
manifest.ijs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
NB. lapack2 manifest
CAPTION=: 'LAPACK2'
DESCRIPTION=: 0 : 0
LAPACK (Linear Algebra Package) is a set of routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers.
This addon is a leaner version of another math/lapack addon which is no longer maintained.
Binary for Mac/iOS is provided by the veclib framework.
Binary for Linux, install liblapack3 (or similar) from your distro repository. If available, install libopenblas-base or libatlas3-base which provides an optimized version of BLAS.
For Windows, run getbin_jlapack2_'' to install the shared library.
Both Windows and Android binary provided here use reference BLAS.
Reference BLAS implementation may be orders of magnitude slower than optimized implementations. Build your own optimized BLAS if speed performance is critical.
See wiki page: code.jsoftware.com/wiki/Vocabulary/LAPACK
)
VERSION=: '2.1.3'
RELEASE=: 'j9.4'
FOLDER=: 'math/lapack2'
FILES=: 0 : 0
lapack2.ijs
lib/readme.txt
example/
test/
)
PLATFORMS=: ''