~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to docs/manualpages/KSP/KSPComputeExtremeSingularValues.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
</HEAD>
7
7
<BODY BGCOLOR="FFFFFF">
8
8
<A NAME="KSPComputeExtremeSingularValues"><H1>KSPComputeExtremeSingularValues</H1></A>
9
 
Computes the extreme singular values for the preconditioned operator. Called after or during <A HREF="../KSP/KSPSolve.html#KSPSolve">KSPSolve</A>() (<A HREF="../SLES/SLESSolve.html#SLESSolve">SLESSolve</A>()). 
 
9
Computes the extreme singular values for the preconditioned operator. Called after or during <A HREF="../KSP/KSPSolve.html#KSPSolve">KSPSolve</A>(). 
10
10
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
11
11
<PRE>
12
12
#include "petscksp.h" 
39
39
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
40
40
 <A HREF="../KSP/KSPSetComputeSingularValues.html#KSPSetComputeSingularValues">KSPSetComputeSingularValues</A>(), <A HREF="../KSP/KSPSingularValueMonitor.html#KSPSingularValueMonitor">KSPSingularValueMonitor</A>(), <A HREF="../KSP/KSPComputeEigenvalues.html#KSPComputeEigenvalues">KSPComputeEigenvalues</A>()
41
41
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>advanced
42
 
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/sles/ksp/interface/itfunc.c.html#KSPComputeExtremeSingularValues">src/sles/ksp/interface/itfunc.c</A>
 
42
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/ksp/interface/itfunc.c.html#KSPComputeExtremeSingularValues">src/ksp/ksp/interface/itfunc.c</A>
43
43
<BR><A HREF="./index.html">Index of all KSP routines</A>
44
44
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
45
45
<BR><A HREF="../singleindex.html">Index of all manual pages</A>