Skip to content

Commit

Permalink
Merge pull request #104 from jacobdwatters/develop
Browse files Browse the repository at this point in the history
Make complex numbers immutable.
  • Loading branch information
jacobdwatters authored Aug 9, 2024
2 parents 918991c + a3cd1dd commit 8124b29
Show file tree
Hide file tree
Showing 596 changed files with 12,516 additions and 9,468 deletions.
472 changes: 249 additions & 223 deletions docs/allclasses-index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (22) on Mon Jul 29 15:33:58 MDT 2024 -->
<!-- Generated by javadoc (22) on Fri Aug 09 16:30:31 MDT 2024 -->
<title>All Packages</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-07-29">
<meta name="dc.created" content="2024-08-09">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style">
Expand Down
10 changes: 5 additions & 5 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (22) on Mon Jul 29 15:33:58 MDT 2024 -->
<!-- Generated by javadoc (22) on Fri Aug 09 16:30:31 MDT 2024 -->
<title>Constant Field Values</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-07-29">
<meta name="dc.created" content="2024-08-09">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriter">
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style">
Expand Down Expand Up @@ -76,10 +76,10 @@ <h2 title="org.flag4j.*">org.flag4j.*</h2>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="org.flag4j.concurrency.Configurations.DEFAULT_BLOCK_SIZE">private&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-first even-row-color"><code id="org.flag4j.concurrency.Configurations.DEFAULT_BLOCK_SIZE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="org/flag4j/concurrency/Configurations.html#DEFAULT_BLOCK_SIZE">DEFAULT_BLOCK_SIZE</a></code></div>
<div class="col-last even-row-color"><code>64</code></div>
<div class="col-first odd-row-color"><code id="org.flag4j.concurrency.Configurations.DEFAULT_MIN_RECURSIVE_SIZE">private&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-first odd-row-color"><code id="org.flag4j.concurrency.Configurations.DEFAULT_MIN_RECURSIVE_SIZE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="org/flag4j/concurrency/Configurations.html#DEFAULT_MIN_RECURSIVE_SIZE">DEFAULT_MIN_RECURSIVE_SIZE</a></code></div>
<div class="col-last odd-row-color"><code>128</code></div>
</div>
Expand Down Expand Up @@ -241,7 +241,7 @@ <h2 title="org.flag4j.*">org.flag4j.*</h2>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="org.flag4j.operations.dense.complex.ComplexDenseElemMult.CONCURRENT_THRESHOLD">private&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="org/flag4j/operations/dense/complex/ComplexDenseElemMult.html#CONCURRENT_THRESHOLD">CONCURRENT_THRESHOLD</a></code></div>
<div class="col-last even-row-color"><code>50625</code></div>
<div class="col-last even-row-color"><code>50000</code></div>
</div>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (22) on Mon Jul 29 15:33:58 MDT 2024 -->
<!-- Generated by javadoc (22) on Fri Aug 09 16:30:31 MDT 2024 -->
<title>API Help</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-07-29">
<meta name="dc.created" content="2024-08-09">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style">
Expand Down
111 changes: 68 additions & 43 deletions docs/index-files/index-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index-files/index-10.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (22) on Mon Jul 29 15:33:58 MDT 2024 -->
<!-- Generated by javadoc (22) on Fri Aug 09 16:30:31 MDT 2024 -->
<title>J-Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-07-29">
<meta name="dc.created" content="2024-08-09">
<meta name="description" content="index: J">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-11.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (22) on Mon Jul 29 15:33:58 MDT 2024 -->
<!-- Generated by javadoc (22) on Fri Aug 09 16:30:31 MDT 2024 -->
<title>K-Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-07-29">
<meta name="dc.created" content="2024-08-09">
<meta name="description" content="index: K">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-12.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (22) on Mon Jul 29 15:33:58 MDT 2024 -->
<!-- Generated by javadoc (22) on Fri Aug 09 16:30:31 MDT 2024 -->
<title>L-Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-07-29">
<meta name="dc.created" content="2024-08-09">
<meta name="description" content="index: L">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css" title="Style">
Expand Down
Loading

0 comments on commit 8124b29

Please sign in to comment.