Modified: websites/production/commons/content/proper/commons-math/userguide/optimization.html ============================================================================== --- websites/production/commons/content/proper/commons-math/userguide/optimization.html (original) +++ websites/production/commons/content/proper/commons-math/userguide/optimization.html Thu May 15 09:28:44 2014 @@ -1,240 +1,303 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia at 03 November 2013 ( $Revision: 1080083 $ ) --> -<!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ --> +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 15 May 2014 + | Rendered using Apache Maven Fluido Skin 1.3.0 +--> <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" /> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20140515" /> + <meta http-equiv="Content-Language" content="en" /> <title>Math - The Commons Math User Guide - Optimization</title> - <style type="text/css" media="all"> - @import url("../css/maven-base.css"); - @import url("../css/maven-theme.css"); - @import url("../css/site.css"); - </style> - <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20131103" /> - <meta http-equiv="Content-Language" content="en" /> - -<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> -<link rel="stylesheet" type="text/css" href="../css/prettify.css" media="all"/> - </head> - <body class="composite"> - <div id="banner"> - <div id="bannerLeft"> - <a href="http://commons.apache.org/" title="Apache Commons logo"> - <img src="../images/commons-logo.png" alt="Apache Commons logo"/> + + <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="../css/site.css" type="text/css" /> + <link rel="stylesheet" href="../css/print.css" media="print" /> + + <script type="text/javascript" src="../js/jquery.min.js"></script> + <script type="text/javascript" src="../js/bootstrap.min.js"></script> + <script type="text/javascript" src="../js/prettify.min.js"></script> + <script type="text/javascript" src="../js/site.js"></script> + + +<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> +<link rel="stylesheet" type="text/css" href="../css/prettify.css" media="all"/> + </head> + + <body class="composite"> + <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <img class="logo-left" src="../images/commons-logo.png" alt="Apache Commons logo"/> </a> - </div><!-- id="bannerLeft" --> - <div id="bannerRight"> - <a href="../index.html"> - <img src="../images/math.gif" alt="Commons Math"/> + <a href="../index.html" id="bannerRight"> + <img class="logo-right" src="../images/math.gif" alt="Commons Math"/> </a> - </div><!-- id="bannerRight" --> - <div class="clear"> - <hr/> - </div> - </div> - <div id="breadcrumbs"> - - - <div class="xleft"> - <span id="publishDate">Last Published: 03 November 2013</span> - | <span id="projectVersion">Version: 3.3-SNAPSHOT</span> - </div> - <div class="xright"> <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a> - | - <a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> - | - <a href="../../../" title="Commons">Commons</a> - - - </div> - <div class="clear"> - <hr/> - </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - - - <h5>Math</h5> - <ul> - <li class="none"> - <a href="../index.html" title="Overview">Overview</a> - </li> - <li class="none"> - <a href="../../../math/download_math.cgi" title="Downloads">Downloads</a> - </li> - <li class="none"> - <a href="../apidocs/index.html" title="Latest API docs (development)">Latest API docs (development)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.2/index.html" title="Javadoc (3.2 release)">Javadoc (3.2 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.1.1/index.html" title="Javadoc (3.1.1 release)">Javadoc (3.1.1 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.1/index.html" title="Javadoc (3.1 release)">Javadoc (3.1 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.0/index.html" title="Javadoc (3.0 release)">Javadoc (3.0 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-2.2/index.html" title="Javadoc (2.2 release)">Javadoc (2.2 release)</a> - </li> - <li class="none"> - <a href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a> - </li> - <li class="none"> - <a href="http://svn.apache.org/viewvc/commons/proper/math/trunk" class="externalLink" title="Source Repository (current)">Source Repository (current)</a> - </li> - <li class="none"> - <a href="http://wiki.apache.org/commons/Math" class="externalLink" title="Wiki">Wiki</a> - </li> - <li class="none"> - <a href="../developers.html" title="Developers Guide">Developers Guide</a> - </li> - <li class="none"> - <a href="../proposal.html" title="Proposal">Proposal</a> - </li> - </ul> - <h5>User Guide</h5> - <ul> - <li class="none"> - <a href="../userguide/index.html" title="Contents">Contents</a> - </li> - <li class="none"> - <a href="../userguide/overview.html" title="Overview">Overview</a> - </li> - <li class="none"> - <a href="../userguide/stat.html" title="Statistics">Statistics</a> - </li> - <li class="none"> - <a href="../userguide/random.html" title="Data Generation">Data Generation</a> - </li> - <li class="none"> - <a href="../userguide/linear.html" title="Linear Algebra">Linear Algebra</a> - </li> - <li class="none"> - <a href="../userguide/analysis.html" title="Numerical Analysis">Numerical Analysis</a> - </li> - <li class="none"> - <a href="../userguide/special.html" title="Special Functions">Special Functions</a> - </li> - <li class="none"> - <a href="../userguide/utilities.html" title="Utilities">Utilities</a> - </li> - <li class="none"> - <a href="../userguide/complex.html" title="Complex Numbers">Complex Numbers</a> - </li> - <li class="none"> - <a href="../userguide/distribution.html" title="Distributions">Distributions</a> - </li> - <li class="none"> - <a href="../userguide/fraction.html" title="Fractions">Fractions</a> - </li> - <li class="none"> - <a href="../userguide/transform.html" title="Transform Methods">Transform Methods</a> - </li> - <li class="none"> - <a href="../userguide/geometry.html" title="3D Geometry">3D Geometry</a> - </li> - <li class="none"> - <strong>Optimization</strong> - </li> - <li class="none"> - <a href="../userguide/ode.html" title="Ordinary Differential Equations">Ordinary Differential Equations</a> - </li> - <li class="none"> - <a href="../userguide/genetics.html" title="Genetic Algorithms">Genetic Algorithms</a> - </li> - <li class="none"> - <a href="../userguide/filter.html" title="Filters">Filters</a> - </li> - <li class="none"> - <a href="../userguide/fitting.html" title="Fitting">Fitting</a> - </li> - <li class="none"> - <a href="../userguide/ml.html" title="Machine Learning">Machine Learning</a> - </li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"> - <a href="../project-info.html" title="Project Information">Project Information</a> - </li> - <li class="collapsed"> - <a href="../project-reports.html" title="Project Reports">Project Reports</a> - </li> - </ul> - <h5>Commons</h5> - <ul> - <li class="none"> - <a href="../../../" title="Home">Home</a> - </li> - <li class="none"> - <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a> - </li> - <li class="collapsed"> - <a href="../../../components.html" title="Components">Components</a> - </li> - <li class="collapsed"> - <a href="../../../sandbox/index.html" title="Sandbox">Sandbox</a> - </li> - <li class="collapsed"> - <a href="../../../dormant/index.html" title="Dormant">Dormant</a> - </li> - </ul> - <h5>General Information</h5> - <ul> - <li class="none"> - <a href="../../../volunteering.html" title="Volunteering">Volunteering</a> - </li> - <li class="none"> - <a href="../../../patches.html" title="Contributing Patches">Contributing Patches</a> - </li> - <li class="none"> - <a href="../../../building.html" title="Building Components">Building Components</a> - </li> - <li class="none"> - <a href="../../../releases/index.html" title="Releasing Components">Releasing Components</a> - </li> - <li class="none"> - <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki">Wiki</a> - </li> - </ul> - <h5>ASF</h5> - <ul> - <li class="none"> - <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">Get Involved</a> - </li> - <li class="none"> - <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">Developer Resources</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a> - </li> - </ul> - <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy"> - <img class="poweredBy" alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> + <ul class="nav"> + + <li id="publishDate">Last Published: 15 May 2014</li> + <li class="divider">|</li> <li id="projectVersion">Version: 3.3</li> + </ul> + <div class="pull-right"> <ul class="nav"> + <li> + <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon"> + ApacheCon</a> + </li> + <li> + <a href="http://www.apache.org" class="externalLink" title="Apache"> + Apache</a> + </li> + <li> + <a href="../../../" title="Commons"> + Commons</a> + </li> + </ul> +</div> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Math</li> + <li class="none"> + <a href="../index.html" title="Overview"> + Overview</a> + </li> + <li class="none"> + <a href="../../../math/download_math.cgi" title="Downloads"> + Downloads</a> + </li> + <li class="none"> + <a href="../apidocs/index.html" title="Latest API docs (development)"> + Latest API docs (development)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.3/index.html" title="Javadoc (3.3 release)"> + Javadoc (3.3 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.2/index.html" title="Javadoc (3.2 release)"> + Javadoc (3.2 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.1.1/index.html" title="Javadoc (3.1.1 release)"> + Javadoc (3.1.1 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.1/index.html" title="Javadoc (3.1 release)"> + Javadoc (3.1 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.0/index.html" title="Javadoc (3.0 release)"> + Javadoc (3.0 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-2.2/index.html" title="Javadoc (2.2 release)"> + Javadoc (2.2 release)</a> + </li> + <li class="none"> + <a href="../issue-tracking.html" title="Issue Tracking"> + Issue Tracking</a> + </li> + <li class="none"> + <a href="http://svn.apache.org/viewvc/commons/proper/math/trunk" class="externalLink" title="Source Repository (current)"> + Source Repository (current)</a> + </li> + <li class="none"> + <a href="http://wiki.apache.org/commons/Math" class="externalLink" title="Wiki"> + Wiki</a> + </li> + <li class="none"> + <a href="../developers.html" title="Developers Guide"> + Developers Guide</a> + </li> + <li class="none"> + <a href="../proposal.html" title="Proposal"> + Proposal</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header"><i class="icon-book"></i>User Guide</li> + <li class="none"> + <a href="../userguide/index.html" title="Contents"> + Contents</a> + </li> + <li class="none"> + <a href="../userguide/overview.html" title="Overview"> + Overview</a> + </li> + <li class="none"> + <a href="../userguide/stat.html" title="Statistics"> + Statistics</a> + </li> + <li class="none"> + <a href="../userguide/random.html" title="Data Generation"> + Data Generation</a> + </li> + <li class="none"> + <a href="../userguide/linear.html" title="Linear Algebra"> + Linear Algebra</a> + </li> + <li class="none"> + <a href="../userguide/analysis.html" title="Numerical Analysis"> + Numerical Analysis</a> + </li> + <li class="none"> + <a href="../userguide/special.html" title="Special Functions"> + Special Functions</a> + </li> + <li class="none"> + <a href="../userguide/utilities.html" title="Utilities"> + Utilities</a> + </li> + <li class="none"> + <a href="../userguide/complex.html" title="Complex Numbers"> + Complex Numbers</a> + </li> + <li class="none"> + <a href="../userguide/distribution.html" title="Distributions"> + Distributions</a> + </li> + <li class="none"> + <a href="../userguide/fraction.html" title="Fractions"> + Fractions</a> + </li> + <li class="none"> + <a href="../userguide/transform.html" title="Transform Methods"> + Transform Methods</a> + </li> + <li class="none"> + <a href="../userguide/geometry.html" title="3D Geometry"> + 3D Geometry</a> + </li> + <li class="none active"> + <a href="../userguide/optimization.html" title="Optimization"> + Optimization</a> + </li> + <li class="none"> + <a href="../userguide/ode.html" title="Ordinary Differential Equations"> + Ordinary Differential Equations</a> + </li> + <li class="none"> + <a href="../userguide/genetics.html" title="Genetic Algorithms"> + Genetic Algorithms</a> + </li> + <li class="none"> + <a href="../userguide/filter.html" title="Filters"> + Filters</a> + </li> + <li class="none"> + <a href="../userguide/fitting.html" title="Fitting"> + Fitting</a> + </li> + <li class="none"> + <a href="../userguide/ml.html" title="Machine Learning"> + Machine Learning</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="collapsed"> + <a href="../project-info.html" title="Project Information"> + Project Information</a> + </li> + <li class="collapsed"> + <a href="../project-reports.html" title="Project Reports"> + Project Reports</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Commons</li> + <li class="none"> + <a href="../../../" title="Home"> + Home</a> + </li> + <li class="none"> + <a href="http://www.apache.org/licenses/" class="externalLink" title="License"> + License</a> + </li> + <li class="collapsed"> + <a href="../../../components.html" title="Components"> + Components</a> + </li> + <li class="collapsed"> + <a href="../../../sandbox/index.html" title="Sandbox"> + Sandbox</a> + </li> + <li class="collapsed"> + <a href="../../../dormant/index.html" title="Dormant"> + Dormant</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">General Information</li> + <li class="none"> + <a href="../../../volunteering.html" title="Volunteering"> + Volunteering</a> + </li> + <li class="none"> + <a href="../../../patches.html" title="Contributing Patches"> + Contributing Patches</a> + </li> + <li class="none"> + <a href="../../../building.html" title="Building Components"> + Building Components</a> + </li> + <li class="none"> + <a href="../../../releases/index.html" title="Releasing Components"> + Releasing Components</a> + </li> + <li class="none"> + <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki"> + Wiki</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">ASF</li> + <li class="none"> + <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"> + How the ASF works</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved"> + Get Involved</a> + </li> + <li class="none"> + <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources"> + Developer Resources</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> + Sponsorship</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + Thanks</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy"> + <img class="builtBy" alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png" /> </a> - <a href="http://maven.apache.org/" title="Maven" class="poweredBy"> - <img class="poweredBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> + <a href="http://maven.apache.org/" title="Maven" class="builtBy"> + <img class="builtBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> </a> - - - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - <!-- Licensed to the Apache Software Foundation (ASF) under one or more + </div> + </td> + <td class="content"> + <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 @@ -965,23 +1028,19 @@ C: 16.324008168386605 </div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="center">Copyright © 2003-2013 + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 2003-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. - All Rights Reserved. - - </div> - -<div class="center">Apache Commons, Apache Apache Commons Math, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. + All Rights Reserved.</p> + +<div class="center">Apache Commons, Apache Commons Math, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - <div class="clear"> - <hr/> - </div> - </div> - </body> + </div> + </body> + </html> \ No newline at end of file
Modified: websites/production/commons/content/proper/commons-math/userguide/overview.html ============================================================================== --- websites/production/commons/content/proper/commons-math/userguide/overview.html (original) +++ websites/production/commons/content/proper/commons-math/userguide/overview.html Thu May 15 09:28:44 2014 @@ -1,240 +1,303 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia at 03 November 2013 ( $Revision: 1080083 $ ) --> -<!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ --> +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 15 May 2014 + | Rendered using Apache Maven Fluido Skin 1.3.0 +--> <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" /> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20140515" /> + <meta http-equiv="Content-Language" content="en" /> <title>Math - User Guide - Overview</title> - <style type="text/css" media="all"> - @import url("../css/maven-base.css"); - @import url("../css/maven-theme.css"); - @import url("../css/site.css"); - </style> - <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20131103" /> - <meta http-equiv="Content-Language" content="en" /> - -<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> -<link rel="stylesheet" type="text/css" href="../css/prettify.css" media="all"/> - </head> - <body class="composite"> - <div id="banner"> - <div id="bannerLeft"> - <a href="http://commons.apache.org/" title="Apache Commons logo"> - <img src="../images/commons-logo.png" alt="Apache Commons logo"/> + + <link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="../css/site.css" type="text/css" /> + <link rel="stylesheet" href="../css/print.css" media="print" /> + + <script type="text/javascript" src="../js/jquery.min.js"></script> + <script type="text/javascript" src="../js/bootstrap.min.js"></script> + <script type="text/javascript" src="../js/prettify.min.js"></script> + <script type="text/javascript" src="../js/site.js"></script> + + +<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> +<link rel="stylesheet" type="text/css" href="../css/prettify.css" media="all"/> + </head> + + <body class="composite"> + <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <img class="logo-left" src="../images/commons-logo.png" alt="Apache Commons logo"/> </a> - </div><!-- id="bannerLeft" --> - <div id="bannerRight"> - <a href="../index.html"> - <img src="../images/math.gif" alt="Commons Math"/> + <a href="../index.html" id="bannerRight"> + <img class="logo-right" src="../images/math.gif" alt="Commons Math"/> </a> - </div><!-- id="bannerRight" --> - <div class="clear"> - <hr/> - </div> - </div> - <div id="breadcrumbs"> - - - <div class="xleft"> - <span id="publishDate">Last Published: 03 November 2013</span> - | <span id="projectVersion">Version: 3.3-SNAPSHOT</span> - </div> - <div class="xright"> <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a> - | - <a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> - | - <a href="../../../" title="Commons">Commons</a> - - - </div> - <div class="clear"> - <hr/> - </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - - - <h5>Math</h5> - <ul> - <li class="none"> - <a href="../index.html" title="Overview">Overview</a> - </li> - <li class="none"> - <a href="../../../math/download_math.cgi" title="Downloads">Downloads</a> - </li> - <li class="none"> - <a href="../apidocs/index.html" title="Latest API docs (development)">Latest API docs (development)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.2/index.html" title="Javadoc (3.2 release)">Javadoc (3.2 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.1.1/index.html" title="Javadoc (3.1.1 release)">Javadoc (3.1.1 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.1/index.html" title="Javadoc (3.1 release)">Javadoc (3.1 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-3.0/index.html" title="Javadoc (3.0 release)">Javadoc (3.0 release)</a> - </li> - <li class="none"> - <a href="../../../math/javadocs/api-2.2/index.html" title="Javadoc (2.2 release)">Javadoc (2.2 release)</a> - </li> - <li class="none"> - <a href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a> - </li> - <li class="none"> - <a href="http://svn.apache.org/viewvc/commons/proper/math/trunk" class="externalLink" title="Source Repository (current)">Source Repository (current)</a> - </li> - <li class="none"> - <a href="http://wiki.apache.org/commons/Math" class="externalLink" title="Wiki">Wiki</a> - </li> - <li class="none"> - <a href="../developers.html" title="Developers Guide">Developers Guide</a> - </li> - <li class="none"> - <a href="../proposal.html" title="Proposal">Proposal</a> - </li> - </ul> - <h5>User Guide</h5> - <ul> - <li class="none"> - <a href="../userguide/index.html" title="Contents">Contents</a> - </li> - <li class="none"> - <strong>Overview</strong> - </li> - <li class="none"> - <a href="../userguide/stat.html" title="Statistics">Statistics</a> - </li> - <li class="none"> - <a href="../userguide/random.html" title="Data Generation">Data Generation</a> - </li> - <li class="none"> - <a href="../userguide/linear.html" title="Linear Algebra">Linear Algebra</a> - </li> - <li class="none"> - <a href="../userguide/analysis.html" title="Numerical Analysis">Numerical Analysis</a> - </li> - <li class="none"> - <a href="../userguide/special.html" title="Special Functions">Special Functions</a> - </li> - <li class="none"> - <a href="../userguide/utilities.html" title="Utilities">Utilities</a> - </li> - <li class="none"> - <a href="../userguide/complex.html" title="Complex Numbers">Complex Numbers</a> - </li> - <li class="none"> - <a href="../userguide/distribution.html" title="Distributions">Distributions</a> - </li> - <li class="none"> - <a href="../userguide/fraction.html" title="Fractions">Fractions</a> - </li> - <li class="none"> - <a href="../userguide/transform.html" title="Transform Methods">Transform Methods</a> - </li> - <li class="none"> - <a href="../userguide/geometry.html" title="3D Geometry">3D Geometry</a> - </li> - <li class="none"> - <a href="../userguide/optimization.html" title="Optimization">Optimization</a> - </li> - <li class="none"> - <a href="../userguide/ode.html" title="Ordinary Differential Equations">Ordinary Differential Equations</a> - </li> - <li class="none"> - <a href="../userguide/genetics.html" title="Genetic Algorithms">Genetic Algorithms</a> - </li> - <li class="none"> - <a href="../userguide/filter.html" title="Filters">Filters</a> - </li> - <li class="none"> - <a href="../userguide/fitting.html" title="Fitting">Fitting</a> - </li> - <li class="none"> - <a href="../userguide/ml.html" title="Machine Learning">Machine Learning</a> - </li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"> - <a href="../project-info.html" title="Project Information">Project Information</a> - </li> - <li class="collapsed"> - <a href="../project-reports.html" title="Project Reports">Project Reports</a> - </li> - </ul> - <h5>Commons</h5> - <ul> - <li class="none"> - <a href="../../../" title="Home">Home</a> - </li> - <li class="none"> - <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a> - </li> - <li class="collapsed"> - <a href="../../../components.html" title="Components">Components</a> - </li> - <li class="collapsed"> - <a href="../../../sandbox/index.html" title="Sandbox">Sandbox</a> - </li> - <li class="collapsed"> - <a href="../../../dormant/index.html" title="Dormant">Dormant</a> - </li> - </ul> - <h5>General Information</h5> - <ul> - <li class="none"> - <a href="../../../volunteering.html" title="Volunteering">Volunteering</a> - </li> - <li class="none"> - <a href="../../../patches.html" title="Contributing Patches">Contributing Patches</a> - </li> - <li class="none"> - <a href="../../../building.html" title="Building Components">Building Components</a> - </li> - <li class="none"> - <a href="../../../releases/index.html" title="Releasing Components">Releasing Components</a> - </li> - <li class="none"> - <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki">Wiki</a> - </li> - </ul> - <h5>ASF</h5> - <ul> - <li class="none"> - <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">Get Involved</a> - </li> - <li class="none"> - <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">Developer Resources</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a> - </li> - <li class="none"> - <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a> - </li> - </ul> - <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy"> - <img class="poweredBy" alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> + <ul class="nav"> + + <li id="publishDate">Last Published: 15 May 2014</li> + <li class="divider">|</li> <li id="projectVersion">Version: 3.3</li> + </ul> + <div class="pull-right"> <ul class="nav"> + <li> + <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon"> + ApacheCon</a> + </li> + <li> + <a href="http://www.apache.org" class="externalLink" title="Apache"> + Apache</a> + </li> + <li> + <a href="../../../" title="Commons"> + Commons</a> + </li> + </ul> +</div> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Math</li> + <li class="none"> + <a href="../index.html" title="Overview"> + Overview</a> + </li> + <li class="none"> + <a href="../../../math/download_math.cgi" title="Downloads"> + Downloads</a> + </li> + <li class="none"> + <a href="../apidocs/index.html" title="Latest API docs (development)"> + Latest API docs (development)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.3/index.html" title="Javadoc (3.3 release)"> + Javadoc (3.3 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.2/index.html" title="Javadoc (3.2 release)"> + Javadoc (3.2 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.1.1/index.html" title="Javadoc (3.1.1 release)"> + Javadoc (3.1.1 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.1/index.html" title="Javadoc (3.1 release)"> + Javadoc (3.1 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-3.0/index.html" title="Javadoc (3.0 release)"> + Javadoc (3.0 release)</a> + </li> + <li class="none"> + <a href="../../../math/javadocs/api-2.2/index.html" title="Javadoc (2.2 release)"> + Javadoc (2.2 release)</a> + </li> + <li class="none"> + <a href="../issue-tracking.html" title="Issue Tracking"> + Issue Tracking</a> + </li> + <li class="none"> + <a href="http://svn.apache.org/viewvc/commons/proper/math/trunk" class="externalLink" title="Source Repository (current)"> + Source Repository (current)</a> + </li> + <li class="none"> + <a href="http://wiki.apache.org/commons/Math" class="externalLink" title="Wiki"> + Wiki</a> + </li> + <li class="none"> + <a href="../developers.html" title="Developers Guide"> + Developers Guide</a> + </li> + <li class="none"> + <a href="../proposal.html" title="Proposal"> + Proposal</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header"><i class="icon-book"></i>User Guide</li> + <li class="none"> + <a href="../userguide/index.html" title="Contents"> + Contents</a> + </li> + <li class="none active"> + <a href="../userguide/overview.html" title="Overview"> + Overview</a> + </li> + <li class="none"> + <a href="../userguide/stat.html" title="Statistics"> + Statistics</a> + </li> + <li class="none"> + <a href="../userguide/random.html" title="Data Generation"> + Data Generation</a> + </li> + <li class="none"> + <a href="../userguide/linear.html" title="Linear Algebra"> + Linear Algebra</a> + </li> + <li class="none"> + <a href="../userguide/analysis.html" title="Numerical Analysis"> + Numerical Analysis</a> + </li> + <li class="none"> + <a href="../userguide/special.html" title="Special Functions"> + Special Functions</a> + </li> + <li class="none"> + <a href="../userguide/utilities.html" title="Utilities"> + Utilities</a> + </li> + <li class="none"> + <a href="../userguide/complex.html" title="Complex Numbers"> + Complex Numbers</a> + </li> + <li class="none"> + <a href="../userguide/distribution.html" title="Distributions"> + Distributions</a> + </li> + <li class="none"> + <a href="../userguide/fraction.html" title="Fractions"> + Fractions</a> + </li> + <li class="none"> + <a href="../userguide/transform.html" title="Transform Methods"> + Transform Methods</a> + </li> + <li class="none"> + <a href="../userguide/geometry.html" title="3D Geometry"> + 3D Geometry</a> + </li> + <li class="none"> + <a href="../userguide/optimization.html" title="Optimization"> + Optimization</a> + </li> + <li class="none"> + <a href="../userguide/ode.html" title="Ordinary Differential Equations"> + Ordinary Differential Equations</a> + </li> + <li class="none"> + <a href="../userguide/genetics.html" title="Genetic Algorithms"> + Genetic Algorithms</a> + </li> + <li class="none"> + <a href="../userguide/filter.html" title="Filters"> + Filters</a> + </li> + <li class="none"> + <a href="../userguide/fitting.html" title="Fitting"> + Fitting</a> + </li> + <li class="none"> + <a href="../userguide/ml.html" title="Machine Learning"> + Machine Learning</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="collapsed"> + <a href="../project-info.html" title="Project Information"> + Project Information</a> + </li> + <li class="collapsed"> + <a href="../project-reports.html" title="Project Reports"> + Project Reports</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Commons</li> + <li class="none"> + <a href="../../../" title="Home"> + Home</a> + </li> + <li class="none"> + <a href="http://www.apache.org/licenses/" class="externalLink" title="License"> + License</a> + </li> + <li class="collapsed"> + <a href="../../../components.html" title="Components"> + Components</a> + </li> + <li class="collapsed"> + <a href="../../../sandbox/index.html" title="Sandbox"> + Sandbox</a> + </li> + <li class="collapsed"> + <a href="../../../dormant/index.html" title="Dormant"> + Dormant</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">General Information</li> + <li class="none"> + <a href="../../../volunteering.html" title="Volunteering"> + Volunteering</a> + </li> + <li class="none"> + <a href="../../../patches.html" title="Contributing Patches"> + Contributing Patches</a> + </li> + <li class="none"> + <a href="../../../building.html" title="Building Components"> + Building Components</a> + </li> + <li class="none"> + <a href="../../../releases/index.html" title="Releasing Components"> + Releasing Components</a> + </li> + <li class="none"> + <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki"> + Wiki</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">ASF</li> + <li class="none"> + <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"> + How the ASF works</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved"> + Get Involved</a> + </li> + <li class="none"> + <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources"> + Developer Resources</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> + Sponsorship</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + Thanks</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy"> + <img class="builtBy" alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png" /> </a> - <a href="http://maven.apache.org/" title="Maven" class="poweredBy"> - <img class="poweredBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> + <a href="http://maven.apache.org/" title="Maven" class="builtBy"> + <img class="builtBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> </a> - - - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - <!-- Licensed to the Apache Software Foundation (ASF) under one or more + </div> + </td> + <td class="content"> + <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 @@ -247,7 +310,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. --><!-- $Id: overview.xml 1519307 2013-09-01 19:42:05Z tn $ --> + limitations under the License. --><!-- $Id: overview.xml 1540751 2013-11-11 15:20:28Z psteitz $ --> <div class="section"> @@ -378,13 +441,13 @@ When the actual parameters provided to a method or the internal state of an object make a computation meaningless, a <a href="../apidocs/org/apache/commons/math3/exception/MathIllegalArgumentException.html"> - IllegalArgumentException</a> or + MathIllegalArgumentException</a> or <a href="../apidocs/org/apache/commons/math3/exception/MathIllegalStateException.html"> - MathIllegalStateException</a> may be thrown. Exact conditions under which runtime + MathIllegalStateException</a> may be thrown. Exact conditions under which runtime exceptions (and any other exceptions) are thrown are specified in the javadoc method comments. In some cases, to be consistent with the <a class="externalLink" href="http://grouper.ieee.org/groups/754/"> - IEEE 754 standard</a> for floating point arithmetic and with java.lang.Math, Commons Math + IEEE 754 standard</a> for floating point arithmetic and with java.lang.Math, Commons Math methods return <tt>Double.NaN</tt> values. Conditions under which <tt>Double.NaN</tt> or other special values are returned are fully specified in the javadoc method comments. </p> @@ -393,10 +456,9 @@ As of version 2.2, the policy for dealing with null references is as follows: When an argument is unexpectedly null, a <a href="../apidocs/org/apache/commons/math3/exception/NullArgumentException.html"> - NullArgumentException</a> is raised for signalling the illegal argument. Note that this + NullArgumentException</a> is raised to signal the illegal argument. Note that this class does not inherit from the standard <tt>NullPointerException</tt> but is a subclass of <tt>MathIllegalArgumentException</tt>. - No <tt>NullPointerException</tt> should be propagated from within Commons Math. </p> </div> @@ -445,23 +507,19 @@ - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="center">Copyright © 2003-2013 + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 2003-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. - All Rights Reserved. - - </div> - -<div class="center">Apache Commons, Apache Apache Commons Math, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. + All Rights Reserved.</p> + +<div class="center">Apache Commons, Apache Commons Math, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - <div class="clear"> - <hr/> - </div> - </div> - </body> + </div> + </body> + </html> \ No newline at end of file