Skip to content

Commit

Permalink
version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas Hakkel committed Nov 30, 2022
1 parent 6bee9b8 commit 9c80778
Show file tree
Hide file tree
Showing 213 changed files with 13,336 additions and 90,623 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,11 @@ array.addInplace(new Complex(1, 3.5)); // Adds 1 + 3.5i to all elements

## Documentation

### Tutorial:
- It presents NDArray features through examples, and illustrates how the task would be solved in Matlab, Python and Julia: [Tutorial](https://hakkelt.github.io/NDArrays/tutorial/)

It presents NDArray features through examples, and illustrates how the task would be solved in Matlab, Python and Julia. For better readability, multiple versions is rendered of this tutorial.
- [All-in-one](https://hakkelt.github.io/NDArrays/tutorial/NDArrays.html): Java vs Matlab vs Python vs Julia
- [Java-only](https://hakkelt.github.io/NDArrays/tutorial/NDArrays-Java-only.html): Only Java examples
- [Java+Matlab tutorial](https://hakkelt.github.io/NDArrays/tutorial/NDArrays-Matlab.html): Java and Matlab examples
- [Java+Python tutorial](https://hakkelt.github.io/NDArrays/tutorial/NDArrays-Python.html): Java and Python examples
- [Java+Julia tutorial](https://hakkelt.github.io/NDArrays/tutorial/NDArrays-Julia.html): Java and Julia examples
- For more examples, see tests in [src/test/java/com/github/hakkelt/ndarrays/basic](https://github.com/hakkelt/NDArrays/tree/main/src/test/java/io/github/hakkelt/ndarrays/basic).

For more examples, see tests in [src/test/java/com/github/hakkelt/ndarrays/basic](https://github.com/hakkelt/NDArrays/tree/main/src/test/java/io/github/hakkelt/ndarrays/basic).

### Javadoc

For a complete list of features, please refer to the [javadoc documentation](https://hakkelt.github.io/NDArrays/).
- For a complete list of features, please refer to the [javadoc documentation](https://hakkelt.github.io/NDArrays/).

## Installation

Expand All @@ -65,7 +56,7 @@ For a complete list of features, please refer to the [javadoc documentation](htt
<dependency>
<groupId>io.github.hakkelt</groupId>
<artifactId>ndarrays</artifactId>
<version>2.1.2</version>
<version>2.2.0</version>
</dependency>
...
</dependencies>
Expand Down
80 changes: 40 additions & 40 deletions docs/allclasses-index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (NDArrays 2.1.3 API)</title>
<title>All Classes (NDArrays 2.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand Down Expand Up @@ -32,7 +32,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="io/github/hakkelt/ndarrays/internal/AbstractRealNDArray.html" title="class in io.github.hakkelt.ndarrays.internal">AbstractRealNDArray</a></li>
<li><a href="io/github/hakkelt/ndarrays/AbstractShortNDArray.html" title="class in io.github.hakkelt.ndarrays">AbstractShortNDArray</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/AccumulateOperators.html" title="enum in io.github.hakkelt.ndarrays.internal">AccumulateOperators</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/ApplyOnSlices.html" title="class in io.github.hakkelt.ndarrays.internal">ApplyOnSlices</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/ArrayOperations.html" title="class in io.github.hakkelt.ndarrays.internal">ArrayOperations</a></li>
<li><a href="io/github/hakkelt/ndarrays/basic/BasicBigDecimalNDArray.html" title="class in io.github.hakkelt.ndarrays.basic">BasicBigDecimalNDArray</a></li>
<li><a href="io/github/hakkelt/ndarrays/basic/BasicBigIntegerNDArray.html" title="class in io.github.hakkelt.ndarrays.basic">BasicBigIntegerNDArray</a></li>
Expand Down Expand Up @@ -67,6 +66,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="io/github/hakkelt/ndarrays/internal/RealNDArrayPermuteDimsView.html" title="class in io.github.hakkelt.ndarrays.internal">RealNDArrayPermuteDimsView</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/RealNDArrayReshapeView.html" title="class in io.github.hakkelt.ndarrays.internal">RealNDArrayReshapeView</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/RealNDArraySliceView.html" title="class in io.github.hakkelt.ndarrays.internal">RealNDArraySliceView</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/SliceOperations.html" title="class in io.github.hakkelt.ndarrays.internal">SliceOperations</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/SlicingExpression.html" title="class in io.github.hakkelt.ndarrays.internal">SlicingExpression</a></li>
<li><a href="io/github/hakkelt/ndarrays/internal/ViewOperations.html" title="class in io.github.hakkelt.ndarrays.internal">ViewOperations</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Packages (NDArrays 2.1.3 API)</title>
<title>All Packages (NDArrays 2.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (NDArrays 2.1.3 API)";
parent.document.title="All Packages (NDArrays 2.2.0 API)";
}
}
catch(err) {
Expand Down
30 changes: 28 additions & 2 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (NDArrays 2.1.3 API)</title>
<title>Constant Field Values (NDArrays 2.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (NDArrays 2.1.3 API)";
parent.document.title="Constant Field Values (NDArrays 2.2.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -535,6 +535,32 @@ <h2 title="io.github">io.github.*</h2>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>io.github.hakkelt.ndarrays.internal.<a href="io/github/hakkelt/ndarrays/internal/Printer.html" title="class in io.github.hakkelt.ndarrays.internal">Printer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="io.github.hakkelt.ndarrays.internal.Printer.DEFAULT_FLOATING_POINT_FORMAT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="io/github/hakkelt/ndarrays/internal/Printer.html#DEFAULT_FLOATING_POINT_FORMAT">DEFAULT_FLOATING_POINT_FORMAT</a></code></th>
<td class="colLast"><code>"%8.3e"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="io.github.hakkelt.ndarrays.internal.Printer.DEFAULT_INTEGER_FORMAT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="io/github/hakkelt/ndarrays/internal/Printer.html#DEFAULT_INTEGER_FORMAT">DEFAULT_INTEGER_FORMAT</a></code></th>
<td class="colLast"><code>"%6d"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (NDArrays 2.1.3 API)</title>
<title>Deprecated List (NDArrays 2.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (NDArrays 2.1.3 API)";
parent.document.title="Deprecated List (NDArrays 2.2.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>API Help (NDArrays 2.1.3 API)</title>
<title>API Help (NDArrays 2.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (NDArrays 2.1.3 API)";
parent.document.title="API Help (NDArrays 2.2.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 9c80778

Please sign in to comment.