Example #1
0
 public static extern void THStorage_fill(THStorage_ *storage, real value);
Example #2
0
 public static extern void THStorage_resize(THStorage_ *storage, ptrdiff_t size);
Example #3
0
 public static extern ptrdiff_t THStorage__size(THStorage_ *storage);
Example #4
0
 public static extern void THStorage_free(THStorage_ *storage);
Example #5
0
 public static extern real *THStorage__data(THStorage_ *storage);