t50_matriz_dispersa_densa 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/Documentacion/Fraccion.html +816 -0
  2. data/Documentacion/Gemfile.html +109 -0
  3. data/Documentacion/LICENSE_txt.html +126 -0
  4. data/Documentacion/Matriz.html +405 -0
  5. data/Documentacion/Matriz_Dispersa.html +159 -0
  6. data/Documentacion/Matriz_densa.html +479 -0
  7. data/Documentacion/Object.html +212 -0
  8. data/Documentacion/Rakefile.html +114 -0
  9. data/Documentacion/SparseMatrix.html +775 -0
  10. data/Documentacion/SparseVector.html +307 -0
  11. data/Documentacion/T50MatrizDispersaDensa.html +167 -0
  12. data/Documentacion/TestMatrix.html +467 -0
  13. data/Documentacion/bin/t50_matriz_dispersa_densa.html +54 -0
  14. data/Documentacion/created.rid +13 -0
  15. data/Documentacion/images/brick.png +0 -0
  16. data/Documentacion/images/brick_link.png +0 -0
  17. data/Documentacion/images/bug.png +0 -0
  18. data/Documentacion/images/bullet_black.png +0 -0
  19. data/Documentacion/images/bullet_toggle_minus.png +0 -0
  20. data/Documentacion/images/bullet_toggle_plus.png +0 -0
  21. data/Documentacion/images/date.png +0 -0
  22. data/Documentacion/images/find.png +0 -0
  23. data/Documentacion/images/loadingAnimation.gif +0 -0
  24. data/Documentacion/images/macFFBgHack.png +0 -0
  25. data/Documentacion/images/package.png +0 -0
  26. data/Documentacion/images/page_green.png +0 -0
  27. data/Documentacion/images/page_white_text.png +0 -0
  28. data/Documentacion/images/page_white_width.png +0 -0
  29. data/Documentacion/images/plugin.png +0 -0
  30. data/Documentacion/images/ruby.png +0 -0
  31. data/Documentacion/images/tag_green.png +0 -0
  32. data/Documentacion/images/wrench.png +0 -0
  33. data/Documentacion/images/wrench_orange.png +0 -0
  34. data/Documentacion/images/zoom.png +0 -0
  35. data/Documentacion/index.html +172 -0
  36. data/Documentacion/js/darkfish.js +118 -0
  37. data/Documentacion/js/jquery.js +32 -0
  38. data/Documentacion/js/quicksearch.js +114 -0
  39. data/Documentacion/js/thickbox-compressed.js +10 -0
  40. data/Documentacion/lib/Fraccion_rb.html +54 -0
  41. data/Documentacion/lib/gcd_rb.html +52 -0
  42. data/Documentacion/lib/matriz_densa_rb.html +54 -0
  43. data/Documentacion/lib/matriz_dispersa_rb.html +58 -0
  44. data/Documentacion/lib/matriz_rb.html +58 -0
  45. data/Documentacion/lib/t50_matriz_dispersa_densa/version_rb.html +52 -0
  46. data/Documentacion/lib/t50_matriz_dispersa_densa_rb.html +72 -0
  47. data/Documentacion/rdoc.css +763 -0
  48. data/Documentacion/test/tc_matrix_rb.html +62 -0
  49. data/Gemfile +4 -0
  50. data/LICENSE.txt +22 -0
  51. data/README.md +67 -0
  52. data/Rakefile +10 -0
  53. data/bin/t50_matriz_dispersa_densa +3 -0
  54. data/lib/Fraccion.rb +128 -0
  55. data/lib/gcd.rb +7 -0
  56. data/lib/matriz.rb +71 -0
  57. data/lib/matriz.rb~ +136 -0
  58. data/lib/matriz_densa.rb +128 -0
  59. data/lib/matriz_densa.rb~ +148 -0
  60. data/lib/matriz_dispersa.rb +276 -0
  61. data/lib/matriz_dispersa.rb~ +275 -0
  62. data/lib/t50_matriz_dispersa_densa.rb +27 -0
  63. data/lib/t50_matriz_dispersa_densa.rb~ +7 -0
  64. data/lib/t50_matriz_dispersa_densa/version.rb +3 -0
  65. data/t50_matriz_dispersa_densa.gemspec +19 -0
  66. data/test/tc_matrix.rb +57 -0
  67. data/test/tc_matrix.rb~ +57 -0
  68. metadata +115 -0
