Page MenuHomec4science

C_myNumeric.html
No OneTemporary

File Metadata

Created
Fri, May 31, 19:56

C_myNumeric.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>the C myNumeric module &mdash; pNbody v4 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="pNbody v4 documentation" href="../index.html" />
<link rel="up" title="Reference" href="Reference.html" />
<link rel="next" title="the C nbdrklib module" href="C_nbdrklib.html" />
<link rel="prev" title="the C montecarlolib module" href="C_montecarlolib.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="../np-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="C_nbdrklib.html" title="the C nbdrklib module"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="C_montecarlolib.html" title="the C montecarlolib module"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">pNbody v4 documentation</a> &raquo;</li>
<li><a href="Reference.html" accesskey="U">Reference</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="module-pNbody.myNumeric">
<span id="the-c-mynumeric-module"></span><h1>the C myNumeric module<a class="headerlink" href="#module-pNbody.myNumeric" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="pNbody.myNumeric.Interpolate_From_1d_Array">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">Interpolate_From_1d_Array</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.Interpolate_From_1d_Array" title="Permalink to this definition">¶</a></dt>
<dd><p>Interpolate values from a given array.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.Interpolate_From_2d_Array">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">Interpolate_From_2d_Array</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.Interpolate_From_2d_Array" title="Permalink to this definition">¶</a></dt>
<dd><p>Interpolate values from a given array.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.expand">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">expand</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.expand" title="Permalink to this definition">¶</a></dt>
<dd><p>Expand a matrix.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.getmask">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">getmask</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.getmask" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a mask of the same type as x which has ones where elemets of x that have a corespondant in y and zeros instead.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.histogram2d">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">histogram2d</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.histogram2d" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a 2d matrix corresponding to the histrogram of two vector values in given ranges.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.hnd">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">hnd</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.hnd" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a 3d matrix corresponding to the histrogram in n dim of a vector 3xn</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.lininterp1d">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">lininterp1d</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.lininterp1d" title="Permalink to this definition">¶</a></dt>
<dd><p>Linear interpolation of 1d function given by two vectors.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.polint">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">polint</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.polint" title="Permalink to this definition">¶</a></dt>
<dd><p>Polynomial interpolation.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.quaddinterp1d">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">quaddinterp1d</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.quaddinterp1d" title="Permalink to this definition">¶</a></dt>
<dd><p>Quadratic interpolation of 1d function given by two vectors (the slope is continuous).</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.quadinterp1d">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">quadinterp1d</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.quadinterp1d" title="Permalink to this definition">¶</a></dt>
<dd><p>Quadratic interpolation of 1d function given by two vectors.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.ratint">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">ratint</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.ratint" title="Permalink to this definition">¶</a></dt>
<dd><p>Polynomial interpolation.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.rotx">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">rotx</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.rotx" title="Permalink to this definition">¶</a></dt>
<dd><p>Rotation around the x axis.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.roty">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">roty</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.roty" title="Permalink to this definition">¶</a></dt>
<dd><p>Rotation around the y axis.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.rotz">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">rotz</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.rotz" title="Permalink to this definition">¶</a></dt>
<dd><p>Rotation around the z axis.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.spline">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">spline</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.spline" title="Permalink to this definition">¶</a></dt>
<dd><p>spline.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.spline3d">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">spline3d</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.spline3d" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a 3d interpolation.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.splint">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">splint</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.splint" title="Permalink to this definition">¶</a></dt>
<dd><p>splint.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.test">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">test</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.test" title="Permalink to this definition">¶</a></dt>
<dd><p>Some test on PyArray object.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.turnup">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">turnup</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.turnup" title="Permalink to this definition">¶</a></dt>
<dd><p>Turn up a matrix.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.vprod">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">vprod</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.vprod" title="Permalink to this definition">¶</a></dt>
<dd><p>Calculate the vectorial product of two vectors.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.myNumeric.whistogram">
<tt class="descclassname">pNbody.myNumeric.</tt><tt class="descname">whistogram</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.myNumeric.whistogram" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a weighted histogram.</p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/icon-small.jpg" alt="Logo"/>
</a></p>
<h4>Previous topic</h4>
<p class="topless"><a href="C_montecarlolib.html"
title="previous chapter">the C montecarlolib module</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="C_nbdrklib.html"
title="next chapter">the C nbdrklib module</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/rst/C_myNumeric.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="../np-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="C_nbdrklib.html" title="the C nbdrklib module"
>next</a> |</li>
<li class="right" >
<a href="C_montecarlolib.html" title="the C montecarlolib module"
>previous</a> |</li>
<li><a href="../index.html">pNbody v4 documentation</a> &raquo;</li>
<li><a href="Reference.html" >Reference</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Yves Revaz.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div>
</body>
</html>

Event Timeline