Class fMRIBlindDeconvolution.ConvAndLinear

    • Constructor Summary

      Constructors 
      Constructor Description
      ConvAndLinear​(double[] kernel, int dim_in, int dim_out, boolean spectral_conv)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] adj​(double[] x)  
      double[] op​(double[] x)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConvAndLinear

        public ConvAndLinear​(double[] kernel,
                             int dim_in,
                             int dim_out,
                             boolean spectral_conv)
    • Method Detail

      • op

        public double[] op​(double[] x)
      • adj

        public double[] adj​(double[] x)