Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.77
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Vector /
Delete
Unzip
Name
Size
Permission
Date
Action
%2a-i.yaml
280
B
-rw-r--r--
2023-07-26 13:47
%2b-i.yaml
210
B
-rw-r--r--
2023-07-26 13:47
%2d-i.yaml
215
B
-rw-r--r--
2023-07-26 13:47
%3d%3d-i.yaml
323
B
-rw-r--r--
2023-07-26 13:47
%5b%5d-c.yaml
307
B
-rw-r--r--
2023-07-26 13:47
%5b%5d-i.yaml
265
B
-rw-r--r--
2023-07-26 13:47
cdesc-Vector.yaml
4.01
KB
-rw-r--r--
2023-07-26 13:47
clone-i.yaml
229
B
-rw-r--r--
2023-07-26 13:47
coerce-i.yaml
240
B
-rw-r--r--
2023-07-26 13:47
collect-i.yaml
273
B
-rw-r--r--
2023-07-26 13:47
collect2-i.yaml
328
B
-rw-r--r--
2023-07-26 13:47
compare_by-i.yaml
236
B
-rw-r--r--
2023-07-26 13:47
covector-i.yaml
252
B
-rw-r--r--
2023-07-26 13:47
each2-i.yaml
294
B
-rw-r--r--
2023-07-26 13:47
elements-c.yaml
350
B
-rw-r--r--
2023-07-26 13:47
eql%3f-i.yaml
219
B
-rw-r--r--
2023-07-26 13:47
hash-i.yaml
233
B
-rw-r--r--
2023-07-26 13:47
init_elements-i.yaml
245
B
-rw-r--r--
2023-07-26 13:47
inner_product-i.yaml
368
B
-rw-r--r--
2023-07-26 13:47
inspect-i.yaml
229
B
-rw-r--r--
2023-07-26 13:47
map-i.yaml
216
B
-rw-r--r--
2023-07-26 13:47
map2-i.yaml
284
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
233
B
-rw-r--r--
2023-07-26 13:47
r-i.yaml
329
B
-rw-r--r--
2023-07-26 13:47
size-i.yaml
244
B
-rw-r--r--
2023-07-26 13:47
to_a-i.yaml
246
B
-rw-r--r--
2023-07-26 13:47
to_s-i.yaml
220
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: elements - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: The <tt>Vector</tt> class represents a mathematical vector, which is useful in its own right, and also constitutes a row or column of a Matrix. - !ruby/struct:SM::Flow::H level: 2 text: Method Catalogue - !ruby/struct:SM::Flow::P body: "To create a Vector:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: <tt> Vector.[](*array) </tt> - !ruby/struct:SM::Flow::LI label: "*" body: <tt> Vector.elements(array, copy = true) </tt> type: :BULLET - !ruby/struct:SM::Flow::P body: "To access elements:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: <tt> [](i) </tt> type: :BULLET - !ruby/struct:SM::Flow::P body: "To enumerate the elements:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #each2(v) </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #collect2(v) </tt>" type: :BULLET - !ruby/struct:SM::Flow::P body: "Vector arithmetic:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: <tt> *(x) "is matrix or number" </tt> - !ruby/struct:SM::Flow::LI label: "*" body: <tt> +(v) </tt> - !ruby/struct:SM::Flow::LI label: "*" body: <tt> -(v) </tt> type: :BULLET - !ruby/struct:SM::Flow::P body: "Vector functions:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #inner_product(v) </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #collect </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #map </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #map2(v) </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #r </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #size </tt>" type: :BULLET - !ruby/struct:SM::Flow::P body: "Conversion to other data types:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #covector </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #to_a </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #coerce(other) </tt>" type: :BULLET - !ruby/struct:SM::Flow::P body: "String representations:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #to_s </tt>" - !ruby/struct:SM::Flow::LI label: "*" body: "<tt> #inspect </tt>" type: :BULLET constants: [] full_name: Vector includes: - !ruby/object:RI::IncludedModule name: ExceptionForMatrix instance_methods: - !ruby/object:RI::MethodSummary name: "*" - !ruby/object:RI::MethodSummary name: + - !ruby/object:RI::MethodSummary name: "-" - !ruby/object:RI::MethodSummary name: == - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: clone - !ruby/object:RI::MethodSummary name: coerce - !ruby/object:RI::MethodSummary name: collect - !ruby/object:RI::MethodSummary name: collect2 - !ruby/object:RI::MethodSummary name: compare_by - !ruby/object:RI::MethodSummary name: covector - !ruby/object:RI::MethodSummary name: each2 - !ruby/object:RI::MethodSummary name: eql? - !ruby/object:RI::MethodSummary name: hash - !ruby/object:RI::MethodSummary name: init_elements - !ruby/object:RI::MethodSummary name: inner_product - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: map - !ruby/object:RI::MethodSummary name: map2 - !ruby/object:RI::MethodSummary name: r - !ruby/object:RI::MethodSummary name: size - !ruby/object:RI::MethodSummary name: to_a - !ruby/object:RI::MethodSummary name: to_s name: Vector superclass: Object