File: fwlapack.sgml

package info (click to toggle)
gimp-plugin-registry 5.20120621
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 56,020 kB
  • sloc: ansic: 46,068; lisp: 20,560; python: 14,495; sh: 3,294; cpp: 2,528; makefile: 1,041; xml: 546
file content (91 lines) | stat: -rw-r--r-- 2,478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<refentry id="refocus-fwlapack">
<refmeta>
<refentrytitle>fwlapack</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>REFOCUS Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>fwlapack</refname><refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>
<synopsis>



int         <link linkend="dgesv">dgesv</link>                           (const int N,
                                             const int NRHS,
                                             <link linkend="double">double</link> *A,
                                             const int lda,
                                             <link linkend="double">double</link> *B,
                                             const int ldb);
#define     <link linkend="FWLAPACK-H-INCLUDED-CAPS">FWLAPACK_H_INCLUDED</link>
</synopsis>
</refsynopsisdiv>





<refsect1>
<title>Description</title>
<para>

</para>
</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="dgesv">dgesv ()</title>
<programlisting>int         dgesv                           (const int N,
                                             const int NRHS,
                                             <link linkend="double">double</link> *A,
                                             const int lda,
                                             <link linkend="double">double</link> *B,
                                             const int ldb);</programlisting>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>N</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>NRHS</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>A</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>lda</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>B</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>ldb</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="FWLAPACK-H-INCLUDED-CAPS">FWLAPACK_H_INCLUDED</title>
<programlisting>#define FWLAPACK_H_INCLUDED (1)
</programlisting>
<para>

</para></refsect2>

</refsect1>




</refentry>