Hi What is the easiest way to initialize NTuple with some constant value? Currently I am using
julia> y=ntuple(x->0.0,10) (0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0) Is this the only initialization option? Thanks, Islam
Hi What is the easiest way to initialize NTuple with some constant value? Currently I am using
julia> y=ntuple(x->0.0,10) (0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0) Is this the only initialization option? Thanks, Islam