Method: RMath3D::RMtx2#e11=
- Defined in:
- lib/rmath3d/rmath3d_plain.rb
#e11=(value) ⇒ Object
Replaces the element at row 1 and column 1 by value
.
156 |
# File 'lib/rmath3d/rmath3d_plain.rb', line 156 def e11=(value) setElement(1,1,value) end |