cutcutcodec.core.compilation.sympy_to_torch.printer_atom
C implementation of all atomic operations, helper for printer.
Functions
|
Help for _print_atomic. |
|
C abs operation. |
|
C + operation. |
|
C atan operation. |
|
C cos operation. |
|
C == operation. |
|
C exp operation. |
|
C >= operation, with module comparaison for complex numbers. |
|
C <= operation, with module comparaison for complex numbers. |
|
C maximum operation. |
|
C minimum operation. |
|
C * operation. |
|
C ** operation. |
|
Manage the special case of power where the exponant is a positive integer. |
|
C sin operation. |
|
C > operation, with module comparaison for complex numbers. |
|
C < operation, with module comparaison for complex numbers. |