File: index.html

package info (click to toggle)
slepc 3.7.3%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,788 kB
  • ctags: 100,221
  • sloc: ansic: 79,324; makefile: 3,897; python: 2,734; fortran: 1,139; f90: 225; sh: 100
file content (63 lines) | stat: -rw-r--r-- 3,115 bytes parent folder | download
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
<html>
<head> <link rel="canonical" href="http://slepc.upv.es/documentation/current/docs/index.html" />
<title>SLEPc - Manual</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
   <div id="version" align=right><b>slepc-3.7.3 2016-09-29</b></div>
   <div id="bugreport" align=right><a href="mailto:slepc-maint@upv.es?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: slepc-3.7.3 v3.7.3 docs/index.html "><small>Report Typos and Errors</small></a></div>
<div align ="center">
[ Manual 
| <a href="instal.htm">Installation</a> 
| <a href="changes.htm">Changes</a>
| <a href="faq.htm">FAQ</a>
| <a href="mail_list.htm">Contact</a>
] </div>

<p><a href="http://slepc.upv.es">SLEPc</a> is based on 
PETSc and therefore users are recommended to use this documentation 
together with the one provided with PETSc. Application programmers can 
easily begin to use SLEPc from a high level (starting from the tutorial 
examples) and then gradually learn more details according to their needs.

<ul>
    <li>SLEPc Users Manual - <a href="slepc.pdf">[PDF]</a>
    <li><a href="manualpages/singleindex.html">Index of all manual pages</a></p>
</ul>

<h2>SLEPc Manual Pages</h2>
<p>Main solver classes:</p>
<ul>
    <li><a href="manualpages/EPS/index.html">Eigenvalue Problem Solver (EPS)</a>
    <li><a href="manualpages/SVD/index.html">Singular Value Decomposition (SVD)</a>
    <li><a href="manualpages/PEP/index.html">Polynomial Eigenvalue Problem (PEP)</a>
    <li><a href="manualpages/NEP/index.html">Nonlinear Eigenvalue Problem (NEP)</a>
    <li><a href="manualpages/MFN/index.html">Matrix Function (MFN)</a>
</ul>
<p>Auxiliary classes and system routines:</p>
<ul>
    <li><a href="manualpages/ST/index.html">Spectral Transformation (ST)</a>
    <li><a href="manualpages/DS/index.html">Direct Solver (DS)</a>
    <li><a href="manualpages/BV/index.html">Basis Vectors (BV)</a>
    <li><a href="manualpages/FN/index.html">Mathematical Function (FN)</a>
    <li><a href="manualpages/RG/index.html">Region (RG)</a>
    <li><a href="manualpages/sys/index.html">System Routines</a>
</ul>

<p>The manual pages are split into four categories; we recommend that you 
begin with basic functionality and then gradually explore more sophisticated 
library features.
<ul>
    <li><i>Beginner</i> - Basic usage
    <li><i>Intermediate</i> - Setting options for algorithms and data structures 
    <li><i>Advanced</i> - Setting more advanced options and customization
    <li><i>Developer</i> - Interfaces intended primarily for 
                       library developers, not for typical applications programmers
</ul>
<h2>PETSc Manual Pages</h2>
<p>PETSc Documentation: <a href="http://www.mcs.anl.gov/petsc/documentation/index.html" target="_blank">[PETSc website]</a>
<h2>Additional Documentation</h2>
<p>Additional documentation including hands-on exercises and SLEPc Technical Reports can be found at the <a href="http://slepc.upv.es/documentation" target="_blank">[SLEPc website]</a>.
</body>
</html>