Libraries
»
mymatrix
(0.1.6)
»
Index
»
MyMatrix
»
#delete
Method: MyMatrix#delete
Defined in:
lib/mymatrix.rb
#
delete
(v) ⇒
Object
619 620 621
# File 'lib/mymatrix.rb', line 619
def
delete
(
v
)
@mx
.
delete
(
v
)
end