1 <?xml version="1.0" encoding="UTF-8"?>
4 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
5 * Copyright (C) XXXX-2008 - INRIA
7 * Copyright (C) 2012 - 2016 - Scilab Enterprises
9 * This file is hereby licensed under the terms of the GNU GPL v2.0,
10 * pursuant to article 5.3.4 of the CeCILL v.2.1.
11 * This file was originally licensed under the terms of the CeCILL v2.1,
12 * and continues to be available under such terms.
13 * For more information, see the COPYING file which you should have received
14 * along with this program.
18 <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" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="full">
22 <refname>full</refname>
24 <refpurpose>疎行列を通常の行列に変換する</refpurpose>
32 <synopsis>X=full(sp)</synopsis>
48 <para>実数または複素数の疎(または通常の)行列</para>
76 <literal>X=full(sp)</literal> は疎行列 <literal>sp</literal> を
80 (<literal>sp</literal> が既に通常の行列の場合,<literal>X</literal> は
82 <literal>sp</literal>に等しくなります).
92 <programlisting role="example"><![CDATA[
93 sp=sparse([1,2;5,4;3,1],[1,2,3]);
99 <refsection role="see also">
103 <simplelist type="inline">
107 <link linkend="sparse">sparse</link>
113 <link linkend="sprand">sprand</link>
119 <link linkend="speye">speye</link>