Class

org.ddahl.commonsmath

RichRealMatrix

Related Doc: package commonsmath

Permalink

implicit class RichRealMatrix extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichRealMatrix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichRealMatrix(m: RealMatrix)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(x: Array[Array[Int]]): RealMatrix

    Permalink
  4. def *(x: Array[Array[Double]]): RealMatrix

    Permalink
  5. def *(x: RealMatrix): RealMatrix

    Permalink
  6. def *:(c: Double): RealMatrix

    Permalink
  7. def +(x: Array[Array[Int]]): RealMatrix

    Permalink
  8. def +(x: Array[Array[Double]]): RealMatrix

    Permalink
  9. def +(x: RealMatrix): RealMatrix

    Permalink
  10. def +:(c: Double): RealMatrix

    Permalink
  11. def -(x: Array[Array[Int]]): RealMatrix

    Permalink
  12. def -(x: Array[Array[Double]]): RealMatrix

    Permalink
  13. def -(x: RealMatrix): RealMatrix

    Permalink
  14. def :*(c: Double): RealMatrix

    Permalink
  15. def :*(c: RealMatrix): RealMatrix

    Permalink
  16. def :+(c: Double): RealMatrix

    Permalink
  17. def :-(c: Double): RealMatrix

    Permalink
  18. def :/(c: Double): RealMatrix

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def apply(i: Seq[Int], j: Seq[Int]): RealMatrix

    Permalink
  21. def apply(i: Int, j: Range): RealMatrix

    Permalink
  22. def apply(i: Range, j: Int): RealMatrix

    Permalink
  23. def apply(i: Int, j: Nil.type): RealMatrix

    Permalink
  24. def apply(i: Nil.type, j: Int): RealMatrix

    Permalink
  25. def apply(i: Int, j: Int): Double

    Permalink
  26. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  28. def columns: Int

    Permalink
  29. def det: Double

    Permalink
  30. def dim: (Int, Int)

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

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  35. def inverse: RealMatrix

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def map(f: (Double) ⇒ Double): RealMatrix

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

    Permalink
    Definition Classes
    AnyRef
  39. def norm: Double

    Permalink
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  42. def rows: Int

    Permalink
  43. def sum: Double

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

    Permalink
    Definition Classes
    AnyRef
  45. def t: RealMatrix

    Permalink
  46. def toPrettyString(pattern: String = "#0.000000"): String

    Permalink
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. def toVectorOfVectors: Vector[Vector[Double]]

    Permalink
  49. def update(i: Seq[Int], j: Seq[Int], x: RealMatrix): Unit

    Permalink
  50. def update(i: Int, j: Range, x: RealMatrix): Unit

    Permalink
  51. def update(i: Range, j: Int, x: RealMatrix): Unit

    Permalink
  52. def update(i: Int, j: Nil.type, x: RealMatrix): Unit

    Permalink
  53. def update(i: Nil.type, j: Int, x: RealMatrix): Unit

    Permalink
  54. def update(i: Int, j: Int, x: Double): Unit

    Permalink
  55. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped