Module: CernIntFunctions
- Extended by:
- CernFunctions, FunctionCreation
- Included in:
- IntMDArray
- Defined in:
- lib/colt/cern_int_functions.rb
Class Method Summary collapse
Methods included from FunctionCreation
Methods included from CernFunctions
cern_binary_function, cern_comparison_function, cern_unary_function, make_binary_operator, make_binary_operators, make_comparison_operator, make_unary_operator, make_unary_operators
Class Method Details
.register(als, name, int_name, type) ⇒ Object
115 116 117 118 119 |
# File 'lib/colt/cern_int_functions.rb', line 115 def self.register(als, name, int_name, type) map = cern_binary_function(name, int_name, Java::CernJetMathTint.IntFunctions, type) MDArray.register_function(als, map, 2, CernFunctions.binary_helper) end |