http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/0234cfa6399d85eeba392733975ff2491b8d05c3.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/0234cfa6399d85eeba392733975ff2491b8d05c3.svn-base b/site-content/.svn/pristine/02/0234cfa6399d85eeba392733975ff2491b8d05c3.svn-base deleted file mode 100644 index 78c738c..0000000 --- a/site-content/.svn/pristine/02/0234cfa6399d85eeba392733975ff2491b8d05c3.svn-base +++ /dev/null @@ -1,203 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator (Apache Commons Math 3.6.1 API)</title> -<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator (Apache Commons Math 3.6.1 API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../../index.html?org/apache/commons/math3/ode/sampling/class-use/AbstractFieldStepInterpolator.html" target="_top">Frames</a></li> -<li><a href="AbstractFieldStepInterpolator.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h2 title="Uses of Class org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator" class="title">Uses of Class<br>org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator</h2> -</div> -<div class="classUseContainer"> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> -<caption><span>Packages that use <a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Package</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="#org.apache.commons.math3.ode">org.apache.commons.math3.ode</a></td> -<td class="colLast"> -<div class="block"> - This package provides classes to solve Ordinary Differential Equations problems.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.commons.math3.ode.sampling">org.apache.commons.math3.ode.sampling</a></td> -<td class="colLast"> -<div class="block"> - This package provides classes to handle sampling steps during - Ordinary Differential Equations integration.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<ul class="blockList"> -<li class="blockList"><a name="org.apache.commons.math3.ode"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a> in <a href="../../../../../../../org/apache/commons/math3/ode/package-summary.html">org.apache.commons.math3.ode</a></h3> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../../org/apache/commons/math3/ode/package-summary.html">org.apache.commons.math3.ode</a> with parameters of type <a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/commons/math3/ode/FieldODEStateAndDerivative.html" title="class in org.apache.commons.math3.ode">FieldODEStateAndDerivative</a><<a href="../../../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html" title="type parameter in AbstractFieldIntegrator">T</a>></code></td> -<td class="colLast"><span class="strong">AbstractFieldIntegrator.</span><code><strong><a href="../../../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html#acceptStep(org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator,%20T)">acceptStep</a></strong>(<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a><<a href="../../../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html" title="type parameter in AbstractFieldIntegrator">T</a>> interpolator, - <a href="../../../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html" title="type parameter in AbstractFieldIntegrator">T</a> tEnd)</code> -<div class="block">Accept a step, triggering events and step handlers.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.commons.math3.ode.sampling"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a> in <a href="../../../../../../../org/apache/commons/math3/ode/sampling/package-summary.html">org.apache.commons.math3.ode.sampling</a></h3> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../../org/apache/commons/math3/ode/sampling/package-summary.html">org.apache.commons.math3.ode.sampling</a> that return <a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>protected abstract <a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>></code></td> -<td class="colLast"><span class="strong">AbstractFieldStepInterpolator.</span><code><strong><a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html#create(boolean,%20org.apache.commons.math3.ode.FieldODEStateAndDerivative,%20org.apache.commons.math3.ode.FieldODEStateAndDerivative,%20org.apache.commons.math3.ode.FieldODEStateAndDerivative,%20org.apache.commons.math3.ode.FieldODEStateAndDerivative,%20org.apache.commons.math3.ode.FieldEquationsMapper)">create</a></strong>(boolean newForward, - <a href="../../../../../../../org/apache/commons/math3/ode/FieldODEStateAndDerivative.html" title="class in org.apache.commons.math3.ode">FieldODEStateAndDerivative</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>> newGlobalPreviousState, - <a href="../../../../../../../org/apache/commons/math3/ode/FieldODEStateAndDerivative.html" title="class in org.apache.commons.math3.ode">FieldODEStateAndDerivative</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>> newGlobalCurrentState, - <a href="../../../../../../../org/apache/commons/math3/ode/FieldODEStateAndDerivative.html" title="class in org.apache.commons.math3.ode">FieldODEStateAndDerivative</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>> newSoftPreviousState, - <a href="../../../../../../../org/apache/commons/math3/ode/FieldODEStateAndDerivative.html" title="class in org.apache.commons.math3.ode">FieldODEStateAndDerivative</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>> newSoftCurrentState, - <a href="../../../../../../../org/apache/commons/math3/ode/FieldEquationsMapper.html" title="class in org.apache.commons.math3.ode">FieldEquationsMapper</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>> newMapper)</code> -<div class="block">Create a new instance.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractFieldStepInterpolator</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>></code></td> -<td class="colLast"><span class="strong">AbstractFieldStepInterpolator.</span><code><strong><a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html#restrictStep(org.apache.commons.math3.ode.FieldODEStateAndDerivative,%20org.apache.commons.math3.ode.FieldODEStateAndDerivative)">restrictStep</a></strong>(<a href="../../../../../../../org/apache/commons/math3/ode/FieldODEStateAndDerivative.html" title="class in org.apache.commons.math3.ode">FieldODEStateAndDerivative</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>> previousState, - <a href="../../../../../../../org/apache/commons/math3/ode/FieldODEStateAndDerivative.html" title="class in org.apache.commons.math3.ode">FieldODEStateAndDerivative</a><<a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="type parameter in AbstractFieldStepInterpolator">T</a>> currentState)</code> -<div class="block">Create a new restricted version of the instance.</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</li> -</ul> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../../../../org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../../index.html?org/apache/commons/math3/ode/sampling/class-use/AbstractFieldStepInterpolator.html" target="_top">Frames</a></li> -<li><a href="AbstractFieldStepInterpolator.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/0235e44f5ce576c3d01cf47bc88647c94968752c.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/0235e44f5ce576c3d01cf47bc88647c94968752c.svn-base b/site-content/.svn/pristine/02/0235e44f5ce576c3d01cf47bc88647c94968752c.svn-base deleted file mode 100644 index 9a34d48..0000000 --- a/site-content/.svn/pristine/02/0235e44f5ce576c3d01cf47bc88647c94968752c.svn-base +++ /dev/null @@ -1,56 +0,0 @@ -<!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" xml:lang="en" lang="en"> -<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<title>Euclidean1DTest xref</title> -<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" /> -</head> -<body> -<div id="overview"><a href="../../../../../../../../testapidocs/org/apache/commons/math3/geometry/euclidean/oned/Euclidean1DTest.html">View Javadoc</a></div><pre> -<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_comment">/*</em> -<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em> -<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment"> * contributor license agreements. See the NOTICE file distributed with</em> -<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * this work for additional information regarding copyright ownership.</em> -<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em> -<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * (the "License"); you may not use this file except in compliance with</em> -<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * the License. You may obtain a copy of the License at</em> -<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em> -<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em> -<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> -<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> -<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em> -<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * limitations under the License.</em> -<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> */</em> -<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">package</strong> org.apache.commons.math3.geometry.euclidean.oned; -<a class="jxr_linenumber" name="L18" href="#L18">18</a> -<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> org.apache.commons.math3.TestUtils; -<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.apache.commons.math3.geometry.Space; -<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.junit.Assert; -<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.junit.Test; -<a class="jxr_linenumber" name="L23" href="#L23">23</a> -<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1DTest.html">Euclidean1DTest</a> { -<a class="jxr_linenumber" name="L25" href="#L25">25</a> -<a class="jxr_linenumber" name="L26" href="#L26">26</a> @Test -<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testDimension() { -<a class="jxr_linenumber" name="L28" href="#L28">28</a> Assert.assertEquals(1, Euclidean1D.getInstance().getDimension()); -<a class="jxr_linenumber" name="L29" href="#L29">29</a> } -<a class="jxr_linenumber" name="L30" href="#L30">30</a> -<a class="jxr_linenumber" name="L31" href="#L31">31</a> @Test(expected=Euclidean1D.NoSubSpaceException.<strong class="jxr_keyword">class</strong>) -<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testSubSpace() { -<a class="jxr_linenumber" name="L33" href="#L33">33</a> Euclidean1D.getInstance().getSubSpace(); -<a class="jxr_linenumber" name="L34" href="#L34">34</a> } -<a class="jxr_linenumber" name="L35" href="#L35">35</a> -<a class="jxr_linenumber" name="L36" href="#L36">36</a> @Test -<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testSerialization() { -<a class="jxr_linenumber" name="L38" href="#L38">38</a> Space e1 = Euclidean1D.getInstance(); -<a class="jxr_linenumber" name="L39" href="#L39">39</a> Space deserialized = (Space) TestUtils.serializeAndRecover(e1); -<a class="jxr_linenumber" name="L40" href="#L40">40</a> Assert.assertTrue(e1 == deserialized); -<a class="jxr_linenumber" name="L41" href="#L41">41</a> } -<a class="jxr_linenumber" name="L42" href="#L42">42</a> -<a class="jxr_linenumber" name="L43" href="#L43">43</a> } -</pre> -<hr/> -<div id="footer">Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/02400ede19d9f7e7b01938f2dea12f323ef221af.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/02400ede19d9f7e7b01938f2dea12f323ef221af.svn-base b/site-content/.svn/pristine/02/02400ede19d9f7e7b01938f2dea12f323ef221af.svn-base deleted file mode 100644 index cd08644..0000000 --- a/site-content/.svn/pristine/02/02400ede19d9f7e7b01938f2dea12f323ef221af.svn-base +++ /dev/null @@ -1,143 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.commons.math3.stat.data (Apache Commons Math 3.5 Test API)</title> -<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.commons.math3.stat.data (Apache Commons Math 3.5 Test API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li class="navBarCell1Rev">Package</li> -<li>Class</li> -<li><a href="package-use.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../../../org/apache/commons/math3/stat/correlation/package-summary.html">PREV PACKAGE</a></li> -<li><a href="../../../../../../org/apache/commons/math3/stat/descriptive/package-summary.html">NEXT PACKAGE</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/stat/data/package-summary.html" target="_top">FRAMES</a></li> -<li><a href="package-summary.html" target="_top">NO FRAMES</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package org.apache.commons.math3.stat.data</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../../org/apache/commons/math3/stat/data/CertifiedDataAbstractTest.html" title="class in org.apache.commons.math3.stat.data">CertifiedDataAbstractTest</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../../org/apache/commons/math3/stat/data/LewTest.html" title="class in org.apache.commons.math3.stat.data">LewTest</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../../org/apache/commons/math3/stat/data/LotteryTest.html" title="class in org.apache.commons.math3.stat.data">LotteryTest</a></td> -<td class="colLast"> </td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li class="navBarCell1Rev">Package</li> -<li>Class</li> -<li><a href="package-use.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../../../org/apache/commons/math3/stat/correlation/package-summary.html">PREV PACKAGE</a></li> -<li><a href="../../../../../../org/apache/commons/math3/stat/descriptive/package-summary.html">NEXT PACKAGE</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/stat/data/package-summary.html" target="_top">FRAMES</a></li> -<li><a href="package-summary.html" target="_top">NO FRAMES</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2003–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/024614075c5e6947fa2c054223872e49bdc79af4.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/024614075c5e6947fa2c054223872e49bdc79af4.svn-base b/site-content/.svn/pristine/02/024614075c5e6947fa2c054223872e49bdc79af4.svn-base deleted file mode 100644 index f868a19..0000000 --- a/site-content/.svn/pristine/02/024614075c5e6947fa2c054223872e49bdc79af4.svn-base +++ /dev/null @@ -1,190 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"> -<head> -<title>Source code</title> -<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<div class="sourceContainer"> -<pre><span class="sourceLineNo">001</span>/*<a name="line.1"></a> -<span class="sourceLineNo">002</span> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a> -<span class="sourceLineNo">003</span> * contributor license agreements. See the NOTICE file distributed with<a name="line.3"></a> -<span class="sourceLineNo">004</span> * this work for additional information regarding copyright ownership.<a name="line.4"></a> -<span class="sourceLineNo">005</span> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.5"></a> -<span class="sourceLineNo">006</span> * (the "License"); you may not use this file except in compliance with<a name="line.6"></a> -<span class="sourceLineNo">007</span> * the License. You may obtain a copy of the License at<a name="line.7"></a> -<span class="sourceLineNo">008</span> *<a name="line.8"></a> -<span class="sourceLineNo">009</span> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a> -<span class="sourceLineNo">010</span> *<a name="line.10"></a> -<span class="sourceLineNo">011</span> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a> -<span class="sourceLineNo">012</span> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.12"></a> -<span class="sourceLineNo">013</span> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a> -<span class="sourceLineNo">014</span> * See the License for the specific language governing permissions and<a name="line.14"></a> -<span class="sourceLineNo">015</span> * limitations under the License.<a name="line.15"></a> -<span class="sourceLineNo">016</span> */<a name="line.16"></a> -<span class="sourceLineNo">017</span><a name="line.17"></a> -<span class="sourceLineNo">018</span>package org.apache.commons.math3.distribution;<a name="line.18"></a> -<span class="sourceLineNo">019</span><a name="line.19"></a> -<span class="sourceLineNo">020</span>import org.junit.Assert;<a name="line.20"></a> -<span class="sourceLineNo">021</span>import org.junit.Test;<a name="line.21"></a> -<span class="sourceLineNo">022</span><a name="line.22"></a> -<span class="sourceLineNo">023</span>/**<a name="line.23"></a> -<span class="sourceLineNo">024</span> * Test cases for {@link KolmogorovSmirnovDistribution}.<a name="line.24"></a> -<span class="sourceLineNo">025</span> *<a name="line.25"></a> -<span class="sourceLineNo">026</span> */<a name="line.26"></a> -<span class="sourceLineNo">027</span>@Deprecated<a name="line.27"></a> -<span class="sourceLineNo">028</span>public class KolmogorovSmirnovDistributionTest {<a name="line.28"></a> -<span class="sourceLineNo">029</span> <a name="line.29"></a> -<span class="sourceLineNo">030</span> private static final double TOLERANCE = 10e-10;<a name="line.30"></a> -<span class="sourceLineNo">031</span><a name="line.31"></a> -<span class="sourceLineNo">032</span> @Test<a name="line.32"></a> -<span class="sourceLineNo">033</span> public void testCumulativeDensityFunction() {<a name="line.33"></a> -<span class="sourceLineNo">034</span> <a name="line.34"></a> -<span class="sourceLineNo">035</span> KolmogorovSmirnovDistribution dist;<a name="line.35"></a> -<span class="sourceLineNo">036</span> <a name="line.36"></a> -<span class="sourceLineNo">037</span> /* The code below is generated using the R-script located in<a name="line.37"></a> -<span class="sourceLineNo">038</span> * /src/test/R/KolmogorovSmirnovDistributionTestCases.R<a name="line.38"></a> -<span class="sourceLineNo">039</span> */<a name="line.39"></a> -<span class="sourceLineNo">040</span> <a name="line.40"></a> -<span class="sourceLineNo">041</span> /* R version 2.11.1 (2010-05-31) */<a name="line.41"></a> -<span class="sourceLineNo">042</span><a name="line.42"></a> -<span class="sourceLineNo">043</span><a name="line.43"></a> -<span class="sourceLineNo">044</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.005), n = as.integer(200), PACKAGE = "stats")$p, 40) gives<a name="line.44"></a> -<span class="sourceLineNo">045</span> * 4.907829957616471622388047046469198862537e-86<a name="line.45"></a> -<span class="sourceLineNo">046</span> */<a name="line.46"></a> -<span class="sourceLineNo">047</span> dist = new KolmogorovSmirnovDistribution(200);<a name="line.47"></a> -<span class="sourceLineNo">048</span> Assert.assertEquals(4.907829957616471622388047046469198862537e-86, dist.cdf(0.005, false), TOLERANCE);<a name="line.48"></a> -<span class="sourceLineNo">049</span><a name="line.49"></a> -<span class="sourceLineNo">050</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.02), n = as.integer(200), PACKAGE = "stats")$p, 40) gives<a name="line.50"></a> -<span class="sourceLineNo">051</span> * 5.151982014280041957199687829849210629618e-06<a name="line.51"></a> -<span class="sourceLineNo">052</span> */<a name="line.52"></a> -<span class="sourceLineNo">053</span> dist = new KolmogorovSmirnovDistribution(200);<a name="line.53"></a> -<span class="sourceLineNo">054</span> Assert.assertEquals(5.151982014280041957199687829849210629618e-06, dist.cdf(0.02, false), TOLERANCE);<a name="line.54"></a> -<span class="sourceLineNo">055</span><a name="line.55"></a> -<span class="sourceLineNo">056</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.031111), n = as.integer(200), PACKAGE = "stats")$p, 40) gives<a name="line.56"></a> -<span class="sourceLineNo">057</span> * 0.01291614648162886340443389343590752105229<a name="line.57"></a> -<span class="sourceLineNo">058</span> */<a name="line.58"></a> -<span class="sourceLineNo">059</span> dist = new KolmogorovSmirnovDistribution(200);<a name="line.59"></a> -<span class="sourceLineNo">060</span> Assert.assertEquals(0.01291614648162886340443389343590752105229, dist.cdf(0.031111, false), TOLERANCE);<a name="line.60"></a> -<span class="sourceLineNo">061</span><a name="line.61"></a> -<span class="sourceLineNo">062</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.04), n = as.integer(200), PACKAGE = "stats")$p, 40) gives<a name="line.62"></a> -<span class="sourceLineNo">063</span> * 0.1067137011362679355208626930107129737735<a name="line.63"></a> -<span class="sourceLineNo">064</span> */<a name="line.64"></a> -<span class="sourceLineNo">065</span> dist = new KolmogorovSmirnovDistribution(200);<a name="line.65"></a> -<span class="sourceLineNo">066</span> Assert.assertEquals(0.1067137011362679355208626930107129737735, dist.cdf(0.04, false), TOLERANCE);<a name="line.66"></a> -<span class="sourceLineNo">067</span><a name="line.67"></a> -<span class="sourceLineNo">068</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.005), n = as.integer(341), PACKAGE = "stats")$p, 40) gives<a name="line.68"></a> -<span class="sourceLineNo">069</span> * 1.914734701559404553985102395145063418825e-53<a name="line.69"></a> -<span class="sourceLineNo">070</span> */<a name="line.70"></a> -<span class="sourceLineNo">071</span> dist = new KolmogorovSmirnovDistribution(341);<a name="line.71"></a> -<span class="sourceLineNo">072</span> Assert.assertEquals(1.914734701559404553985102395145063418825e-53, dist.cdf(0.005, false), TOLERANCE);<a name="line.72"></a> -<span class="sourceLineNo">073</span><a name="line.73"></a> -<span class="sourceLineNo">074</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.02), n = as.integer(341), PACKAGE = "stats")$p, 40) gives<a name="line.74"></a> -<span class="sourceLineNo">075</span> * 0.001171328985781981343872182321774744195864<a name="line.75"></a> -<span class="sourceLineNo">076</span> */<a name="line.76"></a> -<span class="sourceLineNo">077</span> dist = new KolmogorovSmirnovDistribution(341);<a name="line.77"></a> -<span class="sourceLineNo">078</span> Assert.assertEquals(0.001171328985781981343872182321774744195864, dist.cdf(0.02, false), TOLERANCE);<a name="line.78"></a> -<span class="sourceLineNo">079</span><a name="line.79"></a> -<span class="sourceLineNo">080</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.031111), n = as.integer(341), PACKAGE = "stats")$p, 40) gives<a name="line.80"></a> -<span class="sourceLineNo">081</span> * 0.1142955196267499418105728636874118819833<a name="line.81"></a> -<span class="sourceLineNo">082</span> */<a name="line.82"></a> -<span class="sourceLineNo">083</span> dist = new KolmogorovSmirnovDistribution(341);<a name="line.83"></a> -<span class="sourceLineNo">084</span> Assert.assertEquals(0.1142955196267499418105728636874118819833, dist.cdf(0.031111, false), TOLERANCE);<a name="line.84"></a> -<span class="sourceLineNo">085</span><a name="line.85"></a> -<span class="sourceLineNo">086</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.04), n = as.integer(341), PACKAGE = "stats")$p, 40) gives<a name="line.86"></a> -<span class="sourceLineNo">087</span> * 0.3685529520496805266915885113121476024389<a name="line.87"></a> -<span class="sourceLineNo">088</span> */<a name="line.88"></a> -<span class="sourceLineNo">089</span> dist = new KolmogorovSmirnovDistribution(341);<a name="line.89"></a> -<span class="sourceLineNo">090</span> Assert.assertEquals(0.3685529520496805266915885113121476024389, dist.cdf(0.04, false), TOLERANCE);<a name="line.90"></a> -<span class="sourceLineNo">091</span><a name="line.91"></a> -<span class="sourceLineNo">092</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.005), n = as.integer(389), PACKAGE = "stats")$p, 40) gives<a name="line.92"></a> -<span class="sourceLineNo">093</span> * 1.810657144595055888918455512707637574637e-47<a name="line.93"></a> -<span class="sourceLineNo">094</span> */<a name="line.94"></a> -<span class="sourceLineNo">095</span> dist = new KolmogorovSmirnovDistribution(389);<a name="line.95"></a> -<span class="sourceLineNo">096</span> Assert.assertEquals(1.810657144595055888918455512707637574637e-47, dist.cdf(0.005, false), TOLERANCE);<a name="line.96"></a> -<span class="sourceLineNo">097</span><a name="line.97"></a> -<span class="sourceLineNo">098</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.02), n = as.integer(389), PACKAGE = "stats")$p, 40) gives<a name="line.98"></a> -<span class="sourceLineNo">099</span> * 0.003068542559702356568168690742481885536108<a name="line.99"></a> -<span class="sourceLineNo">100</span> */<a name="line.100"></a> -<span class="sourceLineNo">101</span> dist = new KolmogorovSmirnovDistribution(389);<a name="line.101"></a> -<span class="sourceLineNo">102</span> Assert.assertEquals(0.003068542559702356568168690742481885536108, dist.cdf(0.02, false), TOLERANCE);<a name="line.102"></a> -<span class="sourceLineNo">103</span><a name="line.103"></a> -<span class="sourceLineNo">104</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.031111), n = as.integer(389), PACKAGE = "stats")$p, 40) gives<a name="line.104"></a> -<span class="sourceLineNo">105</span> * 0.1658291700122746237244797384846606291831<a name="line.105"></a> -<span class="sourceLineNo">106</span> */<a name="line.106"></a> -<span class="sourceLineNo">107</span> dist = new KolmogorovSmirnovDistribution(389);<a name="line.107"></a> -<span class="sourceLineNo">108</span> Assert.assertEquals(0.1658291700122746237244797384846606291831, dist.cdf(0.031111, false), TOLERANCE);<a name="line.108"></a> -<span class="sourceLineNo">109</span><a name="line.109"></a> -<span class="sourceLineNo">110</span> /* formatC(.C("pkolmogorov2x", p = as.double(0.04), n = as.integer(389), PACKAGE = "stats")$p, 40) gives<a name="line.110"></a> -<span class="sourceLineNo">111</span> * 0.4513143712128902529379104180407011881471<a name="line.111"></a> -<span class="sourceLineNo">112</span> */<a name="line.112"></a> -<span class="sourceLineNo">113</span> dist = new KolmogorovSmirnovDistribution(389);<a name="line.113"></a> -<span class="sourceLineNo">114</span> Assert.assertEquals(0.4513143712128902529379104180407011881471, dist.cdf(0.04, false), TOLERANCE);<a name="line.114"></a> -<span class="sourceLineNo">115</span><a name="line.115"></a> -<span class="sourceLineNo">116</span> }<a name="line.116"></a> -<span class="sourceLineNo">117</span><a name="line.117"></a> -<span class="sourceLineNo">118</span>}<a name="line.118"></a> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</pre> -</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/024fb120aee05a4a6247ac64808ea319eb07b41d.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/024fb120aee05a4a6247ac64808ea319eb07b41d.svn-base b/site-content/.svn/pristine/02/024fb120aee05a4a6247ac64808ea319eb07b41d.svn-base deleted file mode 100644 index b5d0747..0000000 --- a/site-content/.svn/pristine/02/024fb120aee05a4a6247ac64808ea319eb07b41d.svn-base +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.commons.math3.random.Well19937c (Apache Commons Math 3.6.1 API)</title> -<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.commons.math3.random.Well19937c (Apache Commons Math 3.6.1 API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../../../org/apache/commons/math3/random/Well19937c.html" title="class in org.apache.commons.math3.random">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/random/class-use/Well19937c.html" target="_top">Frames</a></li> -<li><a href="Well19937c.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h2 title="Uses of Class org.apache.commons.math3.random.Well19937c" class="title">Uses of Class<br>org.apache.commons.math3.random.Well19937c</h2> -</div> -<div class="classUseContainer">No usage of org.apache.commons.math3.random.Well19937c</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../../../org/apache/commons/math3/random/Well19937c.html" title="class in org.apache.commons.math3.random">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/random/class-use/Well19937c.html" target="_top">Frames</a></li> -<li><a href="Well19937c.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/02535b2fe0091fb1db30f4498a4d773eec17828f.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/02535b2fe0091fb1db30f4498a4d773eec17828f.svn-base b/site-content/.svn/pristine/02/02535b2fe0091fb1db30f4498a4d773eec17828f.svn-base deleted file mode 100644 index 1df0477..0000000 --- a/site-content/.svn/pristine/02/02535b2fe0091fb1db30f4498a4d773eec17828f.svn-base +++ /dev/null @@ -1,105 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"> -<head> -<title>Source code</title> -<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<div class="sourceContainer"> -<pre><span class="sourceLineNo">001</span>/*<a name="line.1"></a> -<span class="sourceLineNo">002</span> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a> -<span class="sourceLineNo">003</span> * contributor license agreements. See the NOTICE file distributed with<a name="line.3"></a> -<span class="sourceLineNo">004</span> * this work for additional information regarding copyright ownership.<a name="line.4"></a> -<span class="sourceLineNo">005</span> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.5"></a> -<span class="sourceLineNo">006</span> * (the "License"); you may not use this file except in compliance with<a name="line.6"></a> -<span class="sourceLineNo">007</span> * the License. You may obtain a copy of the License at<a name="line.7"></a> -<span class="sourceLineNo">008</span> *<a name="line.8"></a> -<span class="sourceLineNo">009</span> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a> -<span class="sourceLineNo">010</span> *<a name="line.10"></a> -<span class="sourceLineNo">011</span> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a> -<span class="sourceLineNo">012</span> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.12"></a> -<span class="sourceLineNo">013</span> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a> -<span class="sourceLineNo">014</span> * See the License for the specific language governing permissions and<a name="line.14"></a> -<span class="sourceLineNo">015</span> * limitations under the License.<a name="line.15"></a> -<span class="sourceLineNo">016</span> */<a name="line.16"></a> -<span class="sourceLineNo">017</span>package org.apache.commons.math3.analysis.differentiation;<a name="line.17"></a> -<span class="sourceLineNo">018</span><a name="line.18"></a> -<span class="sourceLineNo">019</span>import org.apache.commons.math3.analysis.UnivariateMatrixFunction;<a name="line.19"></a> -<span class="sourceLineNo">020</span><a name="line.20"></a> -<span class="sourceLineNo">021</span>/** Interface defining the function differentiation operation.<a name="line.21"></a> -<span class="sourceLineNo">022</span> * @since 3.1<a name="line.22"></a> -<span class="sourceLineNo">023</span> */<a name="line.23"></a> -<span class="sourceLineNo">024</span>public interface UnivariateMatrixFunctionDifferentiator {<a name="line.24"></a> -<span class="sourceLineNo">025</span><a name="line.25"></a> -<span class="sourceLineNo">026</span> /** Create an implementation of a {@link UnivariateDifferentiableMatrixFunction<a name="line.26"></a> -<span class="sourceLineNo">027</span> * differential} from a regular {@link UnivariateMatrixFunction matrix function}.<a name="line.27"></a> -<span class="sourceLineNo">028</span> * @param function function to differentiate<a name="line.28"></a> -<span class="sourceLineNo">029</span> * @return differential function<a name="line.29"></a> -<span class="sourceLineNo">030</span> */<a name="line.30"></a> -<span class="sourceLineNo">031</span> UnivariateDifferentiableMatrixFunction differentiate(UnivariateMatrixFunction function);<a name="line.31"></a> -<span class="sourceLineNo">032</span><a name="line.32"></a> -<span class="sourceLineNo">033</span>}<a name="line.33"></a> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</pre> -</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/0254b33a586b348df788298fa7dfdcc45cd88bcf.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/0254b33a586b348df788298fa7dfdcc45cd88bcf.svn-base b/site-content/.svn/pristine/02/0254b33a586b348df788298fa7dfdcc45cd88bcf.svn-base deleted file mode 100644 index 6bce1e7..0000000 --- a/site-content/.svn/pristine/02/0254b33a586b348df788298fa7dfdcc45cd88bcf.svn-base +++ /dev/null @@ -1,383 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Constant Field Values (Apache Commons Math 3.5 Test API)</title> -<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (Apache Commons Math 3.5 Test API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="overview-summary.html">Overview</a></li> -<li>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-tree.html">Tree</a></li> -<li><a href="deprecated-list.html">Deprecated</a></li> -<li><a href="index-all.html">Index</a></li> -<li><a href="help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>PREV</li> -<li>NEXT</li> -</ul> -<ul class="navList"> -<li><a href="index.html?constant-values.html" target="_top">FRAMES</a></li> -<li><a href="constant-values.html" target="_top">NO FRAMES</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Constant Field Values" class="title">Constant Field Values</h1> -<h2 title="Contents">Contents</h2> -<ul> -<li><a href="#org.apache">org.apache.*</a></li> -</ul> -</div> -<div class="constantValuesContainer"><a name="org.apache"> -<!-- --> -</a> -<h2 title="org.apache">org.apache.*</h2> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.<a href="org/apache/commons/math3/PerfTestUtils.html" title="class in org.apache.commons.math3">PerfTestUtils</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.PerfTestUtils.NANO_TO_MILLI"> -<!-- --> -</a><code>public static final double</code></td> -<td><code><a href="org/apache/commons/math3/PerfTestUtils.html#NANO_TO_MILLI">NANO_TO_MILLI</a></code></td> -<td class="colLast"><code>1.0E-6</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.analysis.integration.gauss.<a href="org/apache/commons/math3/analysis/integration/gauss/HermiteParametricTest.html" title="class in org.apache.commons.math3.analysis.integration.gauss">HermiteParametricTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.analysis.integration.gauss.HermiteParametricTest.MAX_NUM_POINTS"> -<!-- --> -</a><code>public static final int</code></td> -<td><code><a href="org/apache/commons/math3/analysis/integration/gauss/HermiteParametricTest.html#MAX_NUM_POINTS">MAX_NUM_POINTS</a></code></td> -<td class="colLast"><code>30</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.analysis.integration.gauss.<a href="org/apache/commons/math3/analysis/integration/gauss/LegendreHighPrecisionParametricTest.html" title="class in org.apache.commons.math3.analysis.integration.gauss">LegendreHighPrecisionParametricTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.analysis.integration.gauss.LegendreHighPrecisionParametricTest.MAX_NUM_POINTS"> -<!-- --> -</a><code>public static final int</code></td> -<td><code><a href="org/apache/commons/math3/analysis/integration/gauss/LegendreHighPrecisionParametricTest.html#MAX_NUM_POINTS">MAX_NUM_POINTS</a></code></td> -<td class="colLast"><code>30</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.analysis.integration.gauss.<a href="org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.html" title="class in org.apache.commons.math3.analysis.integration.gauss">LegendreParametricTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.analysis.integration.gauss.LegendreParametricTest.MAX_NUM_POINTS"> -<!-- --> -</a><code>public static final int</code></td> -<td><code><a href="org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.html#MAX_NUM_POINTS">MAX_NUM_POINTS</a></code></td> -<td class="colLast"><code>30</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.fitting.leastsquares.<a href="org/apache/commons/math3/fitting/leastsquares/AbstractLeastSquaresOptimizerAbstractTest.html" title="class in org.apache.commons.math3.fitting.leastsquares">AbstractLeastSquaresOptimizerAbstractTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.fitting.leastsquares.AbstractLeastSquaresOptimizerAbstractTest.TOl"> -<!-- --> -</a><code>public static final double</code></td> -<td><code><a href="org/apache/commons/math3/fitting/leastsquares/AbstractLeastSquaresOptimizerAbstractTest.html#TOl">TOl</a></code></td> -<td class="colLast"><code>1.0E-10</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.linear.<a href="org/apache/commons/math3/linear/UnmodifiableOpenMapRealVectorTest.html" title="class in org.apache.commons.math3.linear">UnmodifiableOpenMapRealVectorTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.linear.UnmodifiableOpenMapRealVectorTest.PROBABILITY_OF_ZERO"> -<!-- --> -</a><code>public static final double</code></td> -<td><code><a href="org/apache/commons/math3/linear/UnmodifiableOpenMapRealVectorTest.html#PROBABILITY_OF_ZERO">PROBABILITY_OF_ZERO</a></code></td> -<td class="colLast"><code>0.5</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.linear.<a href="org/apache/commons/math3/linear/UnmodifiableRealVectorAbstractTest.html" title="class in org.apache.commons.math3.linear">UnmodifiableRealVectorAbstractTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.linear.UnmodifiableRealVectorAbstractTest.DIM"> -<!-- --> -</a><code>protected static final int</code></td> -<td><code><a href="org/apache/commons/math3/linear/UnmodifiableRealVectorAbstractTest.html#DIM">DIM</a></code></td> -<td class="colLast"><code>100</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.random.<a href="org/apache/commons/math3/random/EmpiricalDistributionTest.html" title="class in org.apache.commons.math3.random">EmpiricalDistributionTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.random.EmpiricalDistributionTest.n"> -<!-- --> -</a><code>protected final int</code></td> -<td><code><a href="org/apache/commons/math3/random/EmpiricalDistributionTest.html#n">n</a></code></td> -<td class="colLast"><code>10000</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.random.<a href="org/apache/commons/math3/random/RandomDataGeneratorTest.html" title="class in org.apache.commons.math3.random">RandomDataGeneratorTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.random.RandomDataGeneratorTest.largeSampleSize"> -<!-- --> -</a><code>protected final int</code></td> -<td><code><a href="org/apache/commons/math3/random/RandomDataGeneratorTest.html#largeSampleSize">largeSampleSize</a></code></td> -<td class="colLast"><code>10000</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="org.apache.commons.math3.random.RandomDataGeneratorTest.smallSampleSize"> -<!-- --> -</a><code>protected final long</code></td> -<td><code><a href="org/apache/commons/math3/random/RandomDataGeneratorTest.html#smallSampleSize">smallSampleSize</a></code></td> -<td class="colLast"><code>1000L</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.stat.descriptive.rank.<a href="org/apache/commons/math3/stat/descriptive/rank/PercentileTest.html" title="class in org.apache.commons.math3.stat.descriptive.rank">PercentileTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.stat.descriptive.rank.PercentileTest.DEFAULT_PERCENTILE"> -<!-- --> -</a><code>protected final double</code></td> -<td><code><a href="org/apache/commons/math3/stat/descriptive/rank/PercentileTest.html#DEFAULT_PERCENTILE">DEFAULT_PERCENTILE</a></code></td> -<td class="colLast"><code>95.0</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.stat.inference.<a href="org/apache/commons/math3/stat/inference/KolmogorovSmirnovTestTest.html" title="class in org.apache.commons.math3.stat.inference">KolmogorovSmirnovTestTest</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.stat.inference.KolmogorovSmirnovTestTest.TOLERANCE"> -<!-- --> -</a><code>protected static final double</code></td> -<td><code><a href="org/apache/commons/math3/stat/inference/KolmogorovSmirnovTestTest.html#TOLERANCE">TOLERANCE</a></code></td> -<td class="colLast"><code>1.0E-9</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>org.apache.commons.math3.util.<a href="org/apache/commons/math3/util/Decimal64Test.html" title="class in org.apache.commons.math3.util">Decimal64Test</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="org.apache.commons.math3.util.Decimal64Test.X"> -<!-- --> -</a><code>public static final double</code></td> -<td><code><a href="org/apache/commons/math3/util/Decimal64Test.html#X">X</a></code></td> -<td class="colLast"><code>1.2345</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="org.apache.commons.math3.util.Decimal64Test.Y"> -<!-- --> -</a><code>public static final double</code></td> -<td><code><a href="org/apache/commons/math3/util/Decimal64Test.html#Y">Y</a></code></td> -<td class="colLast"><code>6.789</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="overview-summary.html">Overview</a></li> -<li>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-tree.html">Tree</a></li> -<li><a href="deprecated-list.html">Deprecated</a></li> -<li><a href="index-all.html">Index</a></li> -<li><a href="help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>PREV</li> -<li>NEXT</li> -</ul> -<ul class="navList"> -<li><a href="index.html?constant-values.html" target="_top">FRAMES</a></li> -<li><a href="constant-values.html" target="_top">NO FRAMES</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2003–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/02/0258f6d5bc57254aafa9aad01b7f448edd397aa5.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/02/0258f6d5bc57254aafa9aad01b7f448edd397aa5.svn-base b/site-content/.svn/pristine/02/0258f6d5bc57254aafa9aad01b7f448edd397aa5.svn-base deleted file mode 100644 index d4dd1b8..0000000 --- a/site-content/.svn/pristine/02/0258f6d5bc57254aafa9aad01b7f448edd397aa5.svn-base +++ /dev/null @@ -1,186 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"> -<head> -<title>Source code</title> -<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<div class="sourceContainer"> -<pre><span class="sourceLineNo">001</span>/*<a name="line.1"></a> -<span class="sourceLineNo">002</span> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a> -<span class="sourceLineNo">003</span> * contributor license agreements. See the NOTICE file distributed with<a name="line.3"></a> -<span class="sourceLineNo">004</span> * this work for additional information regarding copyright ownership.<a name="line.4"></a> -<span class="sourceLineNo">005</span> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.5"></a> -<span class="sourceLineNo">006</span> * (the "License"); you may not use this file except in compliance with<a name="line.6"></a> -<span class="sourceLineNo">007</span> * the License. You may obtain a copy of the License at<a name="line.7"></a> -<span class="sourceLineNo">008</span> *<a name="line.8"></a> -<span class="sourceLineNo">009</span> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a> -<span class="sourceLineNo">010</span> *<a name="line.10"></a> -<span class="sourceLineNo">011</span> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a> -<span class="sourceLineNo">012</span> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.12"></a> -<span class="sourceLineNo">013</span> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a> -<span class="sourceLineNo">014</span> * See the License for the specific language governing permissions and<a name="line.14"></a> -<span class="sourceLineNo">015</span> * limitations under the License.<a name="line.15"></a> -<span class="sourceLineNo">016</span> */<a name="line.16"></a> -<span class="sourceLineNo">017</span><a name="line.17"></a> -<span class="sourceLineNo">018</span>package org.apache.commons.math3.ode;<a name="line.18"></a> -<span class="sourceLineNo">019</span><a name="line.19"></a> -<span class="sourceLineNo">020</span><a name="line.20"></a> -<span class="sourceLineNo">021</span>/** This class converts second order differential equations to first<a name="line.21"></a> -<span class="sourceLineNo">022</span> * order ones.<a name="line.22"></a> -<span class="sourceLineNo">023</span> *<a name="line.23"></a> -<span class="sourceLineNo">024</span> * <p>This class is a wrapper around a {@link<a name="line.24"></a> -<span class="sourceLineNo">025</span> * SecondOrderDifferentialEquations} which allow to use a {@link<a name="line.25"></a> -<span class="sourceLineNo">026</span> * FirstOrderIntegrator} to integrate it.</p><a name="line.26"></a> -<span class="sourceLineNo">027</span> *<a name="line.27"></a> -<span class="sourceLineNo">028</span> * <p>The transformation is done by changing the n dimension state<a name="line.28"></a> -<span class="sourceLineNo">029</span> * vector to a 2n dimension vector, where the first n components are<a name="line.29"></a> -<span class="sourceLineNo">030</span> * the initial state variables and the n last components are their<a name="line.30"></a> -<span class="sourceLineNo">031</span> * first time derivative. The first time derivative of this state<a name="line.31"></a> -<span class="sourceLineNo">032</span> * vector then really contains both the first and second time<a name="line.32"></a> -<span class="sourceLineNo">033</span> * derivative of the initial state vector, which can be handled by the<a name="line.33"></a> -<span class="sourceLineNo">034</span> * underlying second order equations set.</p><a name="line.34"></a> -<span class="sourceLineNo">035</span> *<a name="line.35"></a> -<span class="sourceLineNo">036</span> * <p>One should be aware that the data is duplicated during the<a name="line.36"></a> -<span class="sourceLineNo">037</span> * transformation process and that for each call to {@link<a name="line.37"></a> -<span class="sourceLineNo">038</span> * #computeDerivatives computeDerivatives}, this wrapper does copy 4n<a name="line.38"></a> -<span class="sourceLineNo">039</span> * scalars : 2n before the call to {@link<a name="line.39"></a> -<span class="sourceLineNo">040</span> * SecondOrderDifferentialEquations#computeSecondDerivatives<a name="line.40"></a> -<span class="sourceLineNo">041</span> * computeSecondDerivatives} in order to dispatch the y state vector<a name="line.41"></a> -<span class="sourceLineNo">042</span> * into z and zDot, and 2n after the call to gather zDot and zDDot<a name="line.42"></a> -<span class="sourceLineNo">043</span> * into yDot. Since the underlying problem by itself perhaps also<a name="line.43"></a> -<span class="sourceLineNo">044</span> * needs to copy data and dispatch the arrays into domain objects,<a name="line.44"></a> -<span class="sourceLineNo">045</span> * this has an impact on both memory and CPU usage. The only way to<a name="line.45"></a> -<span class="sourceLineNo">046</span> * avoid this duplication is to perform the transformation at the<a name="line.46"></a> -<span class="sourceLineNo">047</span> * problem level, i.e. to implement the problem as a first order one<a name="line.47"></a> -<span class="sourceLineNo">048</span> * and then avoid using this class.</p><a name="line.48"></a> -<span class="sourceLineNo">049</span> *<a name="line.49"></a> -<span class="sourceLineNo">050</span> * @see FirstOrderIntegrator<a name="line.50"></a> -<span class="sourceLineNo">051</span> * @see FirstOrderDifferentialEquations<a name="line.51"></a> -<span class="sourceLineNo">052</span> * @see SecondOrderDifferentialEquations<a name="line.52"></a> -<span class="sourceLineNo">053</span> * @since 1.2<a name="line.53"></a> -<span class="sourceLineNo">054</span> */<a name="line.54"></a> -<span class="sourceLineNo">055</span><a name="line.55"></a> -<span class="sourceLineNo">056</span>public class FirstOrderConverter implements FirstOrderDifferentialEquations {<a name="line.56"></a> -<span class="sourceLineNo">057</span><a name="line.57"></a> -<span class="sourceLineNo">058</span> /** Underlying second order equations set. */<a name="line.58"></a> -<span class="sourceLineNo">059</span> private final SecondOrderDifferentialEquations equations;<a name="line.59"></a> -<span class="sourceLineNo">060</span><a name="line.60"></a> -<span class="sourceLineNo">061</span> /** second order problem dimension. */<a name="line.61"></a> -<span class="sourceLineNo">062</span> private final int dimension;<a name="line.62"></a> -<span class="sourceLineNo">063</span><a name="line.63"></a> -<span class="sourceLineNo">064</span> /** state vector. */<a name="line.64"></a> -<span class="sourceLineNo">065</span> private final double[] z;<a name="line.65"></a> -<span class="sourceLineNo">066</span><a name="line.66"></a> -<span class="sourceLineNo">067</span> /** first time derivative of the state vector. */<a name="line.67"></a> -<span class="sourceLineNo">068</span> private final double[] zDot;<a name="line.68"></a> -<span class="sourceLineNo">069</span><a name="line.69"></a> -<span class="sourceLineNo">070</span> /** second time derivative of the state vector. */<a name="line.70"></a> -<span class="sourceLineNo">071</span> private final double[] zDDot;<a name="line.71"></a> -<span class="sourceLineNo">072</span><a name="line.72"></a> -<span class="sourceLineNo">073</span> /** Simple constructor.<a name="line.73"></a> -<span class="sourceLineNo">074</span> * Build a converter around a second order equations set.<a name="line.74"></a> -<span class="sourceLineNo">075</span> * @param equations second order equations set to convert<a name="line.75"></a> -<span class="sourceLineNo">076</span> */<a name="line.76"></a> -<span class="sourceLineNo">077</span> public FirstOrderConverter (final SecondOrderDifferentialEquations equations) {<a name="line.77"></a> -<span class="sourceLineNo">078</span> this.equations = equations;<a name="line.78"></a> -<span class="sourceLineNo">079</span> dimension = equations.getDimension();<a name="line.79"></a> -<span class="sourceLineNo">080</span> z = new double[dimension];<a name="line.80"></a> -<span class="sourceLineNo">081</span> zDot = new double[dimension];<a name="line.81"></a> -<span class="sourceLineNo">082</span> zDDot = new double[dimension];<a name="line.82"></a> -<span class="sourceLineNo">083</span> }<a name="line.83"></a> -<span class="sourceLineNo">084</span><a name="line.84"></a> -<span class="sourceLineNo">085</span> /** Get the dimension of the problem.<a name="line.85"></a> -<span class="sourceLineNo">086</span> * <p>The dimension of the first order problem is twice the<a name="line.86"></a> -<span class="sourceLineNo">087</span> * dimension of the underlying second order problem.</p><a name="line.87"></a> -<span class="sourceLineNo">088</span> * @return dimension of the problem<a name="line.88"></a> -<span class="sourceLineNo">089</span> */<a name="line.89"></a> -<span class="sourceLineNo">090</span> public int getDimension() {<a name="line.90"></a> -<span class="sourceLineNo">091</span> return 2 * dimension;<a name="line.91"></a> -<span class="sourceLineNo">092</span> }<a name="line.92"></a> -<span class="sourceLineNo">093</span><a name="line.93"></a> -<span class="sourceLineNo">094</span> /** Get the current time derivative of the state vector.<a name="line.94"></a> -<span class="sourceLineNo">095</span> * @param t current value of the independent <I>time</I> variable<a name="line.95"></a> -<span class="sourceLineNo">096</span> * @param y array containing the current value of the state vector<a name="line.96"></a> -<span class="sourceLineNo">097</span> * @param yDot placeholder array where to put the time derivative of the state vector<a name="line.97"></a> -<span class="sourceLineNo">098</span> */<a name="line.98"></a> -<span class="sourceLineNo">099</span> public void computeDerivatives(final double t, final double[] y, final double[] yDot) {<a name="line.99"></a> -<span class="sourceLineNo">100</span><a name="line.100"></a> -<span class="sourceLineNo">101</span> // split the state vector in two<a name="line.101"></a> -<span class="sourceLineNo">102</span> System.arraycopy(y, 0, z, 0, dimension);<a name="line.102"></a> -<span class="sourceLineNo">103</span> System.arraycopy(y, dimension, zDot, 0, dimension);<a name="line.103"></a> -<span class="sourceLineNo">104</span><a name="line.104"></a> -<span class="sourceLineNo">105</span> // apply the underlying equations set<a name="line.105"></a> -<span class="sourceLineNo">106</span> equations.computeSecondDerivatives(t, z, zDot, zDDot);<a name="line.106"></a> -<span class="sourceLineNo">107</span><a name="line.107"></a> -<span class="sourceLineNo">108</span> // build the result state derivative<a name="line.108"></a> -<span class="sourceLineNo">109</span> System.arraycopy(zDot, 0, yDot, 0, dimension);<a name="line.109"></a> -<span class="sourceLineNo">110</span> System.arraycopy(zDDot, 0, yDot, dimension, dimension);<a name="line.110"></a> -<span class="sourceLineNo">111</span><a name="line.111"></a> -<span class="sourceLineNo">112</span> }<a name="line.112"></a> -<span class="sourceLineNo">113</span><a name="line.113"></a> -<span class="sourceLineNo">114</span>}<a name="line.114"></a> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</pre> -</div> -</body> -</html>
