File: index.html

package info (click to toggle)
slepc 3.4.2.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,584 kB
  • ctags: 66,037
  • sloc: ansic: 51,275; makefile: 2,762; python: 1,577; fortran: 785; f90: 186; sh: 9
file content (52 lines) | stat: -rw-r--r-- 2,471 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
<html>
<head>
  <link rel="stylesheet" href="/slepc/slepc.css" type="text/css">
  <title>Mathematical Function - FN</title>
</head>

<body class="manpageindex">

<h2>Mathematical Function - FN</h2>

<p>
The FN package provides the functionality to represent a simple mathematical function such as an exponential, a polynomial or a rational function. This is used as a building block for defining the function associated to the nonlinear eigenproblem.
</p>


<P>
<TABLE>
<TR><TD WIDTH=250 COLSPAN="3"><B>Beginner - Basic usage</B></TD></TR>
 <TD WIDTH=250><A HREF="./FN.html">FN</A></TD>
 <TD WIDTH=250><A HREF="./FNDestroy.html">FNDestroy</A></TD>
 <TD WIDTH=250><A HREF="./FNType.html">FNType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./FNCreate.html">FNCreate</A></TD>
 <TD WIDTH=250><A HREF="./FNSetFromOptions.html">FNSetFromOptions</A></TD>
 <TD WIDTH=250><A HREF="./FNView.html">FNView</A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Intermediate - Setting options for algorithms and data structures</B></TD></TR>
 <TD WIDTH=250><A HREF="./FNEvaluateDerivative.html">FNEvaluateDerivative</A></TD>
 <TD WIDTH=250><A HREF="./FNGetParameters.html">FNGetParameters</A></TD>
 <TD WIDTH=250><A HREF="./FNSetParameters.html">FNSetParameters</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./FNEvaluateFunction.html">FNEvaluateFunction</A></TD>
 <TD WIDTH=250><A HREF="./FNGetType.html">FNGetType</A></TD>
 <TD WIDTH=250><A HREF="./FNSetType.html">FNSetType</A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Advanced - Setting more advanced options and customization</B></TD></TR>
 <TD WIDTH=250><A HREF="./FNAppendOptionsPrefix.html">FNAppendOptionsPrefix</A></TD>
 <TD WIDTH=250><A HREF="./FNRegister.html">FNRegister</A></TD>
 <TD WIDTH=250><A HREF="./FNSetOptionsPrefix.html">FNSetOptionsPrefix</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./FNGetOptionsPrefix.html">FNGetOptionsPrefix</A></TD>
 <TD WIDTH=250><A HREF="./FNRegisterAll.html">FNRegisterAll</A></TD>
 <TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Developer - Interfaces intended primarily for library developers, not for typical applications programmers</B></TD></TR>
 <TD WIDTH=250><A HREF="./FNFinalizePackage.html">FNFinalizePackage</A></TD>
 <TD WIDTH=250><A HREF="./FNInitializePackage.html">FNInitializePackage</A></TD>
 <TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>No deprecated routines</B></TD></TR>
</TABLE>
<BR><A HREF="../../index.html">Table of Contents</A>