Packages

case class MatrixWrapper(matrix: Array[Array[Complex]]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatrixWrapper
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MatrixWrapper(matrix: Array[Array[Complex]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(factor: Complex): ApacheMatrix
  4. def *(v: ApacheVector): ApacheVector
  5. def *(m: ApacheMatrix): ApacheMatrix
  6. def ==(m: ApacheMatrix): Boolean
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def T: ApacheMatrix
  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: ApacheMatrix
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(m: ApacheMatrix): Boolean
  15. lazy val fieldMatrix: ApacheMatrix
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def identity: ApacheMatrix
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isUnitaryMatrix: Boolean
  21. def map(m: ApacheMatrix, f: (Complex) => Complex): ApacheMatrix
  22. val matrix: Array[Array[Complex]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def product(v: ApacheVector): ApacheVector
  27. def product(vs: Array[Complex]): ApacheVector
  28. def product(q: (Complex, Complex)): ApacheVector
  29. def product(m1: ApacheMatrix, m2: ApacheMatrix): ApacheMatrix
  30. def product(m: ApacheMatrix): ApacheMatrix
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. lazy val rowCount: Int
  33. def scalarProduct(factor: Complex): ApacheMatrix
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def tensorProduct(m: ApacheMatrix): ApacheMatrix
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def (m: ApacheMatrix): ApacheMatrix

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped