module EquationSystem

Constants

VERSION

Public Class Methods

new(*args) click to toggle source
# File lib/equation_system.rb, line 6
def self.new(*args)
  EquationSystem::System.new(*args)
end