Module: Mml::Base::Content::Matrix
- Included in:
- V2::Matrix, V3::Matrix, V4::Matrix
- Defined in:
- lib/mml/base/content/linear_algebra.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
36 37 38 39 40 41 42 43 44 45 |
# File 'lib/mml/base/content/linear_algebra.rb', line 36 def self.included(klass) klass.class_eval do include LinearAlgebra xml do element "matrix" mixed_content end end end |