Skip to content
  • Martin Bauer's avatar
    pystencils: Cleaned up type system · c8b455fe
    Martin Bauer authored
    - use data type class consistently instead of strings (in TypedSymbol, Field and jit module)
    - new datatype class is based on numpy types with additional specifier information (const and restrict)
    - translation between data type class and other modules (numpy, ctypes)
    c8b455fe