Class: Ropt::VectorMatrixMath::ShellMatrix
- Inherits:
-
Object
- Object
- Ropt::VectorMatrixMath::ShellMatrix
- Defined in:
- lib/ropt/vector_matrix_math/shell_matrix.rb
Overview
class-wrapper for converting vectors objects to matrix
Class Method Summary collapse
Class Method Details
.create(rows) ⇒ Object
9 10 11 |
# File 'lib/ropt/vector_matrix_math/shell_matrix.rb', line 9 def self.create(rows) Matrix.send(:new, rows) end |