Method: MyMatrix#getCrrValue
- Defined in:
- lib/mymatrix.rb
#getCrrValue(row, str) ⇒ Object
MyipcMatrixとの互換性のため。getValueのエイリアス
670 671 672 673 |
# File 'lib/mymatrix.rb', line 670 def getCrrValue(row, str) p 'this class is not MyipcMatrix.' getValue(row, str) end |