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 (119 lines) | stat: -rw-r--r-- 6,613 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html>
<head>
  <link rel="stylesheet" href="/slepc/slepc.css" type="text/css">
  <title>Singular Value Decomposition Solvers - SVD</title>
</head>

<body class="manpageindex">

<h2>Singular Value Decomposition Solvers - SVD: <a href="../../../src/svd/examples/tutorials/index.html">Examples</a></h2>

<p>
The Singular Value Decomposition Solver (SVD) is very similar to the EPS object, but intended for the computation of the partial SVD of a rectangular matrix. With this type of object, the user can specify an SVD problem and solve it with any of the different solvers encapsulated by the package. Some of these solvers are actually implemented through calls to EPS eigensolvers.
</p>
<p>
The user interface is very similar to that of EPS, both for the options database (e.g., <code>-svd_nsv 4 -svd_type lanczos</code>), and for the programmatic interface (e.g., <a href="SVDSetDimensions.html">SVDSetDimensions</a>() / <a href="SVDSetType.html">SVDSetType</a>()).
</p>


<P>
<TABLE>
<TR><TD WIDTH=250 COLSPAN="3"><B>Beginner - Basic usage</B></TD></TR>
 <TD WIDTH=250><A HREF="./SVD.html">SVD</A></TD>
 <TD WIDTH=250><A HREF="./SVDDestroy.html">SVDDestroy</A></TD>
 <TD WIDTH=250><A HREF="./SVDSolve.html">SVDSolve</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDComputeRelativeError.html">SVDComputeRelativeError</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetConverged.html">SVDGetConverged</A></TD>
 <TD WIDTH=250><A HREF="./SVDType.html">SVDType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDComputeResidualNorms.html">SVDComputeResidualNorms</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetSingularTriplet.html">SVDGetSingularTriplet</A></TD>
 <TD WIDTH=250><A HREF="./SVDView.html">SVDView</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDConvergedReason.html">SVDConvergedReason</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetFromOptions.html">SVDSetFromOptions</A></TD>
 <TD WIDTH=250><A HREF="./"></A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCreate.html">SVDCreate</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetOperator.html">SVDSetOperator</A></TD>
 <TD WIDTH=250><A HREF="./"></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="./SVDGetConvergedReason.html">SVDGetConvergedReason</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetWhichSingularTriplets.html">SVDGetWhichSingularTriplets</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetInitialSpace.html">SVDSetInitialSpace</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetDimensions.html">SVDGetDimensions</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorAll.html">SVDMonitorAll</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetInitialSpaceLeft.html">SVDSetInitialSpaceLeft</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetIterationNumber.html">SVDGetIterationNumber</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorCancel.html">SVDMonitorCancel</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetTolerances.html">SVDSetTolerances</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetMonitorContext.html">SVDGetMonitorContext</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorConverged.html">SVDMonitorConverged</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetTrackAll.html">SVDSetTrackAll</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetOperationCounters.html">SVDGetOperationCounters</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorFirst.html">SVDMonitorFirst</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetType.html">SVDSetType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetTolerances.html">SVDGetTolerances</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorSet.html">SVDMonitorSet</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetWhichSingularTriplets.html">SVDSetWhichSingularTriplets</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetTrackAll.html">SVDGetTrackAll</A></TD>
 <TD WIDTH=250><A HREF="./SVDPrintSolution.html">SVDPrintSolution</A></TD>
 <TD WIDTH=250><A HREF="./SVDWhich.html">SVDWhich</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetType.html">SVDGetType</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetDimensions.html">SVDSetDimensions</A></TD>
 <TD WIDTH=250><A HREF="./"></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="./SVDAppendOptionsPrefix.html">SVDAppendOptionsPrefix</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetOperator.html">SVDGetOperator</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetIP.html">SVDSetIP</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCrossGetEPS.html">SVDCrossGetEPS</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetOptionsPrefix.html">SVDGetOptionsPrefix</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetOptionsPrefix.html">SVDSetOptionsPrefix</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCrossSetEPS.html">SVDCrossSetEPS</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetTransposeMode.html">SVDGetTransposeMode</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetTransposeMode.html">SVDSetTransposeMode</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCyclicGetEPS.html">SVDCyclicGetEPS</A></TD>
 <TD WIDTH=250><A HREF="./SVDLanczosGetOneSide.html">SVDLanczosGetOneSide</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetUp.html">SVDSetUp</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCyclicGetExplicitMatrix.html">SVDCyclicGetExplicitMatrix</A></TD>
 <TD WIDTH=250><A HREF="./SVDLanczosSetOneSide.html">SVDLanczosSetOneSide</A></TD>
 <TD WIDTH=250><A HREF="./SVDTRLanczosGetOneSide.html">SVDTRLanczosGetOneSide</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCyclicSetEPS.html">SVDCyclicSetEPS</A></TD>
 <TD WIDTH=250><A HREF="./SVDRegister.html">SVDRegister</A></TD>
 <TD WIDTH=250><A HREF="./SVDTRLanczosSetOneSide.html">SVDTRLanczosSetOneSide</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCyclicSetExplicitMatrix.html">SVDCyclicSetExplicitMatrix</A></TD>
 <TD WIDTH=250><A HREF="./SVDRegisterAll.html">SVDRegisterAll</A></TD>
 <TD WIDTH=250><A HREF="./SVDTransposeMode.html">SVDTransposeMode</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetDS.html">SVDGetDS</A></TD>
 <TD WIDTH=250><A HREF="./SVDReset.html">SVDReset</A></TD>
 <TD WIDTH=250><A HREF="./"></A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetIP.html">SVDGetIP</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetDS.html">SVDSetDS</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="./SVDFinalizePackage.html">SVDFinalizePackage</A></TD>
 <TD WIDTH=250><A HREF="./SVDInitializePackage.html">SVDInitializePackage</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>