Class: CA::Interp::Adapter

Inherits:
Object
  • Object
show all
Defined in:
lib/carray/math/interp.rb

Overview

:nodoc:

Direct Known Subclasses

CAInterp1D, GSLSpline

Class Method Summary collapse

Class Method Details

.install_adapter(name) ⇒ Object



41
42
43
# File 'lib/carray/math/interp.rb', line 41

def self.install_adapter (name)
  CA::Interp::ADAPTERS[name] = self
end