Actually, my code fragment was not right. To initialize, use
nrows, ncols = 2, 3
a = fill(Vector{Float32}([0,0,0]), nrows, ncols)
Actually, my code fragment was not right. To initialize, use
nrows, ncols = 2, 3
a = fill(Vector{Float32}([0,0,0]), nrows, ncols)