[go: up one dir, main page]

File: site.xml

package info (click to toggle)
commons-math3 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,824 kB
  • ctags: 22,187
  • sloc: java: 187,523; xml: 10,590; makefile: 6; sh: 3
file content (79 lines) | stat: -rw-r--r-- 4,007 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?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</name>
    <src>/images/math.gif</src>
    <href>/index.html</href>
  </bannerRight>

  <body>
    <menu name="Math">
      <item name="Overview" href="/index.html"/>
      <item name="Downloads" href="http://commons.apache.org/math/download_math.cgi"/>
      <item name="Latest API docs (development)" href="apidocs/index.html"/>
      <item name="Javadoc (3.3 release)"
         href="http://commons.apache.org/math/javadocs/api-3.3/index.html"/>
      <item name="Javadoc (3.2 release)"
         href="http://commons.apache.org/math/javadocs/api-3.2/index.html"/>
      <item name="Javadoc (3.1.1 release)"
         href="http://commons.apache.org/math/javadocs/api-3.1.1/index.html"/>
      <item name="Javadoc (3.1 release)"
         href="http://commons.apache.org/math/javadocs/api-3.1/index.html"/>
      <item name="Javadoc (3.0 release)"
         href="http://commons.apache.org/math/javadocs/api-3.0/index.html"/>
      <item name="Javadoc (2.2 release)"
         href="http://commons.apache.org/math/javadocs/api-2.2/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="Wiki"  
            href="http://wiki.apache.org/commons/Math"/>
      <item name="Developers Guide" href="/developers.html"/>
      <item name="Proposal" href="/proposal.html"/>
    </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"/>
      <item name="Filters"                 href="/userguide/filter.html"/>
      <item name="Fitting"                 href="/userguide/fitting.html"/>
      <item name="Machine Learning"        href="/userguide/ml.html"/>
    </menu>
    
    <head>
      <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
      </script>
    </head>

  </body>
</project>