Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 263386785cefb9ae5d63b926d214d809 > files > 613

mpqc-2.1.2-4mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>sc::SCExtrapError class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.5 on Mon Oct 14 14:17:40 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>sc::SCExtrapError  Class Reference</h1><a class="el" href="class_sc__SCExtrapError.html">SCExtrapError</a> holds the error data needed by <a class="el" href="class_sc__SelfConsistentExtrapolation.html">SelfConsistentExtrapolation</a>. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="scextrap_h-source.html">scextrap.h</a>&gt;</code>
<p>
Inheritance diagram for sc::SCExtrapError<p><center><img src="class_sc__SCExtrapError_inherit_graph.gif" border="0" usemap="#sc::SCExtrapError_inherit_map" alt="Inheritance graph"></center>
<map name="sc::SCExtrapError_inherit_map">
<area href="class_sc__SavableState.html" shape="rect" coords="62,213,163,232">
<area href="class_sc__DescribedClass.html" shape="rect" coords="55,147,170,165">
<area href="class_sc__RefCount.html" shape="rect" coords="71,80,154,99">
<area href="class_sc__Identity.html" shape="rect" coords="77,13,149,32">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for sc::SCExtrapError:<p><center><img src="class_sc__SCExtrapError_coll_graph.gif" border="0" usemap="#sc::SCExtrapError_coll_map" alt="Collaboration graph"></center>
<map name="sc::SCExtrapError_coll_map">
<area href="class_sc__SavableState.html" shape="rect" coords="21,214,122,233">
<area href="class_sc__DescribedClass.html" shape="rect" coords="14,147,129,166">
<area href="class_sc__RefCount.html" shape="rect" coords="30,81,113,99">
<area href="class_sc__Identity.html" shape="rect" coords="35,14,107,33">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_sc__SCExtrapError-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="a0" doxytag="sc::SCExtrapError::SCExtrapError"></a>
&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCExtrapError.html#a0">SCExtrapError</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Construct a new <a class="el" href="class_sc__SCExtrapError.html">SCExtrapError</a>.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a1" doxytag="sc::SCExtrapError::SCExtrapError"></a>
&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCExtrapError.html#a1">SCExtrapError</a> (<a class="el" href="class_sc__StateIn.html">StateIn</a> &amp;)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor to restore <a class="el" href="class_sc__SCExtrapError.html">SCExtrapError</a> from a <a class="el" href="class_sc__StateIn.html">StateIn</a> object.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a2" doxytag="sc::SCExtrapError::~SCExtrapError"></a>
virtual&nbsp;</td><td valign=bottom><b>~SCExtrapError</b> ()</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCExtrapError.html#a3">save_data_state</a> (<a class="el" href="class_sc__StateOut.html">StateOut</a> &amp;)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Save the base classes (with save_data_state) and the members in the same order that the <a class="el" href="class_sc__StateIn.html">StateIn</a> CTOR initializes them.</em> <a href="#a3">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a4" doxytag="sc::SCExtrapError::error"></a>
virtual double&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCExtrapError.html#a4">error</a> ()=0</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns some measure of the total error.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a5" doxytag="sc::SCExtrapError::scalar_product"></a>
virtual double&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCExtrapError.html#a5">scalar_product</a> (const <a class="el" href="class_sc__Ref.html">Ref</a>&lt; SCExtrapError &gt; &amp;)=0</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Performs a scalar product between this and the given <a class="el" href="class_sc__SCExtrapError.html">SCExtrapError</a>.</em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="class_sc__SCExtrapError.html">SCExtrapError</a> holds the error data needed by <a class="el" href="class_sc__SelfConsistentExtrapolation.html">SelfConsistentExtrapolation</a>.
<p>
<hr><h2>Member Function Documentation</h2>
<a name="a3" doxytag="sc::SCExtrapError::save_data_state"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void sc::SCExtrapError::save_data_state (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_sc__StateOut.html">StateOut</a> &amp; <em>s</em>&nbsp;)<code> [virtual]</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Save the base classes (with save_data_state) and the members in the same order that the <a class="el" href="class_sc__StateIn.html">StateIn</a> CTOR initializes them.
<p>
This must be implemented by the derived class if the class has data. 
<p>
Reimplemented from <a class="el" href="class_sc__SavableState.html#a5">sc::SavableState</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="scextrap_h-source.html">scextrap.h</a></ul>
<hr>
<address>
<small>

Generated at Mon Oct 14 14:17:41 2002 for <a
href="http://aros.ca.sandia.gov/~cljanss/mpqc">MPQC</a>
2.1.2 using the documentation package <a
href="http://www.stack.nl/~dimitri/doxygen/index.html">Doxygen</a>
1.2.5.

</small>
</address>
</body>
</html>