Skip to content

Commit a840567

Browse files
committed
updated docs
1 parent bc73810 commit a840567

File tree

78 files changed

+510
-191
lines changed

Some content is hidden

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

78 files changed

+510
-191
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 Wed Sep 04 16:09:47 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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 Wed Sep 04 16:09:47 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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 Wed Sep 04 16:09:47 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
66
<title>Constant Field Values (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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 Wed Sep 04 16:09:47 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
66
<title>Deprecated List (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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 Wed Sep 04 16:09:48 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
66
<title>API Help (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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: 47 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 Wed Sep 04 16:09:47 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
66
<title>Index (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -1402,6 +1402,51 @@ <h2 class="title">S</h2>
14021402
<div class="block">Generates a random sample of k integers, without replacement, from the
14031403
set of integers in the interval [0, n).</div>
14041404
</dd>
1405+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-byte:A-double-">sample(byte[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1406+
<dd>
1407+
<div class="block">Generates a random sample, without replacement, from a given source array
1408+
with a specified probability of an element's inclusion in the sample.</div>
1409+
</dd>
1410+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-char:A-double-">sample(char[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1411+
<dd>
1412+
<div class="block">Generates a random sample, without replacement, from a given source array
1413+
with a specified probability of an element's inclusion in the sample.</div>
1414+
</dd>
1415+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-double:A-double-">sample(double[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1416+
<dd>
1417+
<div class="block">Generates a random sample, without replacement, from a given source array
1418+
with a specified probability of an element's inclusion in the sample.</div>
1419+
</dd>
1420+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-float:A-double-">sample(float[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1421+
<dd>
1422+
<div class="block">Generates a random sample, without replacement, from a given source array
1423+
with a specified probability of an element's inclusion in the sample.</div>
1424+
</dd>
1425+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-int:A-double-">sample(int[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1426+
<dd>
1427+
<div class="block">Generates a random sample, without replacement, from a given source array
1428+
with a specified probability of an element's inclusion in the sample.</div>
1429+
</dd>
1430+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-long:A-double-">sample(long[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1431+
<dd>
1432+
<div class="block">Generates a random sample, without replacement, from a given source array
1433+
with a specified probability of an element's inclusion in the sample.</div>
1434+
</dd>
1435+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-short:A-double-">sample(short[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1436+
<dd>
1437+
<div class="block">Generates a random sample, without replacement, from a given source array
1438+
with a specified probability of an element's inclusion in the sample.</div>
1439+
</dd>
1440+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-java.lang.String-double-">sample(String, double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1441+
<dd>
1442+
<div class="block">Generates a random sample, without replacement, from a given String
1443+
with a specified probability of a character's inclusion in the sample.</div>
1444+
</dd>
1445+
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-T:A-double-">sample(T[], double)</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
1446+
<dd>
1447+
<div class="block">Generates a random sample, without replacement, from a given source array
1448+
with a specified probability of an element's inclusion in the sample.</div>
1449+
</dd>
14051450
<dt><span class="memberNameLink"><a href="org/cicirello/sequences/SequenceSampler.html#sample-int:A-int-int:A-">sample(int[], int, int[])</a></span> - Static method in class org.cicirello.sequences.<a href="org/cicirello/sequences/SequenceSampler.html" title="class in org.cicirello.sequences">SequenceSampler</a></dt>
14061451
<dd>
14071452
<div class="block">Generates a random sample of k elements, without replacement, from a

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 Wed Sep 04 16:09:47 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 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/MathFunctions.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 Wed Sep 04 16:09:44 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:28 EDT 2019 -->
66
<title>MathFunctions (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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/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 Wed Sep 04 16:09:44 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:28 EDT 2019 -->
66
<title>JacobiDiagonalization (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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 Wed Sep 04 16:09:44 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:28 EDT 2019 -->
66
<title>MatrixOps (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-04">
7+
<meta name="date" content="2019-09-06">
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)