~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/api_scilab/help/en_US/sparse/E_freeAllocatedComplexSparseMatrix.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
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" version="5.0-subset Scilab" xml:id="freeAllocatedComplexSparseMatrix" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>freeAllocatedComplexSparseMatrix</refname>
16
 
    <refpurpose>
17
 
      Free memory allocated by getAllocatedComplexSparseMatrix function.
18
 
    </refpurpose>
19
 
  </refnamediv>
20
 
  <refsynopsisdiv>
21
 
    <title>Calling Sequence</title>
22
 
    <synopsis>void freeAllocatedComplexSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal, double* _pdblImg)</synopsis>
23
 
  </refsynopsisdiv>
24
 
  <refsection>
25
 
    <title>Arguments</title>
26
 
    <variablelist>
27
 
      <varlistentry>
28
 
        <term>_piNbItemRows</term>
29
 
        <listitem>
30
 
          <para>
31
 
            Pointer "_piNbItemRows" allocated by getAllocatedComplexSparseMatrix.
32
 
          </para>
33
 
        </listitem>
34
 
      </varlistentry>
35
 
      <varlistentry>
36
 
        <term>_piColPos</term>
37
 
        <listitem>
38
 
          <para>
39
 
            Pointer "_piColPos" allocated by getAllocatedComplexSparseMatrix.
40
 
          </para>
41
 
        </listitem>
42
 
      </varlistentry>
43
 
      <varlistentry>
44
 
        <term>_pdblReal</term>
45
 
        <listitem>
46
 
          <para>
47
 
            Pointer "_pdblReal" allocated by getAllocatedComplexSparseMatrix.
48
 
          </para>
49
 
        </listitem>
50
 
      </varlistentry>
51
 
      <varlistentry>
52
 
        <term>_pdblImg</term>
53
 
        <listitem>
54
 
          <para>
55
 
            Pointer "_pdblImg" allocated by getAllocatedComplexSparseMatrix.
56
 
          </para>
57
 
        </listitem>
58
 
      </varlistentry>
59
 
    </variablelist>
60
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>freeAllocatedComplexSparseMatrix</refname>
 
16
        <refpurpose>
 
17
            Free memory allocated by getAllocatedComplexSparseMatrix function.
 
18
        </refpurpose>
 
19
    </refnamediv>
 
20
    <refsynopsisdiv>
 
21
        <title>Calling Sequence</title>
 
22
        <synopsis>void freeAllocatedComplexSparseMatrix(int* _piNbItemRows, int* _piColPos, double* _pdblReal, double* _pdblImg)</synopsis>
 
23
    </refsynopsisdiv>
 
24
    <refsection>
 
25
        <title>Arguments</title>
 
26
        <variablelist>
 
27
            <varlistentry>
 
28
                <term>_piNbItemRows</term>
 
29
                <listitem>
 
30
                    <para>
 
31
                        Pointer "_piNbItemRows" allocated by getAllocatedComplexSparseMatrix.
 
32
                    </para>
 
33
                </listitem>
 
34
            </varlistentry>
 
35
            <varlistentry>
 
36
                <term>_piColPos</term>
 
37
                <listitem>
 
38
                    <para>
 
39
                        Pointer "_piColPos" allocated by getAllocatedComplexSparseMatrix.
 
40
                    </para>
 
41
                </listitem>
 
42
            </varlistentry>
 
43
            <varlistentry>
 
44
                <term>_pdblReal</term>
 
45
                <listitem>
 
46
                    <para>
 
47
                        Pointer "_pdblReal" allocated by getAllocatedComplexSparseMatrix.
 
48
                    </para>
 
49
                </listitem>
 
50
            </varlistentry>
 
51
            <varlistentry>
 
52
                <term>_pdblImg</term>
 
53
                <listitem>
 
54
                    <para>
 
55
                        Pointer "_pdblImg" allocated by getAllocatedComplexSparseMatrix.
 
56
                    </para>
 
57
                </listitem>
 
58
            </varlistentry>
 
59
        </variablelist>
 
60
    </refsection>
61
61
</refentry>