finesse.solutions.array.ArraySolution.expand¶
- ArraySolution.expand(self, shape)¶
- Expands the output buffer by shape elements. This will be slow if you call repeatedly to increase by just a few elements as the whole array is copied into a new block of memory. - Parameters:
- shape
- Shape of new array to make