SparseBufferFloat¶

-
class
SparseBufferFloat¶ Bases:
rumba.SparseBufferConstFloatA writable SparseBuffer.
Constructors
__init__Methods
resize(size)Resize the sparse buffer. write_indices()Return a writable accessor on the buffer indices. write_values()Return a writable accessor on the buffer indices. -
resize(size: int) → None¶ Resize the sparse buffer.
-
write_indices()¶ Return a writable accessor on the buffer indices.
-
write_values()¶ Return a writable accessor on the buffer indices.
-