octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

'diag' on struct array ?


From: CdeMills
Subject: 'diag' on struct array ?
Date: Mon, 8 Jul 2013 13:48:13 -0700 (PDT)

Hello,

multi-precision values are stored as struct array. To implement permute and
transpose, it was quite simple:
1) convert the object to a struct array
2) call builtin permute or transpose on it
3) convert this array back to an object.

I tried this approach with diag, but this failed. Is there some reason that
diag do not handle struct array ? (Tested on 3.6.4 on Fedora 19).

Regards

Pascal



--
View this message in context: 
http://octave.1599824.n4.nabble.com/diag-on-struct-array-tp4655384.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]