Packages

t

scotty.simulator.math.LinearAlgebra

MatrixTransformations

trait MatrixTransformations extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatrixTransformations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val rawMatrix: Array[Array[Complex]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(factor: Complex): Matrix
  4. def *(v: Vector): Vector
  5. def *(m: Matrix): Matrix
  6. def ==(m: Matrix): Boolean
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def T: Matrix
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. lazy val columnCount: Int
  12. def conjugateTranspose: Matrix
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(m1: Matrix, m2: Matrix): Boolean
  15. def equals(m: Matrix): Boolean
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. lazy val fieldMatrix: Array2DRowFieldMatrix[Complex]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def identity: Matrix
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isUnitaryMatrix: Boolean
  24. def kroneckerProduct(m: Matrix): Matrix
  25. def map(m: Matrix, f: (Complex) => Complex): Matrix
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def product(v: Vector): Vector
  30. def product(vs: Array[Complex]): Vector
  31. def product(q: (Complex, Complex)): Vector
  32. def product(m1: Matrix, m2: Matrix): Matrix
  33. def product(m: Matrix): Matrix
  34. def round: Matrix
  35. def roundValues(m: Matrix): Matrix
  36. lazy val rowCount: Int
  37. def scalarProduct(factor: Complex): Matrix
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def (m: Matrix): Matrix

Inherited from AnyRef

Inherited from Any

Ungrouped