1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - INRIA
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="pertrans" xml:lang="en">
15 <refname>pertrans</refname>
16 <refpurpose>simultaneous permutation and transposition</refpurpose>
19 <title>Calling Sequence</title>
20 <synopsis>[Y]=pertrans(X)</synopsis>
23 <title>Arguments</title>
28 <para>real or complex matrix</para>
34 <para>real or complex matrix</para>
40 <title>Description</title>
42 <literal>Y=pertrans(X)</literal> returns the simultaneous permutation and transposition of
43 <literal>X</literal>, i.e. the symmetric of <literal>X</literal>
44 with reference to the second diagonal (utility function).
48 <title>Examples</title>
49 <programlisting role="example"><![CDATA[
54 <refsection role="see also">
55 <title>See Also</title>
56 <simplelist type="inline">
58 <link linkend="permute">permute</link>