Skip to content

Commit b681d9e

Browse files
committed
updated docs
1 parent 76f5389 commit b681d9e

File tree

72 files changed

+181
-146
lines changed

Some content is hidden

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

72 files changed

+181
-146
lines changed

docs/api/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="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/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="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/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="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>Constant Field Values (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>Deprecated List (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/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="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>API Help (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/index-all.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>Index (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -1642,6 +1642,11 @@ <h2 class="title">T</h2>
16421642
<div class="block">Generates an array of int values from the interval [0, n) in the same order
16431643
that they occur in this Permutation.</div>
16441644
</dd>
1645+
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/Permutation.html#toArray-int:A-">toArray(int[])</a></span> - Method in class org.cicirello.permutations.<a href="org/cicirello/permutations/Permutation.html" title="class in org.cicirello.permutations">Permutation</a></dt>
1646+
<dd>
1647+
<div class="block">Generates an array of int values from the interval [0, n) in the same order
1648+
that they occur in this Permutation.</div>
1649+
</dd>
16451650
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/Permutation.html#toBigInteger--">toBigInteger()</a></span> - Method in class org.cicirello.permutations.<a href="org/cicirello/permutations/Permutation.html" title="class in org.cicirello.permutations">Permutation</a></dt>
16461651
<dd>
16471652
<div class="block">Generates a unique integer representing the permutation.</div>

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:27 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:32 EDT 2019 -->
66
<title>JavaPermutationTools - A Java API for computation on permutations</title>
77
<script type="text/javascript">
88
targetPage = "" + window.location.search;

docs/api/org/cicirello/math/la/JacobiDiagonalization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:29 EDT 2019 -->
66
<title>JacobiDiagonalization (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/MatrixOps.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:25 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:30 EDT 2019 -->
66
<title>MatrixOps (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/package-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="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Jun 21 11:21:26 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Sun Jun 23 14:37:31 EDT 2019 -->
66
<title>org.cicirello.math.la (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-06-21">
7+
<meta name="date" content="2019-06-23">
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)