Jama

Matrix

Related Doc: package Jama

class Matrix extends Cloneable with Serializable

Linear Supertypes
Serializable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Matrix
  2. Serializable
  3. Cloneable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Matrix(vals: Array[Double], m: Int)

  2. new Matrix(A: Array[Array[Double]], m: Int, n: Int)

  3. new Matrix(A: Array[Array[Double]])

  4. new Matrix(m: Int, n: Int, s: Double)

  5. new Matrix(m: Int, n: Int)

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def arrayLeftDivide(B: Matrix): Matrix

  5. def arrayLeftDivideEquals(B: Matrix): Matrix

  6. def arrayRightDivide(B: Matrix): Matrix

  7. def arrayRightDivideEquals(B: Matrix): Matrix

  8. def arrayTimes(B: Matrix): Matrix

  9. def arrayTimesEquals(B: Matrix): Matrix

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def chol(): CholeskyDecomposition

  12. def clone(): AnyRef

    Definition Classes
    Matrix → AnyRef
  13. def cond(): Double

  14. def copy(): Matrix

  15. def det(): Double

  16. def eig(): EigenvalueDecomposition

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def get(i: Int): VectorD

  21. def get(i: Int, j: Int): Double

  22. def getArray(): Array[Array[Double]]

  23. def getArrayCopy(): Array[Array[Double]]

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getColumnDimension(): Int

  26. def getColumnPackedCopy(): Array[Double]

  27. def getMatrix(r: Array[Int], j0: Int, j1: Int): Matrix

  28. def getMatrix(i0: Int, i1: Int, c: Array[Int]): Matrix

  29. def getMatrix(r: Array[Int], c: Array[Int]): Matrix

  30. def getMatrix(i0: Int, i1: Int, j0: Int, j1: Int): Matrix

  31. def getRowDimension(): Int

  32. def getRowPackedCopy(): Array[Double]

  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def inverse(): Matrix

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def lu(): LUDecomposition

  37. def minus(B: Matrix): Matrix

  38. def minusEquals(B: Matrix): Matrix

  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def norm1(): Double

  41. def norm2(): Double

  42. def normF(): Double

  43. def normInf(): Double

  44. final def notify(): Unit

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. def plus(B: Matrix): Matrix

  47. def plusEquals(B: Matrix): Matrix

  48. def print(output: PrintWriter, format: NumberFormat, width: Int): Unit

  49. def print(format: NumberFormat, width: Int): Unit

  50. def print(output: PrintWriter, w: Int, d: Int): Unit

  51. def print(w: Int, d: Int): Unit

  52. def qr(): QRDecomposition

  53. def rank(): Int

  54. def set(i: Int, j: Int, s: Double): Unit

  55. def setMatrix(i0: Int, i1: Int, c: Array[Int], X: Matrix): Unit

  56. def setMatrix(r: Array[Int], j0: Int, j1: Int, X: Matrix): Unit

  57. def setMatrix(r: Array[Int], c: Array[Int], X: Matrix): Unit

  58. def setMatrix(i0: Int, i1: Int, j0: Int, j1: Int, X: Matrix): Unit

  59. def solve(B: Matrix): Matrix

  60. def solveTranspose(B: Matrix): Matrix

  61. def svd(): SingularValueDecomposition

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

    Definition Classes
    AnyRef
  63. def times(v: Array[Double]): Array[Double]

  64. def times(B: Matrix): Matrix

  65. def times(s: Double): Matrix

  66. def timesEquals(s: Double): Matrix

  67. def toString(): String

    Definition Classes
    AnyRef → Any
  68. def trace(): Double

  69. def transpose(): Matrix

  70. def uminus(): Matrix

  71. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped