elements_to_r() Instance Public methods
elements_to_i() Instance Public methods
elements_to_f() Instance Public methods
element(i) Instance Public methods Alias for: []
each2(v) Instance Public methods Iterate over the elements of this vector and v in conjunction.
each(&block) Instance Public methods Iterate over the elements of this vector
covector() Instance Public methods Creates a single-row matrix from this vector.
component(i) Instance Public methods Alias for: []
collect2(v) Instance Public methods Collects (as in Enumerable#collect) over the elements of this vector and v in conjunction.
collect() Instance Public methods Like Array#collect. map
Page 483 of 2275