Module: CernLongFunctions
- Extended by:
- CernFunctions, FunctionCreation
- Included in:
- LongMDArray
- Defined in:
- lib/colt/cern_long_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, long_name, type) ⇒ Object
115 116 117 118 119 |
# File 'lib/colt/cern_long_functions.rb', line 115 def self.register(als, name, long_name, type) map = cern_binary_function(name, long_name, Java::CernJetMathTlong.LongFunctions, type) MDArray.register_function(als, map, 2, CernFunctions.binary_helper) end |