V - the type of the value of the scalarpublic interface Scalar<V> extends Tensor<V>
NOTE: It might sometimes be confusing, that in mathematics and commons language the term 'scalar' is sometimes used interchangible for a zero-dimensional tensor (what this class represents) and the values/entries of the tensors itself. Therefore, we will denote the values of a tensor (scalar) as 'values' and zero-dimensional tensors as scalars.
| Modifier and Type | Method and Description |
|---|---|
V |
value()
Has to retrieve the value of the scalar.
|
V value()
Tensoric.get(Object...) with an empty array of coordinates and with calling Tensoric.get(Position) with an empty
position.