Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  chap13.html   Sprache: HTML

 
 products/sources/formale Sprachen/GAP/pkg/numericalsgps/doc/chap13.html


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>GAP (NumericalSgps) - Chapter 13: 
  External packages
 </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="GAPDoc2HTML" />
<link rel="stylesheet" type="text/css" href="manual.css" />
<script src="manual.js" type="text/javascript"></script>
<script type="text/javascript">overwriteStyle();</script>
</head>
<body class="chap13"  onload="jscontent()">


<div class="chlinktop"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a>  <a href="chap5.html">5</a>  <a href="chap6.html">6</a>  <a href="chap7.html">7</a>  <a href="chap8.html">8</a>  <a href="chap9.html">9</a>  <a href="chap10.html">10</a>  <a href="chap11.html">11</a>  <a href="chap12.html">12</a>  <a href="chap13.html">13</a>  <a href="chap14.html">14</a>  <a href="chapA.html">A</a>  <a href="chapB.html">B</a>  <a href="chapC.html">C</a>  <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>

<div class="chlinkprevnexttop"> <a href="chap0.html">[Top of Book]</a>   <a href="chap0.html#contents">[Contents]</a>    <a href="chap12.html">[Previous Chapter]</a>    <a href="chap14.html">[Next Chapter]</a>   </div>

<p id="mathjaxlink" class="pcenter"><a href="chap13_mj.html">[MathJax on]</a></p>
<p><a id="X84A2793F7A9F3E6A" name="X84A2793F7A9F3E6A"></a></p>
<div class="ChapSects"><a href="chap13.html#X84A2793F7A9F3E6A">13 <span class="Heading">
  External packages
 </span></a>
<div class="ContSect"><span class="tocline"><span class="nocss"> </span><a href="chap13.html#X7BD18FC581F0C4D3">13.1 <span class="Heading">
        Using external packages
    </span></a>
</span>
<div class="ContSSBlock">
<span class="ContSS"><br /><span class="nocss">  </span><a href="chap13.html#X8736665E7CBEAB20">13.1-1 NumSgpsUse4ti2</a></span>
<span class="ContSS"><br /><span class="nocss">  </span><a href="chap13.html#X875001717A8CF032">13.1-2 NumSgpsUse4ti2gap</a></span>
<span class="ContSS"><br /><span class="nocss">  </span><a href="chap13.html#X875040237A692C3C">13.1-3 NumSgpsUseNormalize</a></span>
<span class="ContSS"><br /><span class="nocss">  </span><a href="chap13.html#X7CD12ADD78089CBE">13.1-4 NumSgpsUseSingular</a></span>
<span class="ContSS"><br /><span class="nocss">  </span><a href="chap13.html#X7F7699A9829940C2">13.1-5 NumSgpsUseSingularInterface</a></span>
</div></div>
</div>

<h3>13 <span class="Heading">
  External packages
 </span></h3>

<p>The use of the packages <code class="code">NormalizInterface</code> <a href="chapBib.html#biBNmzInterface">[GHS14]</a> (an interface to <code class="code">Normalize</code> <a href="chapBib.html#biBNormaliz">[BIRC14]</a>; or in its absence <code class="code">4ti2Interface</code><a href="chapBib.html#biB4ti2Interface">[Gut]</a>, an interface to <code class="code">4ti2</code><a href="chapBib.html#biB4ti2">[tt]</a>), <code class="code">SingularInterface</code> (an interface to <code class="code">Singular</code> <a href="chapBib.html#biBSingular">[DGPS12]</a>; or in its absence <code class="code">Singular</code> <a href="chapBib.html#biBSingularpackage">[CdG12]</a>) is highly recommended for many of the functions presented in this chapter. However, whenever possible a method not depending on these packages is also provided (though slower). The package tests if the user has downloaded any of the above packages, and if so puts <code class="code">NumSgpsCanUsePackage</code> to true, where <code class="code">Package</code> is any of the above.</p>

<p><a id="X7BD18FC581F0C4D3" name="X7BD18FC581F0C4D3"></a></p>

<h4>13.1 <span class="Heading">
        Using external packages
    </span></h4>

<p>As mentioned above some methods are specifically implemented to take advantage of several external packages. The following functions can be used in case these packages have not been loaded prior to <code class="code">numericalsgps</code>.</p>

<p><a id="X8736665E7CBEAB20" name="X8736665E7CBEAB20"></a></p>

<h5>13.1-1 NumSgpsUse4ti2</h5>

<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NumSgpsUse4ti2</code>(  )</td><td class="tdright">( function )</td></tr></table></div>
<p>Tries to load the package <code class="code">4ti2Interface</code>. If the package is available, then it also loads methods implemented using functions in this package.</p>

<p><a id="X875001717A8CF032" name="X875001717A8CF032"></a></p>

<h5>13.1-2 NumSgpsUse4ti2gap</h5>

<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NumSgpsUse4ti2gap</code>(  )</td><td class="tdright">( function )</td></tr></table></div>
<p>Tries to load the package <code class="code">4ti2gap</code>. If the package is available, then it also loads methods implemented using functions in this package.</p>

<p><a id="X875040237A692C3C" name="X875040237A692C3C"></a></p>

<h5>13.1-3 NumSgpsUseNormalize</h5>

<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NumSgpsUseNormalize</code>(  )</td><td class="tdright">( function )</td></tr></table></div>
<p>Tries to load the package <code class="code">NormalizInterface</code>. If the package is available, then it also loads methods implemented using functions in this package.</p>

<p><a id="X7CD12ADD78089CBE" name="X7CD12ADD78089CBE"></a></p>

<h5>13.1-4 NumSgpsUseSingular</h5>

<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NumSgpsUseSingular</code>(  )</td><td class="tdright">( function )</td></tr></table></div>
<p>Tries to load the package <code class="code">singular</code>. If the package is available, then it also loads methods implemented using functions in this package.</p>

<p>To prevent incompatibilities, the package will not load if <code class="code">SingularInterface</code> has been already loaded.</p>

<p><a id="X7F7699A9829940C2" name="X7F7699A9829940C2"></a></p>

<h5>13.1-5 NumSgpsUseSingularInterface</h5>

<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NumSgpsUseSingularInterface</code>(  )</td><td class="tdright">( function )</td></tr></table></div>
<p>Tries to load the package <code class="code">SingularInterface</code>. If the package is available, then it also loads methods implemented using functions in this package.</p>

<p>To prevent incompatibilities, the package will not load if <code class="code">singular</codehas been already loaded.</p>


<div class="chlinkprevnextbot"> <a href="chap0.html">[Top of Book]</a>   <a href="chap0.html#contents">[Contents]</a>    <a href="chap12.html">[Previous Chapter]</a>    <a href="chap14.html">[Next Chapter]</a>   </div>


<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a>  <a href="chap5.html">5</a>  <a href="chap6.html">6</a>  <a href="chap7.html">7</a>  <a href="chap8.html">8</a>  <a href="chap9.html">9</a>  <a href="chap10.html">10</a>  <a href="chap11.html">11</a>  <a href="chap12.html">12</a>  <a href="chap13.html">13</a>  <a href="chap14.html">14</a>  <a href="chapA.html">A</a>  <a href="chapB.html">B</a>  <a href="chapC.html">C</a>  <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>

<hr />
<p class="foot">generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>

98%


¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge