├── ASAP_Hankel_1D.m ├── ASAP_Hankel_2D.m ├── LICENSE ├── PROPACK ├── XonOmega.c ├── XonOmega.m ├── XonOmega.map ├── XonOmega.mexa64 ├── XonOmega.mexglx ├── XonOmega.mexglx_bak ├── XonOmega.mexmac ├── XonOmega.mexmaci ├── XonOmega.mexw32 ├── XonOmega.mexw64 ├── XonOmegaTranspose.c ├── XonOmegaTranspose.mexa64 ├── XonOmegaTranspose.mexglx ├── XonOmegaTranspose.mexmac ├── XonOmegaTranspose.mexw32 ├── XonOmegaTranspose.mexw64 ├── bdsqr.m ├── bdsqr.mexa64 ├── bdsqr.mexglx ├── bdsqr.mexmac ├── bdsqr.mexmaci ├── bdsqr.mexsg ├── bdsqr.mexsg64 ├── bdsqr.mexsol ├── bdsqr.mexw32 ├── bdsqr.mexw64 ├── bdsqr_mex.c ├── compute_int.m ├── dbdqr.c ├── dbdqr.f ├── findBestMultiply.m ├── install_mex.m ├── lanbpro.m ├── lansvd.m ├── mexHelper.m ├── refinebounds.m ├── reorth.c ├── reorth.f ├── reorth.m ├── reorth.mexa64 ├── reorth.mexglx ├── reorth.mexmac ├── reorth.mexmaci ├── reorth.mexsg ├── reorth.mexsg64 ├── reorth.mexsol ├── reorth.mexw32 ├── reorth.mexw64 ├── reorth_complex.m ├── reorth_m.m ├── reorth_mex.c ├── smvp.c ├── smvp.map ├── smvp.mexa64 ├── smvp.mexglx ├── smvp.mexmac ├── smvp.mexmaci ├── smvp.mexw32 ├── smvp.mexw64 ├── test_MEX.m ├── test_PROPACK.m ├── thresh.m ├── updateSparse.c ├── updateSparse.map ├── updateSparse.mexa64 ├── updateSparse.mexglx ├── updateSparse.mexmac ├── updateSparse.mexmaci ├── updateSparse.mexw32 ├── updateSparse.mexw64 └── updateSparse_slow.m ├── README.md ├── cadzow_1D.m ├── cadzow_2D.m ├── conv_fft.m ├── fhmvmultiply_1D.m ├── fhmvmultiply_2D.m ├── generate_signal.m ├── pythag.m ├── test_ASAP_Hankel_1D.m └── test_ASAP_Hankel_2D.m /ASAP_Hankel_1D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/ASAP_Hankel_1D.m -------------------------------------------------------------------------------- /ASAP_Hankel_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/ASAP_Hankel_2D.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/LICENSE -------------------------------------------------------------------------------- /PROPACK/XonOmega.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.c -------------------------------------------------------------------------------- /PROPACK/XonOmega.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.m -------------------------------------------------------------------------------- /PROPACK/XonOmega.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.map -------------------------------------------------------------------------------- /PROPACK/XonOmega.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.mexa64 -------------------------------------------------------------------------------- /PROPACK/XonOmega.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.mexglx -------------------------------------------------------------------------------- /PROPACK/XonOmega.mexglx_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.mexglx_bak -------------------------------------------------------------------------------- /PROPACK/XonOmega.mexmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.mexmac -------------------------------------------------------------------------------- /PROPACK/XonOmega.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.mexmaci -------------------------------------------------------------------------------- /PROPACK/XonOmega.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.mexw32 -------------------------------------------------------------------------------- /PROPACK/XonOmega.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmega.mexw64 -------------------------------------------------------------------------------- /PROPACK/XonOmegaTranspose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmegaTranspose.c -------------------------------------------------------------------------------- /PROPACK/XonOmegaTranspose.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmegaTranspose.mexa64 -------------------------------------------------------------------------------- /PROPACK/XonOmegaTranspose.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmegaTranspose.mexglx -------------------------------------------------------------------------------- /PROPACK/XonOmegaTranspose.mexmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmegaTranspose.mexmac -------------------------------------------------------------------------------- /PROPACK/XonOmegaTranspose.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmegaTranspose.mexw32 -------------------------------------------------------------------------------- /PROPACK/XonOmegaTranspose.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/XonOmegaTranspose.mexw64 -------------------------------------------------------------------------------- /PROPACK/bdsqr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.m -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexa64 -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexglx -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexmac -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexmaci -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexsg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexsg -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexsg64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexsg64 -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexsol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexsol -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexw32 -------------------------------------------------------------------------------- /PROPACK/bdsqr.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr.mexw64 -------------------------------------------------------------------------------- /PROPACK/bdsqr_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/bdsqr_mex.c -------------------------------------------------------------------------------- /PROPACK/compute_int.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/compute_int.m -------------------------------------------------------------------------------- /PROPACK/dbdqr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/dbdqr.c -------------------------------------------------------------------------------- /PROPACK/dbdqr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/dbdqr.f -------------------------------------------------------------------------------- /PROPACK/findBestMultiply.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/findBestMultiply.m -------------------------------------------------------------------------------- /PROPACK/install_mex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/install_mex.m -------------------------------------------------------------------------------- /PROPACK/lanbpro.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/lanbpro.m -------------------------------------------------------------------------------- /PROPACK/lansvd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/lansvd.m -------------------------------------------------------------------------------- /PROPACK/mexHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/mexHelper.m -------------------------------------------------------------------------------- /PROPACK/refinebounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/refinebounds.m -------------------------------------------------------------------------------- /PROPACK/reorth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.c -------------------------------------------------------------------------------- /PROPACK/reorth.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.f -------------------------------------------------------------------------------- /PROPACK/reorth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.m -------------------------------------------------------------------------------- /PROPACK/reorth.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexa64 -------------------------------------------------------------------------------- /PROPACK/reorth.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexglx -------------------------------------------------------------------------------- /PROPACK/reorth.mexmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexmac -------------------------------------------------------------------------------- /PROPACK/reorth.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexmaci -------------------------------------------------------------------------------- /PROPACK/reorth.mexsg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexsg -------------------------------------------------------------------------------- /PROPACK/reorth.mexsg64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexsg64 -------------------------------------------------------------------------------- /PROPACK/reorth.mexsol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexsol -------------------------------------------------------------------------------- /PROPACK/reorth.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexw32 -------------------------------------------------------------------------------- /PROPACK/reorth.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth.mexw64 -------------------------------------------------------------------------------- /PROPACK/reorth_complex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth_complex.m -------------------------------------------------------------------------------- /PROPACK/reorth_m.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth_m.m -------------------------------------------------------------------------------- /PROPACK/reorth_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/reorth_mex.c -------------------------------------------------------------------------------- /PROPACK/smvp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.c -------------------------------------------------------------------------------- /PROPACK/smvp.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.map -------------------------------------------------------------------------------- /PROPACK/smvp.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.mexa64 -------------------------------------------------------------------------------- /PROPACK/smvp.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.mexglx -------------------------------------------------------------------------------- /PROPACK/smvp.mexmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.mexmac -------------------------------------------------------------------------------- /PROPACK/smvp.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.mexmaci -------------------------------------------------------------------------------- /PROPACK/smvp.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.mexw32 -------------------------------------------------------------------------------- /PROPACK/smvp.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/smvp.mexw64 -------------------------------------------------------------------------------- /PROPACK/test_MEX.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/test_MEX.m -------------------------------------------------------------------------------- /PROPACK/test_PROPACK.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/test_PROPACK.m -------------------------------------------------------------------------------- /PROPACK/thresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/thresh.m -------------------------------------------------------------------------------- /PROPACK/updateSparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.c -------------------------------------------------------------------------------- /PROPACK/updateSparse.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.map -------------------------------------------------------------------------------- /PROPACK/updateSparse.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.mexa64 -------------------------------------------------------------------------------- /PROPACK/updateSparse.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.mexglx -------------------------------------------------------------------------------- /PROPACK/updateSparse.mexmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.mexmac -------------------------------------------------------------------------------- /PROPACK/updateSparse.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.mexmaci -------------------------------------------------------------------------------- /PROPACK/updateSparse.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.mexw32 -------------------------------------------------------------------------------- /PROPACK/updateSparse.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse.mexw64 -------------------------------------------------------------------------------- /PROPACK/updateSparse_slow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/PROPACK/updateSparse_slow.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/README.md -------------------------------------------------------------------------------- /cadzow_1D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/cadzow_1D.m -------------------------------------------------------------------------------- /cadzow_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/cadzow_2D.m -------------------------------------------------------------------------------- /conv_fft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/conv_fft.m -------------------------------------------------------------------------------- /fhmvmultiply_1D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/fhmvmultiply_1D.m -------------------------------------------------------------------------------- /fhmvmultiply_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/fhmvmultiply_2D.m -------------------------------------------------------------------------------- /generate_signal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/generate_signal.m -------------------------------------------------------------------------------- /pythag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/pythag.m -------------------------------------------------------------------------------- /test_ASAP_Hankel_1D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/test_ASAP_Hankel_1D.m -------------------------------------------------------------------------------- /test_ASAP_Hankel_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caesarcai/ASAP-Hankel/HEAD/test_ASAP_Hankel_2D.m --------------------------------------------------------------------------------