taichi.types.compound_types

Module Contents

Classes

CompoundType

Functions

matrix(n, m, dtype)

vector(n, dtype)

struct(**kwargs)

class taichi.types.compound_types.CompoundType
taichi.types.compound_types.matrix(n, m, dtype)
taichi.types.compound_types.vector(n, dtype)
taichi.types.compound_types.struct(**kwargs)