Class: Matrix
Overview
Ruuuby aliases & function additions to existing Class<code>Matrix</code>
Instance Method Summary collapse
-
#↘_to_a ⇒ Array
The diagonal of this matrix.
- #∀ₓᵢ↘(&block) ⇒ Enumerator
- #∀ₓᵢⱼ(&block) ⇒ Enumerator
- #∀ₓ↘(&block) ⇒ Enumerator
Instance Method Details
#↘_to_a ⇒ Array
Returns the diagonal of this matrix.
27 |
# File 'lib/ruuuby/class/nums/matrix.rb', line 27 def |
#∀ₓᵢ↘(&block) ⇒ Enumerator
21 22 23 24 |
# File 'lib/ruuuby/class/nums/matrix.rb', line 21 def |
#∀ₓᵢⱼ(&block) ⇒ Enumerator
30 |
# File 'lib/ruuuby/class/nums/matrix.rb', line 30 def |
#∀ₓ↘(&block) ⇒ Enumerator
15 16 17 18 |
# File 'lib/ruuuby/class/nums/matrix.rb', line 15 def |