tensorics / tensorics-core

The core library of Tensorics - a Java Library for Manipulating Multi-Dimensional Data with Pleasure
http://tensorics.org
Apache License 2.0
10 stars 2 forks source link

How to correctly treat equality of tensors? #26

Closed kaifox closed 7 years ago

kaifox commented 7 years ago

E.g. is a Scalar equal to a zerodimensional tensor, or not? How to best implement it?

kaifox commented 7 years ago

A first implementation was done as part of the introduction of scalar, so that this works correctly. Despite this implementation might not be optimal, there is no further action required for the moment in this direction.