SetLength implements the Batch interface.
(length int)
| 388 | |
| 389 | // SetLength implements the Batch interface. |
| 390 | func (m *MemBatch) SetLength(length int) { |
| 391 | m.length = length |
| 392 | } |
| 393 | |
| 394 | // AppendCol implements the Batch interface. |
| 395 | func (m *MemBatch) AppendCol(col *Vec) { |
no outgoing calls
no test coverage detected