module LinearAlgebra

Public Instance Methods

hello() click to toggle source
# File lib/math_utils/linear_algebra.rb, line 2
def hello
  'hello, world'
end