ProjectHyperPlane

case class ProjectHyperPlane(a: DenseVector[Double], b: Double) extends Proximal
trait Serializable
trait Product
trait Equals
trait Proximal
class Object
trait Matchable
class Any

Value members

Concrete methods

def prox(x: DenseVector[Double], rho: Double): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def valueAt(x: DenseVector[Double]): Double
Inherited from
Proximal

Concrete fields

val at: Transpose[DenseVector[Double]]