Jama

VectorD

Related Doc: package Jama

class VectorD extends Cloneable with Serializable

Linear Supertypes
Serializable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VectorD
  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 VectorD(a: Array[Double])

  2. new VectorD(n: Int, s: Double)

  3. new VectorD(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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Definition Classes
    VectorD → AnyRef
  6. def copy(): VectorD

  7. def divide(b: VectorD): VectorD

  8. def divideEquals(b: VectorD): VectorD

  9. def dot(b: VectorD): Double

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(j: Int): Double

  14. def getArray(): Array[Double]

  15. def getArrayCopy(): Array[Double]

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

    Definition Classes
    AnyRef → Any
  17. def getDimension(): Int

  18. def getVectorD(c: Array[Int]): VectorD

  19. def getVectorD(j0: Int, j1: Int): VectorD

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def minus(b: VectorD): VectorD

  23. def minusEquals(b: VectorD): VectorD

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

    Definition Classes
    AnyRef
  25. def norm1(): Double

  26. def norm2(): Double

  27. def normInf(): Double

  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. def plus(b: VectorD): VectorD

  31. def plusEquals(b: VectorD): VectorD

  32. def print(out: PrintWriter, format: NumberFormat, width: Int): Unit

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

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

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

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

  37. def setVectorD(c: Array[Int], x: VectorD): Unit

  38. def setVectorD(j0: Int, j1: Int, x: VectorD): Unit

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

    Definition Classes
    AnyRef
  40. def times(s: Double): VectorD

  41. def times(b: VectorD): VectorD

  42. def timesEquals(s: Double): VectorD

  43. def timesEquals(b: VectorD): VectorD

  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def uminus(): VectorD

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped