forked from SciRuby/nmatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest.txt
59 lines (57 loc) · 1.29 KB
/
Manifest.txt
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
History.txt
Manifest.txt
README.rdoc
LICENSE.txt
Rakefile
Gemfile
Guardfile
spec/io_spec.rb
spec/math_spec.rb
spec/nmatrix_spec.rb
spec/nmatrix_list_spec.rb
spec/nmatrix_yale_spec.rb
spec/nvector_spec.rb
spec/slice_spec.rb
spec/shortcuts_spec.rb
spec/elementwise_spec.rb
spec/blas_spec.rb
spec/lapack_spec.rb
spec/spec_helper.rb
lib/nmatrix.rb
lib/nmatrix/io/market.rb
lib/nmatrix/io/mat5_reader.rb
lib/nmatrix/io/mat_reader.rb
lib/nmatrix/blas.rb
lib/nmatrix/lapack.rb
lib/nmatrix/monkeys.rb
lib/nmatrix/nmatrix.rb
lib/nmatrix/nvector.rb
lib/nmatrix/shortcuts.rb
lib/nmatrix/version.rb
ext/nmatrix/data/complex.h
ext/nmatrix/data/data.cpp
ext/nmatrix/data/data.h
ext/nmatrix/data/rational.h
ext/nmatrix/data/ruby_object.h
ext/nmatrix/storage/common.cpp
ext/nmatrix/storage/common.h
ext/nmatrix/storage/dense.cpp
ext/nmatrix/storage/dense.h
ext/nmatrix/storage/list.cpp
ext/nmatrix/storage/list.h
ext/nmatrix/storage/storage.cpp
ext/nmatrix/storage/storage.h
ext/nmatrix/storage/yale.cpp
ext/nmatrix/storage/yale.h
ext/nmatrix/util/math.cpp
ext/nmatrix/util/math.h
ext/nmatrix/util/sl_list.cpp
ext/nmatrix/util/sl_list.h
ext/nmatrix/util/util.h
ext/nmatrix/util/lapack.h
ext/nmatrix/nmatrix.cpp
ext/nmatrix/nmatrix.h
ext/nmatrix/ruby_constants.cpp
ext/nmatrix/ruby_constants.h
ext/nmatrix/types.h
ext/nmatrix/extconf.rb