On Fri, 3 Aug 2018, Riccardo (Jack) Lucchetti wrote:
On Fri, 3 Aug 2018, Sven Schreiber wrote:
> Furthermore I wonder why the following functions couldn't also naturally
> return empty matrices when given an empty matrix as argument (but this is
> only for sake of consistency, not for a particular need):
I committed to git a simple modification, so that the following now runs ok:
<hansl>
e = {}
loop foreach i ginv diag transp vec vech unvech cholesky upper lower sort\
dsort values mreverse
x = $i(e)
print x
endloop
</hansl>
Allin, please review and feel free to scrap it if you don't like it.
Sorry to be a spoilsport but I'd kinda rather not make this sort of
change right now. Can we review it carefully after the (hopefully
imminent!) release?
Allin