Class: SMatrix
- Inherits:
-
Object
- Object
- SMatrix
- Defined in:
- lib/s_matrix.rb,
lib/s_matrix/version.rb,
ext/s_matrix/s_matrix.cpp
Constant Summary collapse
- VERSION =
"1.0.0"
Instance Method Summary collapse
Instance Method Details
#[](index) ⇒ Object
7 8 9 |
# File 'lib/s_matrix.rb', line 7 def [](index) self.get_row(index.to_s) end |