Skip to main content
. 2012 Apr 18;3(5):1006–1024. doi: 10.1364/BOE.3.001006

Algorithm 1.

Matlab-like code for estimating shape and concentration value

whileετ1do
  whileετ2do
     (JvTJv+ρI)hvalues=JvTε
  end while
  whileετ3do
     (JsTJs+ρI)hshape=JsTε
  end while
  θn+1 = θn + [hvalues; hshape]
end while