alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Commons Math example source code file (site.xml)

This example Commons Math source code file (site.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Commons Math tags/keywords

apache, asf, asf, guide, javadoc, javadoc, license, license, math, math, overview, see, statistics, you

The Commons Math site.xml source code

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
 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
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 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.
-->
<project name="Math">
  <bannerRight>
    <name>Commons Math
    <src>/images/math.gif
    <href>/index.html
  </bannerRight>

  <body>
    <menu name="Math">
      <item name="Overview" href="/index.html"/>
      <item name="Proposal" href="/proposal.html"/>
      <item name="Developers Guide" href="/developers.html"/>
      <item name="Javadoc (2.2-SNAPSHOT)" href="apidocs/index.html"/>
      <item name="Javadoc (2.1 release)"
         href="http://commons.apache.org/math/api-2.1/index.html"/>
      <item name="Javadoc (2.0 release)"
         href="http://commons.apache.org/math/api-2.0/index.html"/>
      <item name="Javadoc (1.2 release)"   
         href="http://commons.apache.org/math/api-1.2/index.html"/>
      <item name="Javadoc (1.1 release)"   
         href="http://commons.apache.org/math/api-1.1/index.html"/>
      <item name="Javadoc (1.0 release)"
         href="http://commons.apache.org/math/api-1.0/index.html"/>
      <item name="Issue Tracking" href="/issue-tracking.html"/>
      <item name="Source Repository (current)" 
         href="http://svn.apache.org/viewvc/commons/proper/math/trunk"/>
      <item name="Downloads" href="http://commons.apache.org/math/download_math.cgi"/>
      <item name="Wiki"  
            href="http://wiki.apache.org/commons/Math"/>
    </menu>
    
    <menu name="User Guide">
      <item name="Contents"                href="/userguide/index.html"/>
      <item name="Overview"                href="/userguide/overview.html"/>
      <item name="Statistics"              href="/userguide/stat.html"/>
      <item name="Data Generation"         href="/userguide/random.html"/>
      <item name="Linear Algebra"          href="/userguide/linear.html"/>
      <item name="Numerical Analysis"      href="/userguide/analysis.html"/>
      <item name="Special Functions"       href="/userguide/special.html"/>
      <item name="Utilities"               href="/userguide/utilities.html"/>
      <item name="Complex Numbers"         href="/userguide/complex.html"/>
      <item name="Distributions"           href="/userguide/distribution.html"/>
      <item name="Fractions"               href="/userguide/fraction.html"/>
      <item name="Transform Methods"       href="/userguide/transform.html"/>
      <item name="3D Geometry"             href="/userguide/geometry.html"/>
      <item name="Optimization"            href="/userguide/optimization.html"/>
      <item name="Ordinary Differential Equations" href="/userguide/ode.html"/>
      <item name="Genetic Algorithms"      href="/userguide/genetics.html"/>
    </menu>

  </body>
</project>

Other Commons Math examples (source code examples)

Here is a short list of links related to this Commons Math site.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.