Packages

implicit final class SimpleMatrixOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleMatrixOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleMatrixOps(a: SimpleMatrix)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def *(b: SimpleMatrix): SimpleMatrix
  4. def *(b: Double): SimpleMatrix
  5. def **(b: Double): SimpleMatrix
  6. def +(b: SimpleMatrix): SimpleMatrix
  7. def +=(b: SimpleMatrix): Unit
  8. def -(b: SimpleMatrix): SimpleMatrix
  9. def /(b: SimpleMatrix): SimpleMatrix
  10. def /(b: Double): SimpleMatrix
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  12. def T: SimpleMatrix
  13. val a: SimpleMatrix
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def diag(v: Double): SimpleMatrix
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. def isIdenticalWithinTolerances(b: SimpleMatrix, rel_tol: Double = 1e-9, abs_tol: Double = 1e-15): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def toString(): String
    Definition Classes
    Any
  20. def |*|(b: SimpleMatrix): SimpleMatrix

Inherited from AnyVal

Inherited from Any

Ungrouped