~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/linear/ludel.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>fr</LANGUAGE>
 
5
  <TITLE>ludel  </TITLE>
 
6
  <TYPE>Scilab Function  </TYPE>
 
7
  <DATE>April 1993  </DATE>
 
8
  <SHORT_DESCRIPTION name="ludel"> lib�ration de la m�moire allou�e � des facteurs LU creux  </SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
  <CALLING_SEQUENCE_ITEM>ludel(hand)  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
 <PARAM_INDENT>
 
14
  <PARAM_ITEM>
 
15
  <PARAM_NAME>hand  </PARAM_NAME>
 
16
  <PARAM_DESCRIPTION>
 
17
  <SP>
 
18
    : pointeur vers des facteurs L,U creux d�j� calcul�s (sortie de lufact)
 
19
</SP>
 
20
  </PARAM_DESCRIPTION> 
 
21
  </PARAM_ITEM>
 
22
 </PARAM_INDENT>
 
23
  </PARAM>
 
24
  <DESCRIPTION>
 
25
  <P>
 
26
    Cette fonction est � utiliser conjointement avec <VERB>lufact</VERB>. Elle lib�re la m�moire allou�e pour le stockage des facteurs L,U creux renvoy�s par <VERB>lufact</VERB>.
 
27
  </P>
 
28
  <P>
 
29
    La suite de commandes <VERB>[p,r]=lufact(A);x=lusolve(p,b);ludel(p);</VERB>
 
30
    r�sout le syst�me lin�aire creux <VERB>A*x = b</VERB> et lib�re les facteurs creux dont <VERB>p</VERB> est le pointeur.
 
31
  </P>
 
32
  </DESCRIPTION>
 
33
  <SEE_ALSO>
 
34
    <SEE_ALSO_ITEM> <LINK>sparse</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>lufact</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>luget</LINK> </SEE_ALSO_ITEM>
 
35
  </SEE_ALSO>
 
36
</MAN>