ColVec implements the Batch interface.
(i int)
| 365 | |
| 366 | // ColVec implements the Batch interface. |
| 367 | func (m *MemBatch) ColVec(i int) *Vec { |
| 368 | return m.b[i] |
| 369 | } |
| 370 | |
| 371 | // ColVecs implements the Batch interface. |
| 372 | func (m *MemBatch) ColVecs() []*Vec { |