help-octave
[Top][All Lists]
Advanced

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

how to create a permutation matrix


From: c.
Subject: how to create a permutation matrix
Date: Mon, 26 Jan 2015 17:57:03 +0100

>> [l, u, p] = lu (a' * a);
>> typeinfo (p)
ans = permutation matrix

is there a way to create an object of his type in an m-file?

c.





reply via email to

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