Am 14.03.2017 um 15:55 schrieb Allin Cottrell:
M = defarray(I(2), {1,2,3})
will now work to give you an array of matrices without having to specify
the "matrices" type.
Will this work?:
matrix a = {1; 2}
m = defarray(a'a)
I'm asking because sometimes gretl converts a 1x1 matrix to a scalar,
and an array of scalars isn't possible (because it's already covered by
a matrix type, of course).
thanks,
sven