@@ -0,0 +1,307 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: SparseVector</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/matriz_dispersa_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/matriz_dispersa.rb">lib/matriz_dispersa.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link"><a href="Object.html">Object</a></p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ <!-- Method Quickref -->
64
+ <div id="method-list-section" class="section">
65
+ <h3 class="section-header">Methods</h3>
66
+ <ul class="link-list">
67
+
68
+ <li><a href="#method-c-new">::new</a></li>
69
+
70
+ <li><a href="#method-i-5B-5D">#[]</a></li>
71
+
72
+ <li><a href="#method-i-to_s">#to_s</a></li>
73
+
74
+ </ul>
75
+ </div>
76
+
77
+
78
+
79
+ </div>
80
+
81
+ <div id="project-metadata">
82
+
83
+
84
+ <div id="fileindex-section" class="section project-section">
85
+ <h3 class="section-header">Files</h3>
86
+ <ul>
87
+
88
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
89
+
90
+ <li class="file"><a href="./LICENSE_txt.html">LICENSE.txt</a></li>
91
+
92
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
93
+
94
+ </ul>
95
+ </div>
96
+
97
+
98
+ <div id="classindex-section" class="section project-section">
99
+ <h3 class="section-header">Class/Module Index
100
+ <span class="search-toggle"><img src="./images/find.png"
101
+ height="16" width="16" alt="[+]"
102
+ title="show/hide quicksearch" /></span></h3>
103
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
104
+ <fieldset>
105
+ <legend>Quicksearch</legend>
106
+ <input type="text" name="quicksearch" value=""
107
+ class="quicksearch-field" />
108
+ </fieldset>
109
+ </form>
110
+
111
+ <ul class="link-list">
112
+
113
+ <li><a href="./Fraccion.html">Fraccion</a></li>
114
+
115
+ <li><a href="./Matriz.html">Matriz</a></li>
116
+
117
+ <li><a href="./Matriz_Dispersa.html">Matriz_Dispersa</a></li>
118
+
119
+ <li><a href="./Matriz_densa.html">Matriz_densa</a></li>
120
+
121
+ <li><a href="./Object.html">Object</a></li>
122
+
123
+ <li><a href="./SparseMatrix.html">SparseMatrix</a></li>
124
+
125
+ <li><a href="./SparseVector.html">SparseVector</a></li>
126
+
127
+ <li><a href="./T50MatrizDispersaDensa.html">T50MatrizDispersaDensa</a></li>
128
+
129
+ <li><a href="./TestMatrix.html">TestMatrix</a></li>
130
+
131
+ </ul>
132
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
133
+ </div>
134
+
135
+
136
+ </div>
137
+ </div>
138
+
139
+ <div id="documentation">
140
+ <h1 class="class">SparseVector</h1>
141
+
142
+ <div id="description" class="description">
143
+
144
+ </div><!-- description -->
145
+
146
+
147
+
148
+
149
+ <div id="5Buntitled-5D" class="documentation-section">
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+ <!-- Attributes -->
158
+ <div id="attribute-method-details" class="method-section section">
159
+ <h3 class="section-header">Attributes</h3>
160
+
161
+
162
+ <div id="vector-attribute-method" class="method-detail">
163
+ <a name="vector"></a>
164
+
165
+ <div class="method-heading attribute-method-heading">
166
+ <span class="method-name">vector</span><span
167
+ class="attribute-access-type">[R]</span>
168
+ </div>
169
+
170
+ <div class="method-description">
171
+
172
+
173
+
174
+ </div>
175
+ </div>
176
+
177
+ </div><!-- attribute-method-details -->
178
+
179
+
180
+ <!-- Methods -->
181
+
182
+ <div id="public-class-method-details" class="method-section section">
183
+ <h3 class="section-header">Public Class Methods</h3>
184
+
185
+
186
+ <div id="new-method" class="method-detail ">
187
+ <a name="method-c-new"></a>
188
+
189
+
190
+ <div class="method-heading">
191
+ <span class="method-name">new</span><span
192
+ class="method-args">(h = {})</span>
193
+ <span class="method-click-advice">click to toggle source</span>
194
+ </div>
195
+
196
+
197
+ <div class="method-description">
198
+
199
+
200
+
201
+
202
+
203
+ <div class="method-source-code" id="new-source">
204
+ <pre>
205
+ <span class="ruby-comment"># File lib/matriz_dispersa.rb, line 8</span>
206
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">h</span> = {})
207
+ <span class="ruby-ivar">@vector</span> = <span class="ruby-constant">Hash</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">0</span>)
208
+ <span class="ruby-ivar">@vector</span> = <span class="ruby-ivar">@vector</span>.<span class="ruby-identifier">merge!</span>(<span class="ruby-identifier">h</span>)
209
+ <span class="ruby-keyword">end</span></pre>
210
+ </div><!-- new-source -->
211
+
212
+ </div>
213
+
214
+
215
+
216
+
217
+ </div><!-- new-method -->
218
+
219
+
220
+ </div><!-- public-class-method-details -->
221
+
222
+ <div id="public-instance-method-details" class="method-section section">
223
+ <h3 class="section-header">Public Instance Methods</h3>
224
+
225
+
226
+ <div id="5B-5D-method" class="method-detail ">
227
+ <a name="method-i-5B-5D"></a>
228
+
229
+
230
+ <div class="method-heading">
231
+ <span class="method-name">[]</span><span
232
+ class="method-args">(i)</span>
233
+ <span class="method-click-advice">click to toggle source</span>
234
+ </div>
235
+
236
+
237
+ <div class="method-description">
238
+
239
+
240
+
241
+
242
+
243
+ <div class="method-source-code" id="5B-5D-source">
244
+ <pre>
245
+ <span class="ruby-comment"># File lib/matriz_dispersa.rb, line 13</span>
246
+ <span class="ruby-keyword">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">i</span>)
247
+ <span class="ruby-ivar">@vector</span>[<span class="ruby-identifier">i</span>]
248
+ <span class="ruby-keyword">end</span></pre>
249
+ </div><!-- 5B-5D-source -->
250
+
251
+ </div>
252
+
253
+
254
+
255
+
256
+ </div><!-- 5B-5D-method -->
257
+
258
+
259
+ <div id="to_s-method" class="method-detail ">
260
+ <a name="method-i-to_s"></a>
261
+
262
+
263
+ <div class="method-heading">
264
+ <span class="method-name">to_s</span><span
265
+ class="method-args">()</span>
266
+ <span class="method-click-advice">click to toggle source</span>
267
+ </div>
268
+
269
+
270
+ <div class="method-description">
271
+
272
+
273
+
274
+
275
+
276
+ <div class="method-source-code" id="to_s-source">
277
+ <pre>
278
+ <span class="ruby-comment"># File lib/matriz_dispersa.rb, line 17</span>
279
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
280
+ <span class="ruby-ivar">@vector</span>.<span class="ruby-identifier">to_s</span>
281
+ <span class="ruby-keyword">end</span></pre>
282
+ </div><!-- to_s-source -->
283
+
284
+ </div>
285
+
286
+
287
+
288
+
289
+ </div><!-- to_s-method -->
290
+
291
+
292
+ </div><!-- public-instance-method-details -->
293
+
294
+ </div><!-- 5Buntitled-5D -->
295
+
296
+
297
+ </div><!-- documentation -->
298
+
299
+ <div id="validator-badges">
300
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
301
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
302
+ Rdoc Generator</a> 2</small>.</p>
303
+ </div>
304
+
305
+ </body>
306
+ </html>
307
+
@@ -0,0 +1,167 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: T50MatrizDispersaDensa</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="module">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/t50_matriz_dispersa_densa/version_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/t50_matriz_dispersa_densa/version.rb">lib/t50_matriz_dispersa_densa/version.rb</a></li>
39
+
40
+ <li><a href="./lib/t50_matriz_dispersa_densa_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
41
+ class="thickbox" title="lib/t50_matriz_dispersa_densa.rb">lib/t50_matriz_dispersa_densa.rb</a></li>
42
+
43
+ </ul>
44
+ </div>
45
+ </div>
46
+
47
+
48
+ </div>
49
+
50
+ <div id="class-metadata">
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+ </div>
61
+
62
+ <div id="project-metadata">
63
+
64
+
65
+ <div id="fileindex-section" class="section project-section">
66
+ <h3 class="section-header">Files</h3>
67
+ <ul>
68
+
69
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
70
+
71
+ <li class="file"><a href="./LICENSE_txt.html">LICENSE.txt</a></li>
72
+
73
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
74
+
75
+ </ul>
76
+ </div>
77
+
78
+
79
+ <div id="classindex-section" class="section project-section">
80
+ <h3 class="section-header">Class/Module Index
81
+ <span class="search-toggle"><img src="./images/find.png"
82
+ height="16" width="16" alt="[+]"
83
+ title="show/hide quicksearch" /></span></h3>
84
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
85
+ <fieldset>
86
+ <legend>Quicksearch</legend>
87
+ <input type="text" name="quicksearch" value=""
88
+ class="quicksearch-field" />
89
+ </fieldset>
90
+ </form>
91
+
92
+ <ul class="link-list">
93
+
94
+ <li><a href="./Fraccion.html">Fraccion</a></li>
95
+
96
+ <li><a href="./Matriz.html">Matriz</a></li>
97
+
98
+ <li><a href="./Matriz_Dispersa.html">Matriz_Dispersa</a></li>
99
+
100
+ <li><a href="./Matriz_densa.html">Matriz_densa</a></li>
101
+
102
+ <li><a href="./Object.html">Object</a></li>
103
+
104
+ <li><a href="./SparseMatrix.html">SparseMatrix</a></li>
105
+
106
+ <li><a href="./SparseVector.html">SparseVector</a></li>
107
+
108
+ <li><a href="./T50MatrizDispersaDensa.html">T50MatrizDispersaDensa</a></li>
109
+
110
+ <li><a href="./TestMatrix.html">TestMatrix</a></li>
111
+
112
+ </ul>
113
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
114
+ </div>
115
+
116
+
117
+ </div>
118
+ </div>
119
+
120
+ <div id="documentation">
121
+ <h1 class="module">T50MatrizDispersaDensa</h1>
122
+
123
+ <div id="description" class="description">
124
+
125
+ </div><!-- description -->
126
+
127
+
128
+
129
+
130
+ <div id="5Buntitled-5D" class="documentation-section">
131
+
132
+
133
+
134
+
135
+
136
+ <!-- Constants -->
137
+ <div id="constants-list" class="section">
138
+ <h3 class="section-header">Constants</h3>
139
+ <dl>
140
+
141
+ <dt><a name="VERSION">VERSION</a></dt>
142
+
143
+ <dd class="description"></dd>
144
+
145
+
146
+ </dl>
147
+ </div>
148
+
149
+
150
+
151
+
152
+ <!-- Methods -->
153
+
154
+ </div><!-- 5Buntitled-5D -->
155
+
156
+
157
+ </div><!-- documentation -->
158
+
159
+ <div id="validator-badges">
160
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
161
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
162
+ Rdoc Generator</a> 2</small>.</p>
163
+ </div>
164
+
165
+ </body>
166
+ </html>
167
+