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 (141 lines) | stat: -rw-r--r-- 8,408 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<html>
<head> <link rel="canonical" href="http://slepc.upv.es/documentation/current/docs/manualpages/SVD/index.html" />
  <link rel="stylesheet" href="/slepc.css" type="text/css">
  <title>Singular Value Decomposition Solvers - SVD</title>
</head>

<body class="manpageindex">
   <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/manualpages/SVD/index.html "><small>Report Typos and Errors</small></a></div>

<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="./SVDGetConverged.html">SVDGetConverged</A></TD>
 <TD WIDTH=250><A HREF="./SVDSolve.html">SVDSolve</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDComputeError.html">SVDComputeError</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetSingularTriplet.html">SVDGetSingularTriplet</A></TD>
 <TD WIDTH=250><A HREF="./SVDType.html">SVDType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCreate.html">SVDCreate</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetFromOptions.html">SVDSetFromOptions</A></TD>
 <TD WIDTH=250><A HREF="./SVDView.html">SVDView</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDDestroy.html">SVDDestroy</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="./SVDConv.html">SVDConv</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetType.html">SVDGetType</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetDimensions.html">SVDSetDimensions</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDConvergedReason.html">SVDConvergedReason</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="./SVDErrorType.html">SVDErrorType</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="./SVDErrorView.html">SVDErrorView</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="./SVDGetConvergedReason.html">SVDGetConvergedReason</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorConverged.html">SVDMonitorConverged</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetType.html">SVDSetType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetConvergenceTest.html">SVDGetConvergenceTest</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorFirst.html">SVDMonitorFirst</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetWhichSingularTriplets.html">SVDSetWhichSingularTriplets</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetDimensions.html">SVDGetDimensions</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorLGCreate.html">SVDMonitorLGCreate</A></TD>
 <TD WIDTH=250><A HREF="./SVDValuesView.html">SVDValuesView</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetIterationNumber.html">SVDGetIterationNumber</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorSet.html">SVDMonitorSet</A></TD>
 <TD WIDTH=250><A HREF="./SVDVectorsView.html">SVDVectorsView</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetMonitorContext.html">SVDGetMonitorContext</A></TD>
 <TD WIDTH=250><A HREF="./SVDReasonView.html">SVDReasonView</A></TD>
 <TD WIDTH=250><A HREF="./SVDWhich.html">SVDWhich</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetTolerances.html">SVDGetTolerances</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetConvergenceTest.html">SVDSetConvergenceTest</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="./SVDSetDS.html">SVDSetDS</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="./SVDSetImplicitTranspose.html">SVDSetImplicitTranspose</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDCrossSetEPS.html">SVDCrossSetEPS</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetStoppingTest.html">SVDGetStoppingTest</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetOptionsPrefix.html">SVDSetOptionsPrefix</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="./SVDSetStoppingTest.html">SVDSetStoppingTest</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="./SVDSetStoppingTestFunction.html">SVDSetStoppingTestFunction</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="./SVDStop.html">SVDStop</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="./SVDStoppingBasic.html">SVDStoppingBasic</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetBV.html">SVDGetBV</A></TD>
 <TD WIDTH=250><A HREF="./SVDReset.html">SVDReset</A></TD>
 <TD WIDTH=250><A HREF="./SVDTRLanczosGetOneSide.html">SVDTRLanczosGetOneSide</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetDS.html">SVDGetDS</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetBV.html">SVDSetBV</A></TD>
 <TD WIDTH=250><A HREF="./SVDTRLanczosSetOneSide.html">SVDTRLanczosSetOneSide</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDGetImplicitTranspose.html">SVDGetImplicitTranspose</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetConvergenceTestFunction.html">SVDSetConvergenceTestFunction</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="./SVDAllocateSolution.html">SVDAllocateSolution</A></TD>
 <TD WIDTH=250><A HREF="./SVDGetTrackAll.html">SVDGetTrackAll</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetTrackAll.html">SVDSetTrackAll</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDConvMonitorSetFromOptions.html">SVDConvMonitorSetFromOptions</A></TD>
 <TD WIDTH=250><A HREF="./SVDInitializePackage.html">SVDInitializePackage</A></TD>
 <TD WIDTH=250><A HREF="./SVDSetUp.html">SVDSetUp</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDErrorViewFromOptions.html">SVDErrorViewFromOptions</A></TD>
 <TD WIDTH=250><A HREF="./SVDMonitorSetFromOptions.html">SVDMonitorSetFromOptions</A></TD>
 <TD WIDTH=250><A HREF="./SVDValuesViewFromOptions.html">SVDValuesViewFromOptions</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./SVDFinalizePackage.html">SVDFinalizePackage</A></TD>
 <TD WIDTH=250><A HREF="./SVDReasonViewFromOptions.html">SVDReasonViewFromOptions</A></TD>
 <TD WIDTH=250><A HREF="./SVDVectorsViewFromOptions.html">SVDVectorsViewFromOptions</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>