trait MatrixTransformations extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatrixTransformations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def *(factor: Complex): Matrix
- def *(v: Vector): Vector
- def *(m: Matrix): Matrix
- def ==(m: Matrix): Boolean
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def T: Matrix
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val columnCount: Int
- def conjugateTranspose: Matrix
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(m1: Matrix, m2: Matrix): Boolean
- def equals(m: Matrix): Boolean
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- lazy val fieldMatrix: Array2DRowFieldMatrix[Complex]
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identity: Matrix
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUnitaryMatrix: Boolean
- def kroneckerProduct(m: Matrix): Matrix
- def map(m: Matrix, f: (Complex) => Complex): Matrix
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def product(v: Vector): Vector
- def product(vs: Array[Complex]): Vector
- def product(q: (Complex, Complex)): Vector
- def product(m1: Matrix, m2: Matrix): Matrix
- def product(m: Matrix): Matrix
- def round: Matrix
- def roundValues(m: Matrix): Matrix
- lazy val rowCount: Int
- def scalarProduct(factor: Complex): Matrix
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def ⊗(m: Matrix): Matrix