Skip to content

Commit 0d3ee49

Browse files
committed
updated docs
1 parent 2cd116d commit 0d3ee49

File tree

70 files changed

+303
-95
lines changed

Some content is hidden

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

70 files changed

+303
-95
lines changed

Diff for: docs/api/allclasses-frame.html

+1-1
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 May 31 12:09:04 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

Diff for: docs/api/allclasses-noframe.html

+1-1
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 May 31 12:09:04 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

Diff for: docs/api/constant-values.html

+1-1
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 May 31 12:09:04 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 -->
66
<title>Constant Field Values (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

Diff for: docs/api/deprecated-list.html

+1-1
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 May 31 12:09:04 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 -->
66
<title>Deprecated List (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

Diff for: docs/api/help-doc.html

+1-1
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 May 31 12:09:04 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 -->
66
<title>API Help (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

Diff for: docs/api/index-all.html

+31-1
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 May 31 12:09:04 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 -->
66
<title>Index (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -81,6 +81,36 @@ <h2 class="title">A</h2>
8181
<dd>
8282
<div class="block">Constructs the distance measurer as specified in the class documentation.</div>
8383
</dd>
84+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-">arrayMask(int)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomIndexer.html" title="class in org.cicirello.math.rand">RandomIndexer</a></dt>
85+
<dd>
86+
<div class="block">Generates an "array mask" of a specified length,
87+
where an "array mask" is an array of boolean values of the same length as another array.</div>
88+
</dd>
89+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-java.util.SplittableRandom-">arrayMask(int, SplittableRandom)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomIndexer.html" title="class in org.cicirello.math.rand">RandomIndexer</a></dt>
90+
<dd>
91+
<div class="block">Generates an "array mask" of a specified length,
92+
where an "array mask" is an array of boolean values of the same length as another array.</div>
93+
</dd>
94+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-java.util.Random-">arrayMask(int, Random)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomIndexer.html" title="class in org.cicirello.math.rand">RandomIndexer</a></dt>
95+
<dd>
96+
<div class="block">Generates an "array mask" of a specified length,
97+
where an "array mask" is an array of boolean values of the same length as another array.</div>
98+
</dd>
99+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-int-">arrayMask(int, int)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomIndexer.html" title="class in org.cicirello.math.rand">RandomIndexer</a></dt>
100+
<dd>
101+
<div class="block">Generates an "array mask" of a specified length and specified number of true values,
102+
where an "array mask" is an array of boolean values of the same length as another array.</div>
103+
</dd>
104+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-int-java.util.SplittableRandom-">arrayMask(int, int, SplittableRandom)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomIndexer.html" title="class in org.cicirello.math.rand">RandomIndexer</a></dt>
105+
<dd>
106+
<div class="block">Generates an "array mask" of a specified length and specified number of true values,
107+
where an "array mask" is an array of boolean values of the same length as another array.</div>
108+
</dd>
109+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-int-java.util.Random-">arrayMask(int, int, Random)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomIndexer.html" title="class in org.cicirello.math.rand">RandomIndexer</a></dt>
110+
<dd>
111+
<div class="block">Generates an "array mask" of a specified length and specified number of true values,
112+
where an "array mask" is an array of boolean values of the same length as another array.</div>
113+
</dd>
84114
</dl>
85115
<a name="I:B">
86116
<!-- -->

Diff for: docs/api/index.html

+1-1
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 May 31 12:09:04 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 -->
66
<title>JavaPermutationTools - A Java API for computation on permutations</title>
77
<script type="text/javascript">
88
targetPage = "" + window.location.search;

Diff for: docs/api/org/cicirello/math/la/JacobiDiagonalization.html

+1-1
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 May 31 12:09:02 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:23 EDT 2019 -->
66
<title>JacobiDiagonalization (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

Diff for: docs/api/org/cicirello/math/la/MatrixOps.html

+1-1
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 May 31 12:09:02 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:23 EDT 2019 -->
66
<title>MatrixOps (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

Diff for: docs/api/org/cicirello/math/la/package-frame.html

+1-1
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 May 31 12:09:03 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:24 EDT 2019 -->
66
<title>org.cicirello.math.la (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

Diff for: docs/api/org/cicirello/math/la/package-summary.html

+1-1
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 May 31 12:09:03 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:24 EDT 2019 -->
66
<title>org.cicirello.math.la (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

Diff for: docs/api/org/cicirello/math/la/package-tree.html

+1-1
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 May 31 12:09:03 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:24 EDT 2019 -->
66
<title>org.cicirello.math.la Class Hierarchy (JavaPermutationTools - A Java API for computation on permutations)</title>
77
<meta name="date" content="2019-05-31">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)