Class

org.ddahl.commonsmath

RichArray2DRowRealMatrix

Related Doc: package commonsmath

Permalink

implicit class RichArray2DRowRealMatrix extends AnyRef

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

Instance Constructors

  1. new RichArray2DRowRealMatrix(m: Array2DRowRealMatrix)

    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]]): Array2DRowRealMatrix

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

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

    Permalink
  6. def *(x: Array2DRowRealMatrix): Array2DRowRealMatrix

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

    Permalink
  8. def +(x: Array[Array[Int]]): Array2DRowRealMatrix

    Permalink
  9. def +(x: Array[Array[Double]]): Array2DRowRealMatrix

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

    Permalink
  11. def +(x: Array2DRowRealMatrix): Array2DRowRealMatrix

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

    Permalink
  13. def -(x: Array[Array[Int]]): Array2DRowRealMatrix

    Permalink
  14. def -(x: Array[Array[Double]]): Array2DRowRealMatrix

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

    Permalink
  16. def -(x: Array2DRowRealMatrix): Array2DRowRealMatrix

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  29. final def asInstanceOf[T0]: T0

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

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

    Permalink
  32. def det: Double

    Permalink
  33. def dim: (Int, Int)

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

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

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

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

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

    Permalink
  39. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  42. def norm: Double

    Permalink
  43. final def notify(): Unit

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

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

    Permalink
  46. def sum: Double

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

    Permalink
    Definition Classes
    AnyRef
  48. def t: RealMatrix

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

    Permalink
  50. def toString(): String

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. 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