You should be able to use push!() for this. Are you getting a segfault from some Julia code? If so, that shouldn't be happening.
On Wednesday, May 28, 2014 9:17:18 AM UTC-5, Alexander Dubbs wrote: > > I'm making a matrix Y. I know its width but not its height. I want to > keep adding horizontal vectors to it without it segfaulting. What is the > Julia way to do this? >
