|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.optimization.ProxLInfinity
public class ProxLInfinity
Compute prox_th(X) where h = || X ||_{\infty}.
Constructor Summary | |
---|---|
ProxLInfinity()
|
Method Summary | |
---|---|
org.apache.commons.math.linear.RealMatrix |
compute(double t,
org.apache.commons.math.linear.RealMatrix X)
Compute prox_th(X) where h = || X ||_{\infty}. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxLInfinity()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- public org.apache.commons.math.linear.RealMatrix compute(double t, org.apache.commons.math.linear.RealMatrix X)
compute
in interface ProximalMapping
t
- a nonnegative real scalarX
- a real column matrix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |