Class: Ropt::VectorMatrixMath::ShellVector
- Inherits:
-
Vector
- Object
- Vector
- Ropt::VectorMatrixMath::ShellVector
- Defined in:
- lib/ropt/vector_matrix_math/shell_vector.rb
Overview
class-wrapper for converting numerics objects to vector
Class Method Summary collapse
Class Method Details
.create(components_vector) ⇒ Object
9 10 11 |
# File 'lib/ropt/vector_matrix_math/shell_vector.rb', line 9 def self.create(components_vector) Vector.send(:new, components_vector) end |