SparseBufferFloat

Inheritance diagram of rumba.SparseBufferFloat
class SparseBufferFloat

Bases: rumba.SparseBufferConstFloat

A 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.