Package hedge :: Package backends :: Package cuda :: Module fluxgather :: Class FluxToCodeMapper
[hide private]
[frames] | no frames]

Class FluxToCodeMapper

source code


Instance Methods [hide private]
 
__init__(self, dtype)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
map_normal(self, expr, enclosing_prec) source code
 
map_penalty_term(self, expr, enclosing_prec) source code
 
map_function_symbol(self, expr, enclosing_prec) source code

Inherited from pymbolic.mapper.c_code.CCodeMapper: map_call, map_common_subexpression, map_constant, map_if_positive, map_power

Inherited from pymbolic.mapper.stringifier.SimplifyingSortingStringifyMapper: map_product, map_sum

Inherited from pymbolic.mapper.stringifier.StringifyMapper: format, handle_unsupported_expression, join, join_rec, map_list, map_lookup, map_numpy_array, map_polynomial, map_quotient, map_remainder, map_subscript, map_variable, map_vector, parenthesize, parenthesize_if_needed

Inherited from pymbolic.mapper.RecursiveMapper: rec

Inherited from pymbolic.mapper.Mapper: __call__, map_foreign, map_rational

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dtype)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

map_function_symbol(self, expr, enclosing_prec)

source code 
Overrides: pymbolic.mapper.stringifier.StringifyMapper.map_function_symbol