1 <?xml version="1.0" encoding="UTF-8"?>
5 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
6 * Copyright (C) 2013 - S/E - Sylvestre LEDRU
8 * This file must be used under the terms of the CeCILL.
9 * This source file is licensed as described in the file COPYING, which
10 * you should have received as part of this distribution. The terms
11 * are also available at
12 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
17 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="ja" xml:id="jautoTranspose">
21 <refname>jautoTranspose</refname>
23 <refpurpose>行列を変換する方法を指定</refpurpose>
33 method = jautoTranspose()
35 jautoTranspose(method)
53 <para>変換の型を指定する論理値</para>
71 <literal>[1 2 3;4 5 6]</literal>のような行列は
73 <literal>[1 4 2 5 3 6]</literal> のように(列毎に)保存されます.
77 <literal>[->[1 2 3] ->[4 5 6]]</literal>
79 のように(ポインタの配列)として保存されます.
85 methodが'%f'の場合 (列-行), 内部配列
87 <literal>[1 4 2 5 3 6]</literal> が指定され,
91 <literal>[->[1 4] ->[2 5] ->[3 6]]</literal>を作成します.
97 method が 't' (行-列)の場合, 配列
99 <literal>[1 4 2 5 3 6]</literal> は
101 <literal>[1 2 3 4 5 6]</literal> のように指定され,
103 <literal>[->[1 2 3] ->[4 5 6]]</literal>に変換されます.
109 デフォルトで, method は '%f'に設定されます.
119 <programlisting role="example"><![CDATA[
134 <revnumber>5.5.0</revnumber>
138 関数が導入されました. 'JIMS'モジュールに基づきます.
140 JIMSモジュールとの動作上の主な違いは,
142 <link linkend="jautoUnwrap">jautoUnwrap</link>がデフォルトで