In some sense, this is the real root of the linalg hierarchy. It provides methods for doing operations on a Tensor-like thing. All methods farm out to some implicit or another. We use this when we don't care about the index into the Tensor, or if we don't really have an index.
- Companion:
- object
Value members
Concrete methods
Mutates this by element-wise modulo of b into this.
Mutates this by element-wise modulo of b into this.
Mutates this by element-wise multiplication of b into this.
Mutates this by element-wise multiplication of b into this.
Mutates this by element-wise addition of b into this.
Mutates this by element-wise addition of b into this.
Mutates this by element-wise subtraction of b from this
Mutates this by element-wise subtraction of b from this
Mutates this by element-wise division of b into this
Mutates this by element-wise division of b into this
Mutates this by element-wise assignment of b into this.
Mutates this by element-wise assignment of b into this.
Mutates this by element-wise exponentiation of this by b.
Mutates this by element-wise exponentiation of this by b.
Element-wise less-than-or-equal-to comparator of this and b.
Element-wise less-than-or-equal-to comparator of this and b.
Element-wise greater-than-or-equal-to comparator of this and b.
Element-wise greater-than-or-equal-to comparator of this and b.
Element-wise greater-than comparator of this and b.
Element-wise greater-than comparator of this and b.
Inherited methods
Alias for :%(b) when b is a scalar.
Alias for :%(b) when b is a scalar.
- Inherited from:
- ImmutableNumericOps
Element-wise modulo of this and b.
Element-wise modulo of this and b.
- Inherited from:
- ImmutableNumericOps
Element-wise logical "and" operator -- returns true if corresponding elements are non-zero.
Element-wise logical "and" operator -- returns true if corresponding elements are non-zero.
- Inherited from:
- ImmutableNumericOps
Element-wise product of this and b.
Element-wise product of this and b.
- Inherited from:
- ImmutableNumericOps
Element-wise difference of this and b.
Element-wise difference of this and b.
- Inherited from:
- ImmutableNumericOps
Alias for :/(b) when b is a scalar.
Alias for :/(b) when b is a scalar.
- Inherited from:
- ImmutableNumericOps
Element-wise quotient of this and b.
Element-wise quotient of this and b.
- Inherited from:
- ImmutableNumericOps
Element-wise inequality comparator of this and b.
Element-wise inequality comparator of this and b.
- Inherited from:
- ImmutableNumericOps
Element-wise equality comparator of this and b.
Element-wise equality comparator of this and b.
- Inherited from:
- ImmutableNumericOps
Element-wise exponentiation of this and b.
Element-wise exponentiation of this and b.
- Inherited from:
- ImmutableNumericOps
Element-wise logical "xor" operator -- returns true if only one of the corresponding elements is non-zero.
Element-wise logical "xor" operator -- returns true if only one of the corresponding elements is non-zero.
- Inherited from:
- ImmutableNumericOps
A transposed view of this object, followed by a slice. Sadly frequently necessary.
A transposed view of this object, followed by a slice. Sadly frequently necessary.
- Inherited from:
- ImmutableNumericOps
A transposed view of this object, followed by a slice. Sadly frequently necessary.
A transposed view of this object, followed by a slice. Sadly frequently necessary.
- Inherited from:
- ImmutableNumericOps
A transposed view of this object.
A transposed view of this object.
- Inherited from:
- ImmutableNumericOps
Element-wise logical "or" operator -- returns true if either element is non-zero.
Element-wise logical "or" operator -- returns true if either element is non-zero.
- Inherited from:
- ImmutableNumericOps