Module: Mml::Base::Content::Scalarproduct

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

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



102
103
104
105
106
107
108
# File 'lib/mml/base/content/linear_algebra.rb', line 102

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

    xml { element "scalarproduct" }
  end
end