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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/KSP/KSPLSQRGetStandardErrorVec.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>KSPLSQRGetStandardErrorVec</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<div id="version" align=right><b>petsc-3.10.3 2018-12-18</b></div>
<div id="bugreport" align=right><a href="mailto:petsc-maint@mcs.anl.gov?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: petsc-3.10.3 v3.10.3 docs/manualpages/KSP/KSPLSQRGetStandardErrorVec.html "><small>Report Typos and Errors</small></a></div>
<A NAME="KSPLSQRGetStandardErrorVec"><H1>KSPLSQRGetStandardErrorVec</H1></A>
Get vector of standard error estimates. Only available if -ksp_lsqr_set_standard_error was set to true or <A HREF="../KSP/KSPLSQRSetComputeStandardErrorVec.html#KSPLSQRSetComputeStandardErrorVec">KSPLSQRSetComputeStandardErrorVec</A>(ksp, <A HREF="../Sys/PETSC_TRUE.html#PETSC_TRUE">PETSC_TRUE</A>) was called. Otherwise returns NULL.
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
#include "petscksp.h"
<A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../KSP/KSPLSQRGetStandardErrorVec.html#KSPLSQRGetStandardErrorVec">KSPLSQRGetStandardErrorVec</A>(<A HREF="../KSP/KSP.html#KSP">KSP</A> ksp,<A HREF="../Vec/Vec.html#Vec">Vec</A> *se)
</PRE>
Not Collective
<P>
<H3><FONT COLOR="#CC3333">Input Parameters</FONT></H3>
<DT><B>ksp </B> -iterative context
<br>
<P>
<H3><FONT COLOR="#CC3333">Output Parameters</FONT></H3>
<DT><B>se </B> -vector of standard estimates
<br>
<P>
<H3><FONT COLOR="#CC3333">Options Database Keys</FONT></H3>
<DT><B>-ksp_lsqr_set_standard_error </B> -set standard error estimates of solution
<br>
<P>
<H3><FONT COLOR="#CC3333">Developer notes</FONT></H3>
Vaclav: I'm not sure whether this vector is useful for anything.
<P>
<P>
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
<A HREF="../KSP/KSP.html#KSP">KSP</A>, <A HREF="../KSP/KSPLSQR.html#KSPLSQR">KSPLSQR</A>
<BR>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../KSP/KSPSolve.html#KSPSolve">KSPSolve</A>(), <A HREF="../KSP/KSPLSQR.html#KSPLSQR">KSPLSQR</A>, <A HREF="../KSP/KSPLSQRSetComputeStandardErrorVec.html#KSPLSQRSetComputeStandardErrorVec">KSPLSQRSetComputeStandardErrorVec</A>()
<BR><P><B></B><H3><FONT COLOR="#CC3333">Level</FONT></H3>intermediate<BR>
<H3><FONT COLOR="#CC3333">Location</FONT></H3>
</B><A HREF="../../../src/ksp/ksp/impls/lsqr/lsqr.c.html#KSPLSQRGetStandardErrorVec">src/ksp/ksp/impls/lsqr/lsqr.c</A>
<BR><A HREF="./index.html">Index of all KSP routines</A>
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
</BODY></HTML>
|