|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.optimization.ProjL1
public class ProjL1
Compute proj_tC(X) where C = {X: || X ||_1 <= 1}.
Constructor Summary | |
---|---|
ProjL1()
|
Method Summary | |
---|---|
org.apache.commons.math.linear.RealMatrix |
compute(double t,
org.apache.commons.math.linear.RealMatrix X)
Compute proj_{tC}(X) where C = {X: || X ||_1 <= 1}. |
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 ProjL1()
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 Projection
t
- a nonnegative real scalarX
- a real matrix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |