public class CentralPath extends Object
Modifier and Type | Field and Description |
---|---|
ImmutableMatrix |
S
This is the auxiliary helper to solve the dual problem.
|
ImmutableMatrix |
X
This is the minimizer for the primal problem.
|
ImmutableVector |
y
This is the maximizer for the dual problem.
|
Constructor and Description |
---|
CentralPath(Matrix X,
Vector y,
Matrix S)
Construct a central path.
|
public final ImmutableMatrix X
public final ImmutableVector y
public final ImmutableMatrix S
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.