Module: Mml::Base::Content::Outerproduct

Included in:
V2::Outerproduct, V3::Outerproduct, V4::Outerproduct
Defined in:
lib/mml/base/content/linear_algebra.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



112
113
114
115
116
117
118
# File 'lib/mml/base/content/linear_algebra.rb', line 112

def self.included(klass)
  klass.class_eval do
    include LinearAlgebra

    xml { element "outerproduct" }
  end
end