implicit final class SimpleMatrixOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleMatrixOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleMatrixOps(a: SimpleMatrix)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def *(b: SimpleMatrix): SimpleMatrix
- def *(b: Double): SimpleMatrix
- def **(b: Double): SimpleMatrix
- def +(b: SimpleMatrix): SimpleMatrix
- def +=(b: SimpleMatrix): Unit
- def -(b: SimpleMatrix): SimpleMatrix
- def /(b: SimpleMatrix): SimpleMatrix
- def /(b: Double): SimpleMatrix
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def T: SimpleMatrix
- val a: SimpleMatrix
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def diag(v: Double): SimpleMatrix
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isIdenticalWithinTolerances(b: SimpleMatrix, rel_tol: Double = 1e-9, abs_tol: Double = 1e-15): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- def |*|(b: SimpleMatrix): SimpleMatrix