edu.jhu.bme.smile.commons.math
Class L1LSCompressedSensingUnconstrained

java.lang.Object
  extended by edu.jhu.bme.smile.commons.math.L1LSCompressedSensing
      extended by edu.jhu.bme.smile.commons.math.L1LSCompressedSensingUnconstrained

public class L1LSCompressedSensingUnconstrained
extends L1LSCompressedSensing


Field Summary
 
Fields inherited from class edu.jhu.bme.smile.commons.math.L1LSCompressedSensing
A, ALPHA, At, AtA2, BETA, cgA, m, MAX_LS_ITER, MAX_NT_ITER, MU, n, pre, statusConverged, verbose, x
 
Constructor Summary
L1LSCompressedSensingUnconstrained(double[][] A)
           
L1LSCompressedSensingUnconstrained(Matrix A)
           
 
Method Summary
 boolean solve(Matrix y, double lambda, double reltol, double maxError, boolean allowRestart)
           
 
Methods inherited from class edu.jhu.bme.smile.commons.math.L1LSCompressedSensing
getMatrixResult, getResult, isConvereged, setVerbose, solve, solve, solve, solve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

L1LSCompressedSensingUnconstrained

public L1LSCompressedSensingUnconstrained(double[][] A)

L1LSCompressedSensingUnconstrained

public L1LSCompressedSensingUnconstrained(Matrix A)
Method Detail

solve

public boolean solve(Matrix y,
                     double lambda,
                     double reltol,
                     double maxError,
                     boolean allowRestart)
Overrides:
solve in class L1LSCompressedSensing