Skip to content

Commit 06ee0da

Browse files
committed
Javadoc update, other minor changes
1 parent a37483c commit 06ee0da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+374
-912
lines changed

Jama-2.0.tar

-10 KB
Binary file not shown.

bin/jama2/Matrix.class

151 Bytes
Binary file not shown.

bin/jama2/QRDecomposition.class

4 Bytes
Binary file not shown.

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- Build file for JAMA -->
44
<project name="JAMA" basedir="." default="all">
5-
<property name="version" value="2.0"/>
5+
<property name="version" value="2.1"/>
66

77
<target name="clean">
88
<delete dir="bin" />

docs/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Tue May 17 19:22:02 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_112) on Sat Nov 05 15:28:10 CET 2016 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2016-05-17">
7+
<meta name="date" content="2016-11-05">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Tue May 17 19:22:02 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_112) on Sat Nov 05 15:28:10 CET 2016 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2016-05-17">
7+
<meta name="date" content="2016-11-05">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Tue May 17 19:22:02 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_112) on Sat Nov 05 15:28:10 CET 2016 -->
66
<title>Constant Field Values</title>
7-
<meta name="date" content="2016-05-17">
7+
<meta name="date" content="2016-11-05">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/deprecated-list.html

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Tue May 17 19:22:02 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_112) on Sat Nov 05 15:28:10 CET 2016 -->
66
<title>Deprecated List</title>
7-
<meta name="date" content="2016-05-17">
7+
<meta name="date" content="2016-11-05">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -72,30 +72,6 @@
7272
<div class="header">
7373
<h1 title="Deprecated API" class="title">Deprecated API</h1>
7474
<h2 title="Contents">Contents</h2>
75-
<ul>
76-
<li><a href="#method">Deprecated Methods</a></li>
77-
</ul>
78-
</div>
79-
<div class="contentContainer"><a name="method">
80-
<!-- -->
81-
</a>
82-
<ul class="blockList">
83-
<li class="blockList">
84-
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
85-
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
86-
<tr>
87-
<th class="colOne" scope="col">Method and Description</th>
88-
</tr>
89-
<tbody>
90-
<tr class="altColor">
91-
<td class="colOne"><a href="jama2/Matrix.html#copy--">jama2.Matrix.copy()</a>
92-
<div class="block"><span class="deprecationComment">use <a href="jama2/Matrix.html#Matrix-jama2.Matrix-"><code>Matrix.Matrix(Matrix)</code></a></span></div>
93-
</td>
94-
</tr>
95-
</tbody>
96-
</table>
97-
</li>
98-
</ul>
9975
</div>
10076
<!-- ======= START OF BOTTOM NAVBAR ====== -->
10177
<div class="bottomNav"><a name="navbar.bottom">

docs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Tue May 17 19:22:02 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_112) on Sat Nov 05 15:28:10 CET 2016 -->
66
<title>API Help</title>
7-
<meta name="date" content="2016-05-17">
7+
<meta name="date" content="2016-11-05">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/index-files/index-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Tue May 17 19:22:02 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_112) on Sat Nov 05 15:28:10 CET 2016 -->
66
<title>A-Index</title>
7-
<meta name="date" content="2016-05-17">
7+
<meta name="date" content="2016-11-05">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)