Skip to content

Commit

Permalink
Add javadoc to AccelerationState.java
Browse files Browse the repository at this point in the history
  • Loading branch information
elevans committed Apr 5, 2024
1 parent b73b91b commit 49cf29d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
import net.imglib2.img.Img;
import net.imglib2.type.numeric.RealType;

/**
* Helper class for the Vector Accelerator Op. The Acceleration State stores the
* Vector Accelerator's data while iterative deconvolution is applied.
*
* @author Curtis Rueden
* @author Edward Evans
* @param <T>
*/

public class AccelerationState<T extends RealType<T>> {

public final RandomAccessibleInterval<T> yk_iterated;
Expand Down

0 comments on commit 49cf29d

Please sign in to comment.