-
Notifications
You must be signed in to change notification settings - Fork 57
/
msm_to_mm.html
458 lines (430 loc) · 15.2 KB
/
msm_to_mm.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<html>
<head>
<title>
MSM_TO_MM - Matlab Sparse Matrix to Matrix Market File
</title>
</head>
<body bgcolor="#EEEEEE" link="#CC0000" alink="#FF3300" vlink="#000055">
<h1 align = "center">
MSM_TO_MM<br>
Matlab Sparse Matrix <br>
converted to<br>
Matrix Market File
</h1>
<hr>
<p>
<b>MSM_TO_MM</b>
is a MATLAB library which
accepts a Matlab sparse matrix and writes it to a file in the
Matrix Market File Format.
</p>
<h3 align = "center">
Licensing:
</h3>
<p>
The computer code and data files described and made available on this web page
are distributed under
<a href = "../../txt/gnu_lgpl.txt">the GNU LGPL license.</a>
</p>
<h3 align = "center">
Languages:
</h3>
<p>
<b>MSM_TO_MM</b> is available in
<a href = "../../m_src/msm_to_mm/msm_to_mm.html">a MATLAB version</a>.
</p>
<h3 align = "center">
Related Data and Programs:
</h3>
<p>
<a href = "../../m_src/hb_to_mm/hb_to_mm.html">
HB_TO_MM</a>,
is a MATLAB program which
converts a sparse matrix from Harwell-Boeing to Matrix Market format.
</p>
<p>
<a href = "../../m_src/mm_io/mm_io.html">
MM_IO</a>,
a MATLAB library which
reads and writes sparse linear systems stored in the Matrix Market format.
</p>
<p>
<a href = "../../m_src/mm_to_msm/mm_to_msm.html">
MM_TO_MSM</a>,
a MATLAB program which
reads a Matrix Market file defining a sparse matrix, and creates
a corresponding MATLAB sparse matrix data structure.
</p>
<p>
<a href = "../../m_src/msm_to_hb/msm_to_hb.html">
MSM_TO_HB</a>,
a MATLAB program which
writes a MATLAB sparse matrix to a Harwell Boeing (HB) file;
</p>
<p>
<a href = "../../m_src/st_to_mm/st_to_mm.html">
ST_TO_MM</a>,
a MATLAB program which
converts a sparse matrix file from
<a href = "../../data/st/st.html">ST format</a> to
<a href = "../../data/mm/mm.html">MM format</a> (Matrix Market format);
</p>
<h3 align = "center">
Reference:
</h3>
<p>
<ol>
<li>
<a href = "http://math.nist.gov/MatrixMarket/">
http://math.nist.gov/MatrixMarket/</a>
the Matrix Market web site.
</li>
<li>
Ronald Boisvert, Roldan Pozo, Karin Remington,<br>
The Matrix Market Exchange Formats: Initial Design,<br>
National Institute of Standards and Technology,<br>
NISTIR 5935, December 1996,<br>
Available online at
<a href = "../../pdf/mm_format.pdf">
../../pdf/mm_format.pdf</a>
</li>
</ol>
</p>
<h3 align = "center">
Source Code:
</h3>
<p>
<ul>
<li>
<a href = "msm_to_mm.m">msm_to_mm.m</a>,
writes an MSM to an MM file.
</li>
<li>
<a href = "msm_to_mm_array.m">msm_to_mm_array.m</a>,
writes an MSM to an MM array file.
</li>
<li>
<a href = "msm_to_mm_array_complex.m">msm_to_mm_array_complex.m</a>,
writes an MSM to an MM array complex file.
</li>
<li>
<a href = "msm_to_mm_array_complex_general.m">msm_to_mm_array_complex_general.m</a>,
writes an MSM to an MM array complex general file.
</li>
<li>
<a href = "msm_to_mm_array_complex_hermitian.m">msm_to_mm_array_complex_hermitian.m</a>,
writes an MSM to an MM array complex hermitian file.
</li>
<li>
<a href = "msm_to_mm_array_complex_skewsymmetric.m">msm_to_mm_array_complex_skewsymmetric.m</a>,
writes an MSM to an MM array complex skew-symmetric file.
</li>
<li>
<a href = "msm_to_mm_array_complex_symmetric.m">msm_to_mm_array_complex_symmetric.m</a>,
writes an MSM to an MM array complex symmetric file.
</li>
<li>
<a href = "msm_to_mm_array_integer.m">msm_to_mm_array_integer.m</a>,
writes an MSM to an MM array integer file.
</li>
<li>
<a href = "msm_to_mm_array_integer_general.m">msm_to_mm_array_integer_general.m</a>,
writes an MSM to an MM array integer general file.
</li>
<li>
<a href = "msm_to_mm_array_integer_skewsymmetric.m">msm_to_mm_array_integer_skewsymmetric.m</a>,
writes an MSM to an MM array integer skew-symmetric file.
</li>
<li>
<a href = "msm_to_mm_array_integer_symmetric.m">msm_to_mm_array_integer_symmetric.m</a>,
writes an MSM to an MM array integer symmetric file.
</li>
<li>
<a href = "msm_to_mm_array_real.m">msm_to_mm_array_real.m</a>,
writes an MSM to an MM array real file.
</li>
<li>
<a href = "msm_to_mm_array_real_general.m">msm_to_mm_array_real_general.m</a>,
writes an MSM to an MM array real general file.
</li>
<li>
<a href = "msm_to_mm_array_real_skewsymmetric.m">msm_to_mm_array_real_skewsymmetric.m</a>,
writes an MSM to an MM array real skew-symmetric file.
</li>
<li>
<a href = "msm_to_mm_array_real_symmetric.m">msm_to_mm_array_real_symmetric.m</a>,
writes an MSM to an MM array real symmetric file.
</li>
<li>
<a href = "msm_to_mm_coordinate.m">msm_to_mm_coordinate.m</a>,
writes an MSM to an MM coordinate file.
</li>
<li>
<a href = "msm_to_mm_coordinate_complex.m">msm_to_mm_coordinate_complex.m</a>,
writes an MSM to an MM coordinate complex file.
</li>
<li>
<a href = "msm_to_mm_coordinate_complex_general.m">msm_to_mm_coordinate_complex_general.m</a>,
writes an MSM to an MM coordinate complex general file.
</li>
<li>
<a href = "msm_to_mm_coordinate_complex_hermitian.m">msm_to_mm_coordinate_complex_hermitian.m</a>,
writes an MSM to an MM coordinate complex hermitian file.
</li>
<li>
<a href = "msm_to_mm_coordinate_complex_skewsymmetric.m">msm_to_mm_coordinate_complex_skewsymmetric.m</a>,
writes an MSM to an MM coordinate complex skew-symmetric file.
</li>
<li>
<a href = "msm_to_mm_coordinate_complex_symmetric.m">msm_to_mm_coordinate_complex_symmetric.m</a>,
writes an MSM to an MM coordinate complex symmetric file.
</li>
<li>
<a href = "msm_to_mm_coordinate_integer.m">msm_to_mm_coordinate_integer.m</a>,
writes an MSM to an MM coordinate integer file.
</li>
<li>
<a href = "msm_to_mm_coordinate_integer_general.m">msm_to_mm_coordinate_integer_general.m</a>,
writes an MSM to an MM coordinate integer general file.
</li>
<li>
<a href = "msm_to_mm_coordinate_integer_skewsymmetric.m">msm_to_mm_coordinate_integer_skewsymmetric.m</a>,
writes an MSM to an MM coordinate integer skew-symmetric file.
</li>
<li>
<a href = "msm_to_mm_coordinate_integer_symmetric.m">msm_to_mm_coordinate_integer_symmetric.m</a>,
writes an MSM to an MM coordinate integer symmetric file.
</li>
<li>
<a href = "msm_to_mm_coordinate_real.m">msm_to_mm_coordinate_real.m</a>,
writes an MSM to an MM coordinate real file.
</li>
<li>
<a href = "msm_to_mm_coordinate_real_general.m">msm_to_mm_coordinate_real_general.m</a>,
writes an MSM to an MM coordinate real general file.
</li>
<li>
<a href = "msm_to_mm_coordinate_real_skewsymmetric.m">msm_to_mm_coordinate_real_skewsymmetric.m</a>,
writes an MSM to an MM coordinate real skew-symmetric file.
</li>
<li>
<a href = "msm_to_mm_coordinate_real_symmetric.m">msm_to_mm_coordinate_real_symmetric.m</a>,
writes an MSM to an MM coordinate real symmetric file.
</li>
<li>
<a href = "msm_to_mm_coordinate_pattern_general.m">msm_to_mm_coordinate_pattern_general.m</a>,
writes an MSM to an MM coordinate pattern general file.
</li>
<li>
<a href = "msm_to_mm_coordinate_pattern_symmetric.m">msm_to_mm_coordinate_pattern_symmetric.m</a>,
writes an MSM to an MM coordinate pattern symmetric file.
</li>
<li>
<a href = "timestamp.m">timestamp.m</a>,
prints the current YMDHMS date as a timestamp.
</li>
</ul>
</p>
<h3 align = "center">
Examples and Tests:
</h3>
<p>
<ul>
<li>
<a href = "msm_to_mm_test.m">msm_to_mm_test.m</a>,
runs all the tests.
</li>
<li>
<a href = "msm_to_mm_test_output.txt">msm_to_hb_test_output.txt</a>,
the output file.
</li>
<li>
<a href = "msm_to_mm_test01.m">msm_to_mm_test01.m</a>,
tests MSM_TO_MM_ARRAY_COMPLEX_GENERAL.
</li>
<li>
<a href = "msm_to_mm_test01.mm">msm_to_mm_test01.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test02.m">msm_to_mm_test02.m</a>,
tests MSM_TO_MM_ARRAY_COMPLEX_HERMITIAN.
</li>
<li>
<a href = "msm_to_mm_test02.mm">msm_to_mm_test02.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test03.m">msm_to_mm_test03.m</a>,
tests MSM_TO_MM_ARRAY_COMPLEX_SKEWSYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test03.mm">msm_to_mm_test03.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test04.m">msm_to_mm_test04.m</a>,
tests MSM_TO_MM_ARRAY_COMPLEX_SYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test04.mm">msm_to_mm_test04.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test05.m">msm_to_mm_test05.m</a>,
tests MSM_TO_MM_ARRAY_INTEGER_GENERAL.
</li>
<li>
<a href = "msm_to_mm_test05.mm">msm_to_mm_test05.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test06.m">msm_to_mm_test06.m</a>,
tests MSM_TO_MM_ARRAY_INTEGER_SKEWSYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test06.mm">msm_to_mm_test06.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test07.m">msm_to_mm_test07.m</a>,
tests MSM_TO_MM_ARRAY_INTEGER_SYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test07.mm">msm_to_mm_test07.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test08.m">msm_to_mm_test08.m</a>,
tests MSM_TO_MM_ARRAY_REAL_GENERAL.
</li>
<li>
<a href = "msm_to_mm_test08.mm">msm_to_mm_test08.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test09.m">msm_to_mm_test09.m</a>,
tests MSM_TO_MM_ARRAY_REAL_SKEWSYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test09.mm">msm_to_mm_test09.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test10.m">msm_to_mm_test10.m</a>,
tests MSM_TO_MM_ARRAY_REAL_SYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test10.mm">msm_to_mm_test10.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test11.m">msm_to_mm_test11.m</a>,
tests MSM_TO_MM_COORDINATE_COMPLEX_GENERAL.
</li>
<li>
<a href = "msm_to_mm_test11.mm">msm_to_mm_test11.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test12.m">msm_to_mm_test12.m</a>,
tests MSM_TO_MM_COORDINATE_COMPLEX_HERMITIAN.
</li>
<li>
<a href = "msm_to_mm_test12.mm">msm_to_mm_test12.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test13.m">msm_to_mm_test13.m</a>,
tests MSM_TO_MM_COORDINATE_COMPLEX_SKEWSYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test13.mm">msm_to_mm_test13.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test14.m">msm_to_mm_test14.m</a>,
tests MSM_TO_MM_COORDINATE_COMPLEX_SYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test14.mm">msm_to_mm_test14.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test15.m">msm_to_mm_test15.m</a>,
tests MSM_TO_MM_COORDINATE_INTEGER_GENERAL.
</li>
<li>
<a href = "msm_to_mm_test15.mm">msm_to_mm_test15.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test16.m">msm_to_mm_test16.m</a>,
tests MSM_TO_MM_COORDINATE_INTEGER_SKEWSYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test16.mm">msm_to_mm_test16.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test17.m">msm_to_mm_test17.m</a>,
tests MSM_TO_MM_COORDINATE_INTEGER_SYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test17.mm">msm_to_mm_test17.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test18.m">msm_to_mm_test18.m</a>,
tests MSM_TO_MM_COORDINATE_REAL_GENERAL.
</li>
<li>
<a href = "msm_to_mm_test18.mm">msm_to_mm_test18.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test19.m">msm_to_mm_test19.m</a>,
tests MSM_TO_MM_COORDINATE_REAL_SKEWSYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test19.mm">msm_to_mm_test19.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test20.m">msm_to_mm_test20.m</a>,
tests MSM_TO_MM_COORDINATE_REAL_SYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test20.mm">msm_to_mm_test20.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test21.m">msm_to_mm_test21.m</a>,
tests MSM_TO_MM_COORDINATE_PATTERN_GENERAL.
</li>
<li>
<a href = "msm_to_mm_test21.mm">msm_to_mm_test21.mm</a>,
the file created by the test.
</li>
<li>
<a href = "msm_to_mm_test22.m">msm_to_mm_test22.m</a>,
tests MSM_TO_MM_COORDINATE_PATTERN_SYMMETRIC.
</li>
<li>
<a href = "msm_to_mm_test22.mm">msm_to_mm_test22.mm</a>,
the file created by the test.
</li>
</ul>
</p>
<p>
You can go up one level to <a href = "../m_src.html">
the MATLAB source codes</a>.
</p>
<hr>
<i>
Last revised on 02 November 2008.
</i>
<!-- John Burkardt -->
</body>
<!-- Initial HTML skeleton created by HTMLINDEX. -->
</html>