Trait

scotty.simulator.math.LinearAlgebra

MatrixTransformations

Related Doc: package LinearAlgebra

Permalink

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]]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(factor: Complex): Matrix

    Permalink
  4. def *(v: Vector): Vector

    Permalink
  5. def *(m: Matrix): Matrix

    Permalink
  6. def ==(m: Matrix): Boolean

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def T: Matrix

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. lazy val columnCount: Int

    Permalink
  12. def conjugateTranspose: Matrix

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(m1: Matrix, m2: Matrix): Boolean

    Permalink
  15. def equals(m: Matrix): Boolean

    Permalink
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. lazy val fieldMatrix: Array2DRowFieldMatrix[Complex]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def identity: Matrix

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isUnitaryMatrix: Boolean

    Permalink
  24. def kroneckerProduct(m: Matrix): Matrix

    Permalink
  25. def map(m: Matrix, f: (Complex) ⇒ Complex): Matrix

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def product(v: Vector): Vector

    Permalink
  30. def product(vs: Array[Complex]): Vector

    Permalink
  31. def product(q: (Complex, Complex)): Vector

    Permalink
  32. def product(m1: Matrix, m2: Matrix): Matrix

    Permalink
  33. def product(m: Matrix): Matrix

    Permalink
  34. def round: Matrix

    Permalink
  35. def roundValues(m: Matrix): Matrix

    Permalink
  36. lazy val rowCount: Int

    Permalink
  37. def scalarProduct(factor: Complex): Matrix

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def (m: Matrix): Matrix

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped