WIP: Revamp the type system
Compare changes
+ 18
− 18
@@ -11,9 +11,9 @@ from sympy.logic.boolalg import BooleanFalse, BooleanTrue
@@ -276,7 +276,7 @@ class CBackend:
@@ -289,12 +289,12 @@ class CBackend:
@@ -302,7 +302,7 @@ class CBackend:
@@ -322,7 +322,7 @@ class CBackend:
@@ -483,13 +483,13 @@ class CustomSympyPrinter(CCodePrinter):
@@ -648,22 +648,22 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter):
@@ -747,12 +747,12 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter):
@@ -880,7 +880,7 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter):