├── +spot ├── +rwt │ ├── Contents.m │ ├── HardTh.m │ ├── INSTALL │ ├── LICENSE │ ├── README │ ├── README.spot │ ├── SoftTh.m │ ├── compile.m │ ├── daubcqf.m │ ├── denoise.m │ ├── makesig.m │ ├── mdwt.c │ ├── mdwt.dll.old │ ├── mdwt.mexa64 │ ├── mdwt.mexglx │ ├── mdwt.mexmaci │ ├── mdwt.mexmaci64 │ ├── mdwt.mexw32 │ ├── mdwt.mexw64 │ ├── mdwt.mhelp │ ├── midwt.c │ ├── midwt.dll.old │ ├── midwt.mexa64 │ ├── midwt.mexglx │ ├── midwt.mexmaci │ ├── midwt.mexmaci64 │ ├── midwt.mexw32 │ ├── midwt.mexw64 │ ├── midwt.mhelp │ ├── mirdwt.c │ ├── mirdwt.dll.old │ ├── mirdwt.mexa64 │ ├── mirdwt.mexglx │ ├── mirdwt.mexmaci │ ├── mirdwt.mexmaci64 │ ├── mirdwt.mexw32 │ ├── mirdwt.mexw64 │ ├── mirdwt.mhelp │ ├── mrdwt.c │ ├── mrdwt.dll.old │ ├── mrdwt.mexa64 │ ├── mrdwt.mexglx │ ├── mrdwt.mexmaci │ ├── mrdwt.mexmaci64 │ ├── mrdwt.mexw32 │ ├── mrdwt.mexw64 │ ├── mrdwt.mhelp │ ├── mwsizecompat.h │ └── setopt.m ├── +solvers │ └── lsqr.m ├── +utils │ ├── SpotTestRunDisplay.m │ ├── dct.m │ ├── dottest.m │ ├── drawDot.m │ ├── fdct_c2v.m │ ├── fdct_v2c.m │ ├── fieldname.m │ ├── getOption.m │ ├── idct.m │ ├── isposintmat.m │ ├── isposintscalar.m │ ├── optimalBracketing.m │ ├── parseOptions.m │ └── spottree.m ├── counter.m ├── gpl.m └── path.m ├── @opSpot ├── bicg.m ├── bicgstab.m ├── blkdiag.m ├── cgs.m ├── char.m ├── conj.m ├── ctranspose.m ├── diag.m ├── disp.m ├── display.m ├── divide.m ├── double.m ├── drandn.m ├── eigs.m ├── end.m ├── full.m ├── gmres.m ├── horzcat.m ├── imag.m ├── inv.m ├── isempty.m ├── isreal.m ├── isscalar.m ├── kron.m ├── length.m ├── lsqr.m ├── minres.m ├── minus.m ├── mldivide.m ├── mpower.m ├── mrdivide.m ├── mtimes.m ├── ndims.m ├── normest.m ├── opSpot.m ├── pcg.m ├── pinv.m ├── plus.m ├── qmr.m ├── real.m ├── rrandn.m ├── size.m ├── subsasgn.m ├── subsref.m ├── sum.m ├── symmlq.m ├── transpose.m ├── uminus.m ├── uplus.m └── vertcat.m ├── COPYING.txt ├── ChangeLog ├── README.md ├── Readme.html ├── VERSION ├── demos ├── data │ └── WiggumArrest.wav ├── demo_haardct.m ├── demo_kron.m └── demo_shortfourier.m ├── doc ├── container_operators.m ├── docguide_circulant.m ├── docguide_containers.m ├── docguide_convolution.m ├── docguide_implement.m ├── docguide_interpolation.m ├── docguide_quick.m ├── docguide_sparserecovery.m ├── elementary_operators.m ├── examples.m ├── fast_operators.m ├── helptoc.xml ├── html │ ├── FigSparcoBlockDiag1.png │ ├── FigSparcoBlockDiag2.png │ ├── FigSparcoBlockDiag3.png │ ├── FigSparcoBlockDiag4.png │ ├── FigSparcoBlockDiag5.png │ ├── FigSparcoBlockDiag6.png │ ├── container_operators.html │ ├── docguide_circulant.html │ ├── docguide_circulant_eq08112.png │ ├── docguide_containers.html │ ├── docguide_convolution.html │ ├── docguide_convolution.png │ ├── docguide_convolution_01.png │ ├── docguide_convolution_02.png │ ├── docguide_convolution_03.png │ ├── docguide_convolution_04.png │ ├── docguide_convolution_05.png │ ├── docguide_convolution_06.png │ ├── docguide_convolution_07.png │ ├── docguide_convolution_08.png │ ├── docguide_convolution_09.png │ ├── docguide_convolution_10.png │ ├── docguide_convolution_11.png │ ├── docguide_convolution_eq27244.png │ ├── docguide_convolution_eq46204.png │ ├── docguide_convolution_eq57167.png │ ├── docguide_convolution_eq91674.png │ ├── docguide_implement.html │ ├── docguide_interpolation.html │ ├── docguide_interpolation.png │ ├── docguide_interpolation_01.png │ ├── docguide_interpolation_02.png │ ├── docguide_interpolation_03.png │ ├── docguide_interpolation_04.png │ ├── docguide_interpolation_05.png │ ├── docguide_interpolation_06.png │ ├── docguide_interpolation_07.png │ ├── docguide_interpolation_08.png │ ├── docguide_interpolation_eq12896.png │ ├── docguide_interpolation_eq23167.png │ ├── docguide_interpolation_eq28812.png │ ├── docguide_interpolation_eq31461.png │ ├── docguide_interpolation_eq35427.png │ ├── docguide_interpolation_eq39601.png │ ├── docguide_interpolation_eq43551.png │ ├── docguide_interpolation_eq81342.png │ ├── docguide_interpolation_eq84590.png │ ├── docguide_interpolation_eq98549.png │ ├── docguide_quick.html │ ├── docguide_sparserecovery.html │ ├── docguide_sparserecovery.png │ ├── docguide_sparserecovery_01.png │ ├── docguide_sparserecovery_02.png │ ├── docguide_sparserecovery_03.png │ ├── docguide_sparserecovery_eq24873.png │ ├── docguide_sparserecovery_eq33963.png │ ├── docguide_sparserecovery_eq46380.png │ ├── docguide_sparserecovery_eq70887.png │ ├── docguide_sparserecovery_eq84590.png │ ├── elementary_operators.html │ ├── eqs │ │ ├── .eqdepthcache │ │ ├── 1281182548146164340-130.png │ │ ├── 13440040424-130.png │ │ ├── 15360046201-130.png │ │ ├── 15488046584-130.png │ │ ├── 15616046971-130.png │ │ ├── 1658743042909269106-130.png │ │ ├── 1783685614375308192-130.png │ │ ├── 1842691893509646613-130.png │ │ ├── 1948474928759429651-130.png │ │ ├── 2027286959554378887-130.png │ │ ├── 2106785099964413401-130.png │ │ ├── 2493339635157168218-130.png │ │ ├── 2577508771177243574-130.png │ │ ├── 2625088332809412420-130.png │ │ ├── 3187889088634215596-130.png │ │ ├── 3417162702478062751-130.png │ │ ├── 3609640256411903582-130.png │ │ ├── 3779426073040366563-130.png │ │ ├── 4083764253005335780-130.png │ │ ├── 4202091912812561623-130.png │ │ ├── 4284606897481292960-130.png │ │ ├── 4335792958679249011-130.png │ │ ├── 4455612808563855295-130.png │ │ ├── 4525519156661850771-130.png │ │ ├── 4546430255957166546-130.png │ │ ├── 456479652616958846-130.png │ │ ├── 4672496770117087070-130.png │ │ ├── 4699383870994164432-130.png │ │ ├── 4801692705415458837-130.png │ │ ├── 4931800903347339616-130.png │ │ ├── 5623997898773497873-130.png │ │ ├── 593367982063446580-130.png │ │ ├── 593367982063446597-130.png │ │ ├── 593367982112446620-130.png │ │ ├── 599394731270602054-130.png │ │ ├── 6056964723800600849-130.png │ │ ├── 6092489849325735727-130.png │ │ ├── 6125763626576101756-130.png │ │ ├── 6223645544514735503-130.png │ │ ├── 6268663443196398682-130.png │ │ ├── 6356136762056159946-130.png │ │ ├── 6471588101837471346-130.png │ │ ├── 6542781286693810121-130.png │ │ ├── 6609513926019443163-130.png │ │ ├── 6827511244237758208-130.png │ │ ├── 6848887057047185851-130.png │ │ ├── 6952529034888239997-130.png │ │ ├── 7292520996289521568-130.png │ │ ├── 7936047678071560-130.png │ │ ├── 8320025024-130.png │ │ ├── 8448025411-130.png │ │ ├── 8576025794-130.png │ │ ├── 8701434907964658743-130.png │ │ ├── 8704026181-130.png │ │ ├── 894134153032610161-130.png │ │ ├── 8973993714182097189-130.png │ │ ├── 9190896899462041202-130.png │ │ ├── 947114261818289046-130.png │ │ └── 9856029644-130.png │ ├── examples.html │ ├── fast_operators.html │ ├── htmlhelp │ │ ├── Contents.html │ │ ├── bicg.html │ │ ├── bicgstab.html │ │ ├── blkdiag.html │ │ ├── cgs.html │ │ ├── char.html │ │ ├── conj.html │ │ ├── ctranspose.html │ │ ├── diag.html │ │ ├── disp.html │ │ ├── display.html │ │ ├── divide.html │ │ ├── double.html │ │ ├── drandn.html │ │ ├── eigs.html │ │ ├── end.html │ │ ├── full.html │ │ ├── gmres.html │ │ ├── horzcat.html │ │ ├── imag.html │ │ ├── inv.html │ │ ├── isempty.html │ │ ├── isreal.html │ │ ├── isscalar.html │ │ ├── kron.html │ │ ├── length.html │ │ ├── lsqr.html │ │ ├── minres.html │ │ ├── minus.html │ │ ├── mldivide.html │ │ ├── mpower.html │ │ ├── mrdivide.html │ │ ├── mtimes.html │ │ ├── ndims.html │ │ ├── normest.html │ │ ├── opBernoulli.html │ │ ├── opBinary.html │ │ ├── opBlockDiag.html │ │ ├── opBlockOp.html │ │ ├── opCTranspose.html │ │ ├── opClass.html │ │ ├── opConj.html │ │ ├── opConvolve.html │ │ ├── opCurvelet.html │ │ ├── opDCT.html │ │ ├── opDCT2.html │ │ ├── opDFT.html │ │ ├── opDFT2.html │ │ ├── opDiag.html │ │ ├── opDictionary.html │ │ ├── opDirac.html │ │ ├── opEmpty.html │ │ ├── opExcise.html │ │ ├── opExtend.html │ │ ├── opEye.html │ │ ├── opFoG.html │ │ ├── opFunction.html │ │ ├── opGaussian.html │ │ ├── opHaar.html │ │ ├── opHaar2.html │ │ ├── opHadamard.html │ │ ├── opHeaviside.html │ │ ├── opImag.html │ │ ├── opInverse.html │ │ ├── opKron.html │ │ ├── opMask.html │ │ ├── opMatrix.html │ │ ├── opMinus.html │ │ ├── opOnes.html │ │ ├── opOrthogonal.html │ │ ├── opPInverse.html │ │ ├── opPower.html │ │ ├── opReal.html │ │ ├── opRestriction.html │ │ ├── opSparseBinary.html │ │ ├── opSpot.html │ │ ├── opStack.html │ │ ├── opSubsAsgn.html │ │ ├── opSubsRef.html │ │ ├── opSum.html │ │ ├── opToepGauss.html │ │ ├── opToepSign.html │ │ ├── opToeplitz.html │ │ ├── opTranspose.html │ │ ├── opUnaryMinus.html │ │ ├── opWavelet.html │ │ ├── opWavelet2.html │ │ ├── opWindow.html │ │ ├── opZeros.html │ │ ├── pcg.html │ │ ├── pinv.html │ │ ├── plus.html │ │ ├── qmr.html │ │ ├── real.html │ │ ├── rrandn.html │ │ ├── size.html │ │ ├── spotexport.html │ │ ├── spotparams.html │ │ ├── spotpublish.html │ │ ├── spottests.html │ │ ├── subsasgn.html │ │ ├── subsref.html │ │ ├── symmlq.html │ │ ├── transpose.html │ │ ├── uminus.html │ │ ├── uplus.html │ │ └── vertcat.html │ ├── meta_operators.html │ ├── random_ensembles.html │ ├── seismic_diagram.png │ ├── spot_main_page.html │ ├── spot_methods.html │ ├── spot_operators.html │ └── usingmethods.html ├── meta_operators.m ├── plotimage.m ├── psfGaussian.m ├── random_ensembles.m ├── spot_main_page.m ├── spot_methods.m └── spot_operators.m ├── extras ├── opBlockOp.m └── opSurfacelet.m ├── info.xml ├── opBernoulli.m ├── opBinary.m ├── opBlockDiag.m ├── opBlockOp.m ├── opCTranspose.m ├── opChol.m ├── opClass.m ├── opConj.m ├── opConvolve.m ├── opCurvelet.m ├── opDCT.m ├── opDCT2.m ├── opDFT.m ├── opDFT2.m ├── opDiag.m ├── opDictionary.m ├── opDirac.m ├── opEmpty.m ├── opExcise.m ├── opExtend.m ├── opEye.m ├── opFactorization.m ├── opFoG.m ├── opFunction.m ├── opGaussian.m ├── opHaar.m ├── opHaar2.m ├── opHadamard.m ├── opHeaviside.m ├── opHermitian.m ├── opImag.m ├── opInverse.m ├── opKron.m ├── opLDL.m ├── opLU.m ├── opMask.m ├── opMatrix.m ├── opMinus.m ├── opOnes.m ├── opOrthogonal.m ├── opPInverse.m ├── opPermutation.m ├── opPower.m ├── opQR.m ├── opReal.m ├── opRestriction.m ├── opSparseBinary.m ├── opStack.m ├── opSubsAsgn.m ├── opSubsRef.m ├── opSum.m ├── opToepGauss.m ├── opToepSign.m ├── opToeplitz.m ├── opTranspose.m ├── opUnaryMinus.m ├── opWavelet.m ├── opWavelet2.m ├── opWindow.m ├── opZeros.m ├── opiChol.m ├── opiLU.m ├── spotparams.m ├── spottests.m └── tests ├── debugConv.m ├── test_char.m ├── test_coremethods.m ├── test_dottests.m ├── test_eigs.m ├── test_image_example.m ├── test_indexing.m ├── test_iterative.m ├── test_normest.m ├── test_opBernoulli.m ├── test_opBinary.m ├── test_opBlockDiag.m ├── test_opBlockOp.m ├── test_opChol.m ├── test_opDiag.m ├── test_opDictionary.m ├── test_opGaussian.m ├── test_opHadamard.m ├── test_opHermitian.m ├── test_opKron.m ├── test_opLDL.m ├── test_opLU.m ├── test_opMatrix.m ├── test_opOrthogonal.m ├── test_opPermutation.m ├── test_opQR.m ├── test_opSparseBinary.m ├── test_opToeplitz.m ├── test_opWavelet.m ├── test_opiChol.m ├── test_opiLU.m ├── test_products.m ├── test_solves.m ├── test_sparsevecs.m ├── test_sum.m ├── test_tree.m └── xunit ├── +xunit └── +utils │ ├── Contents.m │ ├── arrayToString.m │ ├── compareFloats.m │ ├── comparisonMessage.m │ ├── containsRegexp.m │ ├── generateDoc.m │ ├── isAlmostEqual.m │ ├── isSetUpString.m │ ├── isTearDownString.m │ ├── isTestCaseSubclass.m │ ├── isTestString.m │ ├── parseFloatAssertInputs.m │ └── stringToCellArray.m ├── CommandWindowTestRunDisplay.m ├── Contents.m ├── FunctionHandleTestCase.m ├── TestCase.m ├── TestCaseInDir.m ├── TestCaseWithAddPath.m ├── TestComponent.m ├── TestComponentInDir.m ├── TestRunLogger.m ├── TestRunMonitor.m ├── TestSuite.m ├── TestSuiteInDir.m ├── assertElementsAlmostEqual.m ├── assertEqual.m ├── assertExceptionThrown.m ├── assertFalse.m ├── assertFilesEqual.m ├── assertTrue.m ├── assertVectorsAlmostEqual.m ├── info.xml ├── initTestSuite.m └── runtests.m /+spot/+rwt/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/Contents.m -------------------------------------------------------------------------------- /+spot/+rwt/HardTh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/HardTh.m -------------------------------------------------------------------------------- /+spot/+rwt/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/INSTALL -------------------------------------------------------------------------------- /+spot/+rwt/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/LICENSE -------------------------------------------------------------------------------- /+spot/+rwt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/README -------------------------------------------------------------------------------- /+spot/+rwt/README.spot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/README.spot -------------------------------------------------------------------------------- /+spot/+rwt/SoftTh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/SoftTh.m -------------------------------------------------------------------------------- /+spot/+rwt/compile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/compile.m -------------------------------------------------------------------------------- /+spot/+rwt/daubcqf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/daubcqf.m -------------------------------------------------------------------------------- /+spot/+rwt/denoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/denoise.m -------------------------------------------------------------------------------- /+spot/+rwt/makesig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/makesig.m -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.c -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.dll.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.dll.old -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.mexa64 -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.mexglx -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.mexmaci -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.mexmaci64 -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.mexw32 -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.mexw64 -------------------------------------------------------------------------------- /+spot/+rwt/mdwt.mhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mdwt.mhelp -------------------------------------------------------------------------------- /+spot/+rwt/midwt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.c -------------------------------------------------------------------------------- /+spot/+rwt/midwt.dll.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.dll.old -------------------------------------------------------------------------------- /+spot/+rwt/midwt.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.mexa64 -------------------------------------------------------------------------------- /+spot/+rwt/midwt.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.mexglx -------------------------------------------------------------------------------- /+spot/+rwt/midwt.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.mexmaci -------------------------------------------------------------------------------- /+spot/+rwt/midwt.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.mexmaci64 -------------------------------------------------------------------------------- /+spot/+rwt/midwt.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.mexw32 -------------------------------------------------------------------------------- /+spot/+rwt/midwt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.mexw64 -------------------------------------------------------------------------------- /+spot/+rwt/midwt.mhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/midwt.mhelp -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.c -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.dll.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.dll.old -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.mexa64 -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.mexglx -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.mexmaci -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.mexmaci64 -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.mexw32 -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.mexw64 -------------------------------------------------------------------------------- /+spot/+rwt/mirdwt.mhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mirdwt.mhelp -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.c -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.dll.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.dll.old -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.mexa64 -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.mexglx -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.mexmaci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.mexmaci -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.mexmaci64 -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.mexw32 -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.mexw64 -------------------------------------------------------------------------------- /+spot/+rwt/mrdwt.mhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mrdwt.mhelp -------------------------------------------------------------------------------- /+spot/+rwt/mwsizecompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/mwsizecompat.h -------------------------------------------------------------------------------- /+spot/+rwt/setopt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+rwt/setopt.m -------------------------------------------------------------------------------- /+spot/+solvers/lsqr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+solvers/lsqr.m -------------------------------------------------------------------------------- /+spot/+utils/SpotTestRunDisplay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/SpotTestRunDisplay.m -------------------------------------------------------------------------------- /+spot/+utils/dct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/dct.m -------------------------------------------------------------------------------- /+spot/+utils/dottest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/dottest.m -------------------------------------------------------------------------------- /+spot/+utils/drawDot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/drawDot.m -------------------------------------------------------------------------------- /+spot/+utils/fdct_c2v.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/fdct_c2v.m -------------------------------------------------------------------------------- /+spot/+utils/fdct_v2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/fdct_v2c.m -------------------------------------------------------------------------------- /+spot/+utils/fieldname.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/fieldname.m -------------------------------------------------------------------------------- /+spot/+utils/getOption.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/getOption.m -------------------------------------------------------------------------------- /+spot/+utils/idct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/idct.m -------------------------------------------------------------------------------- /+spot/+utils/isposintmat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/isposintmat.m -------------------------------------------------------------------------------- /+spot/+utils/isposintscalar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/isposintscalar.m -------------------------------------------------------------------------------- /+spot/+utils/optimalBracketing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/optimalBracketing.m -------------------------------------------------------------------------------- /+spot/+utils/parseOptions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/parseOptions.m -------------------------------------------------------------------------------- /+spot/+utils/spottree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/+utils/spottree.m -------------------------------------------------------------------------------- /+spot/counter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/counter.m -------------------------------------------------------------------------------- /+spot/gpl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/gpl.m -------------------------------------------------------------------------------- /+spot/path.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/+spot/path.m -------------------------------------------------------------------------------- /@opSpot/bicg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/bicg.m -------------------------------------------------------------------------------- /@opSpot/bicgstab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/bicgstab.m -------------------------------------------------------------------------------- /@opSpot/blkdiag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/blkdiag.m -------------------------------------------------------------------------------- /@opSpot/cgs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/cgs.m -------------------------------------------------------------------------------- /@opSpot/char.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/char.m -------------------------------------------------------------------------------- /@opSpot/conj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/conj.m -------------------------------------------------------------------------------- /@opSpot/ctranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/ctranspose.m -------------------------------------------------------------------------------- /@opSpot/diag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/diag.m -------------------------------------------------------------------------------- /@opSpot/disp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/disp.m -------------------------------------------------------------------------------- /@opSpot/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/display.m -------------------------------------------------------------------------------- /@opSpot/divide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/divide.m -------------------------------------------------------------------------------- /@opSpot/double.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/double.m -------------------------------------------------------------------------------- /@opSpot/drandn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/drandn.m -------------------------------------------------------------------------------- /@opSpot/eigs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/eigs.m -------------------------------------------------------------------------------- /@opSpot/end.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/end.m -------------------------------------------------------------------------------- /@opSpot/full.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/full.m -------------------------------------------------------------------------------- /@opSpot/gmres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/gmres.m -------------------------------------------------------------------------------- /@opSpot/horzcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/horzcat.m -------------------------------------------------------------------------------- /@opSpot/imag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/imag.m -------------------------------------------------------------------------------- /@opSpot/inv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/inv.m -------------------------------------------------------------------------------- /@opSpot/isempty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/isempty.m -------------------------------------------------------------------------------- /@opSpot/isreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/isreal.m -------------------------------------------------------------------------------- /@opSpot/isscalar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/isscalar.m -------------------------------------------------------------------------------- /@opSpot/kron.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/kron.m -------------------------------------------------------------------------------- /@opSpot/length.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/length.m -------------------------------------------------------------------------------- /@opSpot/lsqr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/lsqr.m -------------------------------------------------------------------------------- /@opSpot/minres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/minres.m -------------------------------------------------------------------------------- /@opSpot/minus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/minus.m -------------------------------------------------------------------------------- /@opSpot/mldivide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/mldivide.m -------------------------------------------------------------------------------- /@opSpot/mpower.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/mpower.m -------------------------------------------------------------------------------- /@opSpot/mrdivide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/mrdivide.m -------------------------------------------------------------------------------- /@opSpot/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/mtimes.m -------------------------------------------------------------------------------- /@opSpot/ndims.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/ndims.m -------------------------------------------------------------------------------- /@opSpot/normest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/normest.m -------------------------------------------------------------------------------- /@opSpot/opSpot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/opSpot.m -------------------------------------------------------------------------------- /@opSpot/pcg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/pcg.m -------------------------------------------------------------------------------- /@opSpot/pinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/pinv.m -------------------------------------------------------------------------------- /@opSpot/plus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/plus.m -------------------------------------------------------------------------------- /@opSpot/qmr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/qmr.m -------------------------------------------------------------------------------- /@opSpot/real.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/real.m -------------------------------------------------------------------------------- /@opSpot/rrandn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/rrandn.m -------------------------------------------------------------------------------- /@opSpot/size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/size.m -------------------------------------------------------------------------------- /@opSpot/subsasgn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/subsasgn.m -------------------------------------------------------------------------------- /@opSpot/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/subsref.m -------------------------------------------------------------------------------- /@opSpot/sum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/sum.m -------------------------------------------------------------------------------- /@opSpot/symmlq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/symmlq.m -------------------------------------------------------------------------------- /@opSpot/transpose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/transpose.m -------------------------------------------------------------------------------- /@opSpot/uminus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/uminus.m -------------------------------------------------------------------------------- /@opSpot/uplus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/uplus.m -------------------------------------------------------------------------------- /@opSpot/vertcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/@opSpot/vertcat.m -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/COPYING.txt -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/ChangeLog -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/README.md -------------------------------------------------------------------------------- /Readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/Readme.html -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.2 2 | -------------------------------------------------------------------------------- /demos/data/WiggumArrest.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/demos/data/WiggumArrest.wav -------------------------------------------------------------------------------- /demos/demo_haardct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/demos/demo_haardct.m -------------------------------------------------------------------------------- /demos/demo_kron.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/demos/demo_kron.m -------------------------------------------------------------------------------- /demos/demo_shortfourier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/demos/demo_shortfourier.m -------------------------------------------------------------------------------- /doc/container_operators.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/container_operators.m -------------------------------------------------------------------------------- /doc/docguide_circulant.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/docguide_circulant.m -------------------------------------------------------------------------------- /doc/docguide_containers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/docguide_containers.m -------------------------------------------------------------------------------- /doc/docguide_convolution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/docguide_convolution.m -------------------------------------------------------------------------------- /doc/docguide_implement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/docguide_implement.m -------------------------------------------------------------------------------- /doc/docguide_interpolation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/docguide_interpolation.m -------------------------------------------------------------------------------- /doc/docguide_quick.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/docguide_quick.m -------------------------------------------------------------------------------- /doc/docguide_sparserecovery.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/docguide_sparserecovery.m -------------------------------------------------------------------------------- /doc/elementary_operators.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/elementary_operators.m -------------------------------------------------------------------------------- /doc/examples.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/examples.m -------------------------------------------------------------------------------- /doc/fast_operators.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/fast_operators.m -------------------------------------------------------------------------------- /doc/helptoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/helptoc.xml -------------------------------------------------------------------------------- /doc/html/FigSparcoBlockDiag1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/FigSparcoBlockDiag1.png -------------------------------------------------------------------------------- /doc/html/FigSparcoBlockDiag2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/FigSparcoBlockDiag2.png -------------------------------------------------------------------------------- /doc/html/FigSparcoBlockDiag3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/FigSparcoBlockDiag3.png -------------------------------------------------------------------------------- /doc/html/FigSparcoBlockDiag4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/FigSparcoBlockDiag4.png -------------------------------------------------------------------------------- /doc/html/FigSparcoBlockDiag5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/FigSparcoBlockDiag5.png -------------------------------------------------------------------------------- /doc/html/FigSparcoBlockDiag6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/FigSparcoBlockDiag6.png -------------------------------------------------------------------------------- /doc/html/container_operators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/container_operators.html -------------------------------------------------------------------------------- /doc/html/docguide_circulant.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_circulant.html -------------------------------------------------------------------------------- /doc/html/docguide_circulant_eq08112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_circulant_eq08112.png -------------------------------------------------------------------------------- /doc/html/docguide_containers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_containers.html -------------------------------------------------------------------------------- /doc/html/docguide_convolution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution.html -------------------------------------------------------------------------------- /doc/html/docguide_convolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_01.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_02.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_03.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_04.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_05.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_06.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_07.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_08.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_09.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_10.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_11.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_eq27244.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_eq27244.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_eq46204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_eq46204.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_eq57167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_eq57167.png -------------------------------------------------------------------------------- /doc/html/docguide_convolution_eq91674.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_convolution_eq91674.png -------------------------------------------------------------------------------- /doc/html/docguide_implement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_implement.html -------------------------------------------------------------------------------- /doc/html/docguide_interpolation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation.html -------------------------------------------------------------------------------- /doc/html/docguide_interpolation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_01.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_02.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_03.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_04.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_05.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_06.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_07.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_08.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq12896.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq12896.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq23167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq23167.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq28812.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq28812.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq31461.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq31461.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq35427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq35427.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq39601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq39601.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq43551.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq43551.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq81342.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq81342.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq84590.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq84590.png -------------------------------------------------------------------------------- /doc/html/docguide_interpolation_eq98549.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_interpolation_eq98549.png -------------------------------------------------------------------------------- /doc/html/docguide_quick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_quick.html -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery.html -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_01.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_02.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_03.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_eq24873.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_eq24873.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_eq33963.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_eq33963.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_eq46380.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_eq46380.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_eq70887.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_eq70887.png -------------------------------------------------------------------------------- /doc/html/docguide_sparserecovery_eq84590.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/docguide_sparserecovery_eq84590.png -------------------------------------------------------------------------------- /doc/html/elementary_operators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/elementary_operators.html -------------------------------------------------------------------------------- /doc/html/eqs/.eqdepthcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/.eqdepthcache -------------------------------------------------------------------------------- /doc/html/eqs/1281182548146164340-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/1281182548146164340-130.png -------------------------------------------------------------------------------- /doc/html/eqs/13440040424-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/13440040424-130.png -------------------------------------------------------------------------------- /doc/html/eqs/15360046201-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/15360046201-130.png -------------------------------------------------------------------------------- /doc/html/eqs/15488046584-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/15488046584-130.png -------------------------------------------------------------------------------- /doc/html/eqs/15616046971-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/15616046971-130.png -------------------------------------------------------------------------------- /doc/html/eqs/1658743042909269106-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/1658743042909269106-130.png -------------------------------------------------------------------------------- /doc/html/eqs/1783685614375308192-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/1783685614375308192-130.png -------------------------------------------------------------------------------- /doc/html/eqs/1842691893509646613-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/1842691893509646613-130.png -------------------------------------------------------------------------------- /doc/html/eqs/1948474928759429651-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/1948474928759429651-130.png -------------------------------------------------------------------------------- /doc/html/eqs/2027286959554378887-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/2027286959554378887-130.png -------------------------------------------------------------------------------- /doc/html/eqs/2106785099964413401-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/2106785099964413401-130.png -------------------------------------------------------------------------------- /doc/html/eqs/2493339635157168218-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/2493339635157168218-130.png -------------------------------------------------------------------------------- /doc/html/eqs/2577508771177243574-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/2577508771177243574-130.png -------------------------------------------------------------------------------- /doc/html/eqs/2625088332809412420-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/2625088332809412420-130.png -------------------------------------------------------------------------------- /doc/html/eqs/3187889088634215596-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/3187889088634215596-130.png -------------------------------------------------------------------------------- /doc/html/eqs/3417162702478062751-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/3417162702478062751-130.png -------------------------------------------------------------------------------- /doc/html/eqs/3609640256411903582-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/3609640256411903582-130.png -------------------------------------------------------------------------------- /doc/html/eqs/3779426073040366563-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/3779426073040366563-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4083764253005335780-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4083764253005335780-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4202091912812561623-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4202091912812561623-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4284606897481292960-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4284606897481292960-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4335792958679249011-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4335792958679249011-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4455612808563855295-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4455612808563855295-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4525519156661850771-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4525519156661850771-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4546430255957166546-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4546430255957166546-130.png -------------------------------------------------------------------------------- /doc/html/eqs/456479652616958846-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/456479652616958846-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4672496770117087070-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4672496770117087070-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4699383870994164432-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4699383870994164432-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4801692705415458837-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4801692705415458837-130.png -------------------------------------------------------------------------------- /doc/html/eqs/4931800903347339616-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/4931800903347339616-130.png -------------------------------------------------------------------------------- /doc/html/eqs/5623997898773497873-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/5623997898773497873-130.png -------------------------------------------------------------------------------- /doc/html/eqs/593367982063446580-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/593367982063446580-130.png -------------------------------------------------------------------------------- /doc/html/eqs/593367982063446597-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/593367982063446597-130.png -------------------------------------------------------------------------------- /doc/html/eqs/593367982112446620-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/593367982112446620-130.png -------------------------------------------------------------------------------- /doc/html/eqs/599394731270602054-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/599394731270602054-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6056964723800600849-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6056964723800600849-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6092489849325735727-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6092489849325735727-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6125763626576101756-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6125763626576101756-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6223645544514735503-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6223645544514735503-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6268663443196398682-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6268663443196398682-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6356136762056159946-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6356136762056159946-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6471588101837471346-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6471588101837471346-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6542781286693810121-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6542781286693810121-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6609513926019443163-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6609513926019443163-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6827511244237758208-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6827511244237758208-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6848887057047185851-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6848887057047185851-130.png -------------------------------------------------------------------------------- /doc/html/eqs/6952529034888239997-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/6952529034888239997-130.png -------------------------------------------------------------------------------- /doc/html/eqs/7292520996289521568-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/7292520996289521568-130.png -------------------------------------------------------------------------------- /doc/html/eqs/7936047678071560-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/7936047678071560-130.png -------------------------------------------------------------------------------- /doc/html/eqs/8320025024-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/8320025024-130.png -------------------------------------------------------------------------------- /doc/html/eqs/8448025411-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/8448025411-130.png -------------------------------------------------------------------------------- /doc/html/eqs/8576025794-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/8576025794-130.png -------------------------------------------------------------------------------- /doc/html/eqs/8701434907964658743-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/8701434907964658743-130.png -------------------------------------------------------------------------------- /doc/html/eqs/8704026181-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/8704026181-130.png -------------------------------------------------------------------------------- /doc/html/eqs/894134153032610161-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/894134153032610161-130.png -------------------------------------------------------------------------------- /doc/html/eqs/8973993714182097189-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/8973993714182097189-130.png -------------------------------------------------------------------------------- /doc/html/eqs/9190896899462041202-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/9190896899462041202-130.png -------------------------------------------------------------------------------- /doc/html/eqs/947114261818289046-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/947114261818289046-130.png -------------------------------------------------------------------------------- /doc/html/eqs/9856029644-130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/eqs/9856029644-130.png -------------------------------------------------------------------------------- /doc/html/examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/examples.html -------------------------------------------------------------------------------- /doc/html/fast_operators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/fast_operators.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/Contents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/Contents.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/bicg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/bicg.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/bicgstab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/bicgstab.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/blkdiag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/blkdiag.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/cgs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/cgs.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/char.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/char.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/conj.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/conj.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/ctranspose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/ctranspose.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/diag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/diag.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/disp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/disp.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/display.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/display.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/divide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/divide.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/double.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/double.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/drandn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/drandn.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/eigs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/eigs.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/end.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/full.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/full.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/gmres.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/gmres.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/horzcat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/horzcat.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/imag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/imag.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/inv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/inv.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/isempty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/isempty.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/isreal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/isreal.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/isscalar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/isscalar.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/kron.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/kron.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/length.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/length.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/lsqr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/lsqr.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/minres.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/minres.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/minus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/minus.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/mldivide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/mldivide.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/mpower.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/mpower.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/mrdivide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/mrdivide.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/mtimes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/mtimes.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/ndims.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/ndims.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/normest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/normest.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opBernoulli.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opBernoulli.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opBinary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opBinary.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opBlockDiag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opBlockDiag.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opBlockOp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opBlockOp.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opCTranspose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opCTranspose.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opClass.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opConj.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opConj.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opConvolve.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opConvolve.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opCurvelet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opCurvelet.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opDCT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opDCT.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opDCT2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opDCT2.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opDFT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opDFT.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opDFT2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opDFT2.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opDiag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opDiag.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opDictionary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opDictionary.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opDirac.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opDirac.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opEmpty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opEmpty.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opExcise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opExcise.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opExtend.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opExtend.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opEye.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opEye.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opFoG.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opFoG.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opFunction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opFunction.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opGaussian.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opGaussian.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opHaar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opHaar.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opHaar2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opHaar2.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opHadamard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opHadamard.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opHeaviside.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opHeaviside.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opImag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opImag.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opInverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opInverse.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opKron.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opKron.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opMask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opMask.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opMatrix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opMatrix.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opMinus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opMinus.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opOnes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opOnes.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opOrthogonal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opOrthogonal.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opPInverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opPInverse.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opPower.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opPower.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opReal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opReal.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opRestriction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opRestriction.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opSparseBinary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opSparseBinary.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opSpot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opSpot.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opStack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opStack.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opSubsAsgn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opSubsAsgn.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opSubsRef.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opSubsRef.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opSum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opSum.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opToepGauss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opToepGauss.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opToepSign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opToepSign.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opToeplitz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opToeplitz.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opTranspose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opTranspose.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opUnaryMinus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opUnaryMinus.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opWavelet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opWavelet.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opWavelet2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opWavelet2.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opWindow.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/opZeros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/opZeros.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/pcg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/pcg.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/pinv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/pinv.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/plus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/plus.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/qmr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/qmr.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/real.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/real.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/rrandn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/rrandn.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/size.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/size.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/spotexport.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/spotexport.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/spotparams.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/spotparams.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/spotpublish.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/spotpublish.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/spottests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/spottests.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/subsasgn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/subsasgn.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/subsref.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/subsref.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/symmlq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/symmlq.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/transpose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/transpose.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/uminus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/uminus.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/uplus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/uplus.html -------------------------------------------------------------------------------- /doc/html/htmlhelp/vertcat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/htmlhelp/vertcat.html -------------------------------------------------------------------------------- /doc/html/meta_operators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/meta_operators.html -------------------------------------------------------------------------------- /doc/html/random_ensembles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/random_ensembles.html -------------------------------------------------------------------------------- /doc/html/seismic_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/seismic_diagram.png -------------------------------------------------------------------------------- /doc/html/spot_main_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/spot_main_page.html -------------------------------------------------------------------------------- /doc/html/spot_methods.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/spot_methods.html -------------------------------------------------------------------------------- /doc/html/spot_operators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/spot_operators.html -------------------------------------------------------------------------------- /doc/html/usingmethods.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/html/usingmethods.html -------------------------------------------------------------------------------- /doc/meta_operators.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/meta_operators.m -------------------------------------------------------------------------------- /doc/plotimage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/plotimage.m -------------------------------------------------------------------------------- /doc/psfGaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/psfGaussian.m -------------------------------------------------------------------------------- /doc/random_ensembles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/random_ensembles.m -------------------------------------------------------------------------------- /doc/spot_main_page.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/spot_main_page.m -------------------------------------------------------------------------------- /doc/spot_methods.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/spot_methods.m -------------------------------------------------------------------------------- /doc/spot_operators.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/doc/spot_operators.m -------------------------------------------------------------------------------- /extras/opBlockOp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/extras/opBlockOp.m -------------------------------------------------------------------------------- /extras/opSurfacelet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/extras/opSurfacelet.m -------------------------------------------------------------------------------- /info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/info.xml -------------------------------------------------------------------------------- /opBernoulli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opBernoulli.m -------------------------------------------------------------------------------- /opBinary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opBinary.m -------------------------------------------------------------------------------- /opBlockDiag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opBlockDiag.m -------------------------------------------------------------------------------- /opBlockOp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opBlockOp.m -------------------------------------------------------------------------------- /opCTranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opCTranspose.m -------------------------------------------------------------------------------- /opChol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opChol.m -------------------------------------------------------------------------------- /opClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opClass.m -------------------------------------------------------------------------------- /opConj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opConj.m -------------------------------------------------------------------------------- /opConvolve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opConvolve.m -------------------------------------------------------------------------------- /opCurvelet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opCurvelet.m -------------------------------------------------------------------------------- /opDCT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opDCT.m -------------------------------------------------------------------------------- /opDCT2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opDCT2.m -------------------------------------------------------------------------------- /opDFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opDFT.m -------------------------------------------------------------------------------- /opDFT2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opDFT2.m -------------------------------------------------------------------------------- /opDiag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opDiag.m -------------------------------------------------------------------------------- /opDictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opDictionary.m -------------------------------------------------------------------------------- /opDirac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opDirac.m -------------------------------------------------------------------------------- /opEmpty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opEmpty.m -------------------------------------------------------------------------------- /opExcise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opExcise.m -------------------------------------------------------------------------------- /opExtend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opExtend.m -------------------------------------------------------------------------------- /opEye.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opEye.m -------------------------------------------------------------------------------- /opFactorization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opFactorization.m -------------------------------------------------------------------------------- /opFoG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opFoG.m -------------------------------------------------------------------------------- /opFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opFunction.m -------------------------------------------------------------------------------- /opGaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opGaussian.m -------------------------------------------------------------------------------- /opHaar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opHaar.m -------------------------------------------------------------------------------- /opHaar2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opHaar2.m -------------------------------------------------------------------------------- /opHadamard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opHadamard.m -------------------------------------------------------------------------------- /opHeaviside.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opHeaviside.m -------------------------------------------------------------------------------- /opHermitian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opHermitian.m -------------------------------------------------------------------------------- /opImag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opImag.m -------------------------------------------------------------------------------- /opInverse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opInverse.m -------------------------------------------------------------------------------- /opKron.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opKron.m -------------------------------------------------------------------------------- /opLDL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opLDL.m -------------------------------------------------------------------------------- /opLU.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opLU.m -------------------------------------------------------------------------------- /opMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opMask.m -------------------------------------------------------------------------------- /opMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opMatrix.m -------------------------------------------------------------------------------- /opMinus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opMinus.m -------------------------------------------------------------------------------- /opOnes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opOnes.m -------------------------------------------------------------------------------- /opOrthogonal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opOrthogonal.m -------------------------------------------------------------------------------- /opPInverse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opPInverse.m -------------------------------------------------------------------------------- /opPermutation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opPermutation.m -------------------------------------------------------------------------------- /opPower.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opPower.m -------------------------------------------------------------------------------- /opQR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opQR.m -------------------------------------------------------------------------------- /opReal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opReal.m -------------------------------------------------------------------------------- /opRestriction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opRestriction.m -------------------------------------------------------------------------------- /opSparseBinary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opSparseBinary.m -------------------------------------------------------------------------------- /opStack.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opStack.m -------------------------------------------------------------------------------- /opSubsAsgn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opSubsAsgn.m -------------------------------------------------------------------------------- /opSubsRef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opSubsRef.m -------------------------------------------------------------------------------- /opSum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opSum.m -------------------------------------------------------------------------------- /opToepGauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opToepGauss.m -------------------------------------------------------------------------------- /opToepSign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opToepSign.m -------------------------------------------------------------------------------- /opToeplitz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opToeplitz.m -------------------------------------------------------------------------------- /opTranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opTranspose.m -------------------------------------------------------------------------------- /opUnaryMinus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opUnaryMinus.m -------------------------------------------------------------------------------- /opWavelet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opWavelet.m -------------------------------------------------------------------------------- /opWavelet2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opWavelet2.m -------------------------------------------------------------------------------- /opWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opWindow.m -------------------------------------------------------------------------------- /opZeros.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opZeros.m -------------------------------------------------------------------------------- /opiChol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opiChol.m -------------------------------------------------------------------------------- /opiLU.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/opiLU.m -------------------------------------------------------------------------------- /spotparams.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/spotparams.m -------------------------------------------------------------------------------- /spottests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/spottests.m -------------------------------------------------------------------------------- /tests/debugConv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/debugConv.m -------------------------------------------------------------------------------- /tests/test_char.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_char.m -------------------------------------------------------------------------------- /tests/test_coremethods.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_coremethods.m -------------------------------------------------------------------------------- /tests/test_dottests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_dottests.m -------------------------------------------------------------------------------- /tests/test_eigs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_eigs.m -------------------------------------------------------------------------------- /tests/test_image_example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_image_example.m -------------------------------------------------------------------------------- /tests/test_indexing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_indexing.m -------------------------------------------------------------------------------- /tests/test_iterative.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_iterative.m -------------------------------------------------------------------------------- /tests/test_normest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_normest.m -------------------------------------------------------------------------------- /tests/test_opBernoulli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opBernoulli.m -------------------------------------------------------------------------------- /tests/test_opBinary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opBinary.m -------------------------------------------------------------------------------- /tests/test_opBlockDiag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opBlockDiag.m -------------------------------------------------------------------------------- /tests/test_opBlockOp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opBlockOp.m -------------------------------------------------------------------------------- /tests/test_opChol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opChol.m -------------------------------------------------------------------------------- /tests/test_opDiag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opDiag.m -------------------------------------------------------------------------------- /tests/test_opDictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opDictionary.m -------------------------------------------------------------------------------- /tests/test_opGaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opGaussian.m -------------------------------------------------------------------------------- /tests/test_opHadamard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opHadamard.m -------------------------------------------------------------------------------- /tests/test_opHermitian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opHermitian.m -------------------------------------------------------------------------------- /tests/test_opKron.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opKron.m -------------------------------------------------------------------------------- /tests/test_opLDL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opLDL.m -------------------------------------------------------------------------------- /tests/test_opLU.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opLU.m -------------------------------------------------------------------------------- /tests/test_opMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opMatrix.m -------------------------------------------------------------------------------- /tests/test_opOrthogonal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opOrthogonal.m -------------------------------------------------------------------------------- /tests/test_opPermutation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opPermutation.m -------------------------------------------------------------------------------- /tests/test_opQR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opQR.m -------------------------------------------------------------------------------- /tests/test_opSparseBinary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opSparseBinary.m -------------------------------------------------------------------------------- /tests/test_opToeplitz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opToeplitz.m -------------------------------------------------------------------------------- /tests/test_opWavelet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opWavelet.m -------------------------------------------------------------------------------- /tests/test_opiChol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opiChol.m -------------------------------------------------------------------------------- /tests/test_opiLU.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_opiLU.m -------------------------------------------------------------------------------- /tests/test_products.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_products.m -------------------------------------------------------------------------------- /tests/test_solves.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_solves.m -------------------------------------------------------------------------------- /tests/test_sparsevecs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_sparsevecs.m -------------------------------------------------------------------------------- /tests/test_sum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_sum.m -------------------------------------------------------------------------------- /tests/test_tree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/test_tree.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/Contents.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/arrayToString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/arrayToString.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/compareFloats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/compareFloats.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/comparisonMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/comparisonMessage.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/containsRegexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/containsRegexp.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/generateDoc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/generateDoc.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/isAlmostEqual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/isAlmostEqual.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/isSetUpString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/isSetUpString.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/isTearDownString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/isTearDownString.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/isTestCaseSubclass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/isTestCaseSubclass.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/isTestString.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/isTestString.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/parseFloatAssertInputs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/parseFloatAssertInputs.m -------------------------------------------------------------------------------- /tests/xunit/+xunit/+utils/stringToCellArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/+xunit/+utils/stringToCellArray.m -------------------------------------------------------------------------------- /tests/xunit/CommandWindowTestRunDisplay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/CommandWindowTestRunDisplay.m -------------------------------------------------------------------------------- /tests/xunit/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/Contents.m -------------------------------------------------------------------------------- /tests/xunit/FunctionHandleTestCase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/FunctionHandleTestCase.m -------------------------------------------------------------------------------- /tests/xunit/TestCase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestCase.m -------------------------------------------------------------------------------- /tests/xunit/TestCaseInDir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestCaseInDir.m -------------------------------------------------------------------------------- /tests/xunit/TestCaseWithAddPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestCaseWithAddPath.m -------------------------------------------------------------------------------- /tests/xunit/TestComponent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestComponent.m -------------------------------------------------------------------------------- /tests/xunit/TestComponentInDir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestComponentInDir.m -------------------------------------------------------------------------------- /tests/xunit/TestRunLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestRunLogger.m -------------------------------------------------------------------------------- /tests/xunit/TestRunMonitor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestRunMonitor.m -------------------------------------------------------------------------------- /tests/xunit/TestSuite.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestSuite.m -------------------------------------------------------------------------------- /tests/xunit/TestSuiteInDir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/TestSuiteInDir.m -------------------------------------------------------------------------------- /tests/xunit/assertElementsAlmostEqual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/assertElementsAlmostEqual.m -------------------------------------------------------------------------------- /tests/xunit/assertEqual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/assertEqual.m -------------------------------------------------------------------------------- /tests/xunit/assertExceptionThrown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/assertExceptionThrown.m -------------------------------------------------------------------------------- /tests/xunit/assertFalse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/assertFalse.m -------------------------------------------------------------------------------- /tests/xunit/assertFilesEqual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/assertFilesEqual.m -------------------------------------------------------------------------------- /tests/xunit/assertTrue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/assertTrue.m -------------------------------------------------------------------------------- /tests/xunit/assertVectorsAlmostEqual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/assertVectorsAlmostEqual.m -------------------------------------------------------------------------------- /tests/xunit/info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/info.xml -------------------------------------------------------------------------------- /tests/xunit/initTestSuite.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/initTestSuite.m -------------------------------------------------------------------------------- /tests/xunit/runtests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpf/spot/HEAD/tests/xunit/runtests.m --------------------------------------------------------------------------------