taichi.lang.kernel_arguments

Module Contents

Classes

SparseMatrixEntry

SparseMatrixProxy

Functions

decl_scalar_arg(dtype)

decl_matrix_arg(matrixtype)

decl_sparse_matrix()

decl_any_arr_arg(dtype, dim, element_shape, layout)

decl_scalar_ret(dtype)

class taichi.lang.kernel_arguments.SparseMatrixEntry(ptr, i, j)
augassign(self, value, op)
class taichi.lang.kernel_arguments.SparseMatrixProxy(ptr)
subscript(self, i, j)
taichi.lang.kernel_arguments.decl_scalar_arg(dtype)
taichi.lang.kernel_arguments.decl_matrix_arg(matrixtype)
taichi.lang.kernel_arguments.decl_sparse_matrix()
taichi.lang.kernel_arguments.decl_any_arr_arg(dtype, dim, element_shape, layout)
taichi.lang.kernel_arguments.decl_scalar_ret(dtype)