-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from datahaki/v094
v094
- Loading branch information
Showing
1,190 changed files
with
8,679 additions
and
8,632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
.../ethz/idsc/tensor/AbstractRealScalar.java → .../ch/alpine/tensor/AbstractRealScalar.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/ch/ethz/idsc/tensor/AbstractScalar.java → ...java/ch/alpine/tensor/AbstractScalar.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...a/ch/ethz/idsc/tensor/BigDecimalMath.java → ...java/ch/alpine/tensor/BigDecimalMath.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/ch/ethz/idsc/tensor/BigFraction.java → ...in/java/ch/alpine/tensor/BigFraction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/ch/ethz/idsc/tensor/BigIntegerMath.java → ...java/ch/alpine/tensor/BigIntegerMath.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...va/ch/ethz/idsc/tensor/ComplexHelper.java → .../java/ch/alpine/tensor/ComplexHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 17 additions & 17 deletions
34
...va/ch/ethz/idsc/tensor/ComplexScalar.java → .../java/ch/alpine/tensor/ComplexScalar.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 23 additions & 23 deletions
46
...h/ethz/idsc/tensor/ComplexScalarImpl.java → ...a/ch/alpine/tensor/ComplexScalarImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../ethz/idsc/tensor/DeterminateScalarQ.java → .../ch/alpine/tensor/DeterminateScalarQ.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// code by jph | ||
package ch.ethz.idsc.tensor; | ||
package ch.alpine.tensor; | ||
|
||
/** not Infinity or NaN | ||
* | ||
|
8 changes: 4 additions & 4 deletions
8
...ava/ch/ethz/idsc/tensor/DoubleScalar.java → ...n/java/ch/alpine/tensor/DoubleScalar.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ava/ch/ethz/idsc/tensor/ExactScalarQ.java → ...n/java/ch/alpine/tensor/ExactScalarQ.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ava/ch/ethz/idsc/tensor/ExactTensorQ.java → ...n/java/ch/alpine/tensor/ExactTensorQ.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/java/ch/ethz/idsc/tensor/IntegerQ.java → src/main/java/ch/alpine/tensor/IntegerQ.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// code by jph | ||
package ch.ethz.idsc.tensor; | ||
package ch.alpine.tensor; | ||
|
||
import java.util.Objects; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...a/ch/ethz/idsc/tensor/MachineNumberQ.java → ...java/ch/alpine/tensor/MachineNumberQ.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ain/java/ch/ethz/idsc/tensor/NumberQ.java → src/main/java/ch/alpine/tensor/NumberQ.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/ch/ethz/idsc/tensor/Parallelize.java → ...in/java/ch/alpine/tensor/Parallelize.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...a/ch/ethz/idsc/tensor/QuantityParser.java → ...java/ch/alpine/tensor/QuantityParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
.../java/ch/ethz/idsc/tensor/RealScalar.java → ...ain/java/ch/alpine/tensor/RealScalar.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.