AffineScaling

Companion
class
trait Serializable
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from
AffineScaling

Value members

Inherited methods

protected def logger: LazyLogger
Inherited from
SerializableLogging
def maximize(A: DenseMatrix[Double], b: DenseVector[Double], c: DenseVector[Double], x0: DenseVector[Double], gamma: Double, eps: Double): DenseVector[Double]

Maximize c dot x s.t. Ax <= b

Maximize c dot x s.t. Ax <= b

Inherited from
AffineScaling