case class MatrixWrapper(matrix: Array[Array[Complex]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatrixWrapper
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MatrixWrapper(matrix: Array[Array[Complex]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def *(factor: Complex): ApacheMatrix
- def *(v: ApacheVector): ApacheVector
- def *(m: ApacheMatrix): ApacheMatrix
- def ==(m: ApacheMatrix): Boolean
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def T: ApacheMatrix
- 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: ApacheMatrix
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(m: ApacheMatrix): Boolean
- lazy val fieldMatrix: ApacheMatrix
- 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 identity: ApacheMatrix
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUnitaryMatrix: Boolean
- def map(m: ApacheMatrix, f: (Complex) => Complex): ApacheMatrix
- val matrix: Array[Array[Complex]]
- 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: ApacheVector): ApacheVector
- def product(vs: Array[Complex]): ApacheVector
- def product(q: (Complex, Complex)): ApacheVector
- def product(m1: ApacheMatrix, m2: ApacheMatrix): ApacheMatrix
- def product(m: ApacheMatrix): ApacheMatrix
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val rowCount: Int
- def scalarProduct(factor: Complex): ApacheMatrix
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tensorProduct(m: ApacheMatrix): ApacheMatrix
- 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: ApacheMatrix): ApacheMatrix