trait ImmutableNumericOps[+This] extends HasOps
- Alphabetic
- By Inheritance
- ImmutableNumericOps
- HasOps
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
%[B, That](b: B)(implicit op: operators.OpMod.Impl2[This, B, That]): That
Alias for :%(b) when b is a scalar.
-
final
def
%:%[B, That](b: B)(implicit op: operators.OpMod.Impl2[This, B, That]): That
Element-wise modulo of this and b.
-
final
def
&[B, That](b: B)(implicit op: operators.OpAnd.Impl2[This, B, That]): That
Alias for &:&(b) for all b.
-
final
def
&:&[B, That](b: B)(implicit op: operators.OpAnd.Impl2[This, B, That]): That
Element-wise logical "and" operator -- returns true if corresponding elements are non-zero.
-
final
def
*[B, That](b: B)(implicit op: operators.OpMulMatrix.Impl2[This, B, That]): That
Matrix multiplication
-
final
def
*:*[B, That](b: B)(implicit op: operators.OpMulScalar.Impl2[This, B, That]): That
Element-wise product of this and b.
-
final
def
+:+[B, That](b: B)(implicit op: operators.OpAdd.Impl2[This, B, That]): That
Element-wise sum of this and b.
-
final
def
-[B, That](b: B)(implicit op: operators.OpSub.Impl2[This, B, That]): That
Alias for -:-(b) for all b.
-
final
def
-:-[B, That](b: B)(implicit op: operators.OpSub.Impl2[This, B, That]): That
Element-wise difference of this and b.
-
final
def
/[B, That](b: B)(implicit op: operators.OpDiv.Impl2[This, B, That]): That
Alias for :/(b) when b is a scalar.
-
final
def
/:/[B, That](b: B)(implicit op: operators.OpDiv.Impl2[This, B, That]): That
Element-wise quotient of this and b.
-
final
def
:!=[B, That](b: B)(implicit op: operators.OpNe.Impl2[This, B, That]): That
Element-wise inequality comparator of this and b.
-
final
def
:==[B, That](b: B)(implicit op: operators.OpEq.Impl2[This, B, That]): That
Element-wise equality comparator of this and b.
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
\[B, That](b: B)(implicit op: operators.OpSolveMatrixBy.Impl2[This, B, That]): That
Shaped solve of this by b.
-
final
def
^:^[B, That](b: B)(implicit op: operators.OpPow.Impl2[This, B, That]): That
Element-wise exponentiation of this and b.
-
final
def
^^[B, That](b: B)(implicit op: operators.OpXor.Impl2[This, B, That]): That
Alias for :^^(b) for all b.
-
final
def
^^:^^[B, That](b: B)(implicit op: operators.OpXor.Impl2[This, B, That]): That
Element-wise logical "xor" operator -- returns true if only one of the corresponding elements is non-zero.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
dot[B, BB >: B, That](b: B)(implicit op: operators.OpMulInner.Impl2[This, BB, That]): That
Inner product of this and b.
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
t[That, Slice1, Result](a: Slice1)(implicit op: CanTranspose[This, That], canSlice: CanSlice[That, Slice1, Result]): Result
A transposed view of this object, followed by a slice.
A transposed view of this object, followed by a slice. Sadly frequently necessary.
-
final
def
t[That, Slice1, Slice2, Result](a: Slice1, b: Slice2)(implicit op: CanTranspose[This, That], canSlice: CanSlice2[That, Slice1, Slice2, Result]): Result
A transposed view of this object, followed by a slice.
A transposed view of this object, followed by a slice. Sadly frequently necessary.
-
final
def
t[That](implicit op: CanTranspose[This, That]): That
A transposed view of this object.
-
def
toString(): String
- Definition Classes
- Any
- final def unary_: That
- final def unary_-[That](implicit op: operators.OpNeg.Impl[This, That]): That
-
final
def
|[B, That](b: B)(implicit op: operators.OpOr.Impl2[This, B, That]): That
Alias for :||(b) for all b.
-
final
def
|:|[B, That](b: B)(implicit op: operators.OpOr.Impl2[This, B, That]): That
Element-wise logical "or" operator -- returns true if either element is non-zero.