Subversion Repositories slepc-dev

Rev

Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
45 dsic.upv.es!antodo 1
2
3
<title>manual</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
</head>
6
 
7
<body bgcolor="#FFFFFF" text="#000000">
8
<div align ="center">
9
[ Manual
10
| <a href="instal.htm">Installation</a>
11
| <a href="changes.htm">Changes</a>
12
| <a href="faq.htm">FAQ</a>
13
| <a href="mail_list.htm">Contact</a>
14
] </div>
161 dsic.upv.es!antodo 15
 
228 dsic.upv.es!jroman 16
<p><a href="http://www.grycap.upv.es/slepc">SLEPc</a> is based on
161 dsic.upv.es!antodo 17
PETSc and therefore users are recommended to use this documentation
18
together with the one provided with PETSc. Application programmers can
19
easily begin to use SLEPc from a high level (starting from the tutorial
20
examples) and then gradually learn more details according to their needs.
21
 
22
<ul>
23
    <li>SLEPc Users Manual - <a href="slepc.pdf">[PDF]</a>
2636 jroman 24
    <li><a href="manualpages/singleindex.html">Index of all manual pages</a></p>
161 dsic.upv.es!antodo 25
</ul>
26
 
27
<h2>SLEPc Manual Pages</h2>
28
<ul>
29
    <li><a href="manualpages/EPS/index.html">Eigenvalue Problem Solver (EPS)</a>
30
    <li><a href="manualpages/ST/index.html">Spectral Transformation (ST)</a>
1367 slepc 31
    <li><a href="manualpages/SVD/index.html">Singular Value Decomposition (SVD)</a>
2076 jroman 32
    <li><a href="manualpages/QEP/index.html">Quadratic Eigenvalue Problems (QEP)</a>
1367 slepc 33
    <li><a href="manualpages/IP/index.html">Inner Product (IP)</a>
34
    <li><a href="manualpages/sys/index.html">System Routines</a>
161 dsic.upv.es!antodo 35
</ul>
36
 
37
<p>The manual pages are split into four categories; we recommend that you
38
begin with basic functionality and then gradually explore more sophisticated
39
library features.
40
<ul>
41
    <li><i>Beginner</i> - Basic usage
42
    <li><i>Intermediate</i> - Setting options for algorithms and data structures
43
    <li><i>Advanced</i> - Setting more advanced options and customization
44
    <li><i>Developer</i> - Interfaces intended primarily for
45
                       library developers, not for typical applications programmers
46
</ul>
47
<h2>PETSc Manual Pages</h2>
1221 slepc 48
<p>PETSc Documentation: <a href="http://www.mcs.anl.gov/petsc/petsc-as/documentation/index.html" target="_blank">[PETSc website]</a>
49
<h2>Additional Documentation</h2>
50
<p>Additional documentation including hands-on exercises and SLEPc Technical Reports can be found at the <a href="http://www.grycap.upv.es/slepc/document.htm" target="_blank">[SLEPc website]</a>.
45 dsic.upv.es!antodo 51
</body>
52
</html>