-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.ijs
71 lines (63 loc) · 837 Bytes
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
NB. mt manifest
CAPTION=: 'Matrix toolbox'
DESCRIPTION=: 0 : 0
Library to solve some problems in matrix algebra:
transforming, decomposing, reducing to condensed form,
factorization, equation solving, function applying, condition
number estimating. Is based mostly on LAPACK algorithms, but
doesn't require LAPACK.
)
VERSION=: '0.14.9'
RELEASE=: 'j9.6'
FOLDER=: 'math/mt'
LABCATEGORY=: 'Math'
FILES=: 0 : 0
AUTHORS
COPYING
COPYING.LESSER
README
TODO
bak.ijs
bal.ijs
basic.ijs
cond.ijs
dbg.ijs
eq.ijs
ev.ijs
evc.ijs
exp.ijs
external/
fork.ijs
gq.ijs
history.txt
hrd.ijs
iso.ijs
ls.ijs
mm.ijs
mq.ijs
mt.ijs
norm.ijs
pf.ijs
pow.ijs
qf.ijs
quatern.ijs
rand.ijs
ref.ijs
rot.ijs
scl.ijs
struct.ijs
sv.ijs
template.ijs
test.ijs
trf.ijs
tri.ijs
trs.ijs
util.ijs
verify/
)
DEPENDS=: 0 : 0
general/misc
math/lapack2
math/misc
stats/base
)