case class MatrixWrapper(matrix: Array[Array[Complex]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatrixWrapper
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- @native() @throws( ... )
- 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[_]
- 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 round: ApacheMatrix
- def roundValues(m: ApacheMatrix): ApacheMatrix
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ⊗(m: ApacheMatrix): ApacheMatrix