|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:52 EDT 2019 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_05) on Mon Sep 23 16:28:01 EDT 2019 --> |
6 | 6 | <title>Index (JavaPermutationTools - A Java API for computation on permutations)</title> |
7 | | -<meta name="date" content="2019-09-09"> |
| 7 | +<meta name="date" content="2019-09-23"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
9 | 9 | <script type="text/javascript" src="script.js"></script> |
10 | 10 | </head> |
@@ -162,6 +162,16 @@ <h2 class="title">C</h2> |
162 | 162 | <dd> |
163 | 163 | <div class="block">Computes the eigenvalues and eigenvectors using Jacobi Iteration.</div> |
164 | 164 | </dd> |
| 165 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/Permutation.html#copy--">copy()</a></span> - Method in class org.cicirello.permutations.<a href="org/cicirello/permutations/Permutation.html" title="class in org.cicirello.permutations">Permutation</a></dt> |
| 166 | +<dd> </dd> |
| 167 | +<dt><span class="memberNameLink"><a href="org/cicirello/util/Copyable.html#copy--">copy()</a></span> - Method in interface org.cicirello.util.<a href="org/cicirello/util/Copyable.html" title="interface in org.cicirello.util">Copyable</a></dt> |
| 168 | +<dd> |
| 169 | +<div class="block">Creates an identical copy of this object.</div> |
| 170 | +</dd> |
| 171 | +<dt><a href="org/cicirello/util/Copyable.html" title="interface in org.cicirello.util"><span class="typeNameLink">Copyable</span></a> - Interface in <a href="org/cicirello/util/package-summary.html">org.cicirello.util</a></dt> |
| 172 | +<dd> |
| 173 | +<div class="block">A simple interface for objects that can be copied.</div> |
| 174 | +</dd> |
165 | 175 | <dt><span class="memberNameLink"><a href="org/cicirello/math/stats/Statistics.html#correlation-int:A-int:A-">correlation(int[], int[])</a></span> - Static method in class org.cicirello.math.stats.<a href="org/cicirello/math/stats/Statistics.html" title="class in org.cicirello.math.stats">Statistics</a></dt> |
166 | 176 | <dd> |
167 | 177 | <div class="block">Computes correlation coefficient for a pair of random variables.</div> |
@@ -1216,6 +1226,10 @@ <h2 class="title">O</h2> |
1216 | 1226 | <dd> |
1217 | 1227 | <div class="block">Implementations of distance measures for general sequences of various forms, including Strings, arrays of primitive types, arrays of objects, etc.</div> |
1218 | 1228 | </dd> |
| 1229 | +<dt><a href="org/cicirello/util/package-summary.html">org.cicirello.util</a> - package org.cicirello.util</dt> |
| 1230 | +<dd> |
| 1231 | +<div class="block">This package includes classes and interfaces that serve some useful utility purpose.</div> |
| 1232 | +</dd> |
1219 | 1233 | </dl> |
1220 | 1234 | <a name="I:P"> |
1221 | 1235 | <!-- --> |
|
0 commit comments