breeze.optimize.linear

PowerMethod

class PowerMethod extends SerializableLogging

Power Method to compute maximum eigen value and companion object to compute minimum eigen value through inverse power iterations

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

Instance Constructors

  1. new PowerMethod(maxIters: Int = 10, tolerance: Double = 1.0E-5)

Type Members

  1. case class State extends Product with Serializable

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def eigen(A: BDM, y: BDV): Double

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def initialState(n: Int): State

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def iterateAndReturnState(A: BDM, y: BDV): State

  17. def iterations(A: BDM, y: BDV, initialState: State): Iterator[State]

  18. def iterations(A: BDM, y: BDV): Iterator[State]

  19. def logger: LazyLogger

    Attributes
    protected
    Definition Classes
    SerializableLogging
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def nextEigen(eigenVector: BDV, ay: BDV): Double

  22. def normalize(ynorm: BDV, y: BDV): DenseVector[Double]

  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def reset(A: BDM, y: BDV, init: State): State

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SerializableLogging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped