Skip to content
Snippets Groups Projects
Commit c88c84bd authored by Johno van IJsseldijk's avatar Johno van IJsseldijk
Browse files

Additional Readme information

parent 90bb34f0
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,9 @@ The MDD kernels depend on BLAS and LAPACK calls. Free downloads of these librari
https://www.netlib.org/blas/index.html
https://www.netlib.org/lapack/index.html
MDD with LSQR uses the Fortran90 zLSQR code (for real or complex A) from the Systems Optimization Laboratory of Stanford University
https://stanford.edu/group/SOL/software/lsqr/
MKL libraries
-------------
......
......@@ -39,12 +39,6 @@ int writeData(FILE *fp, float *data, segy *hdrs, int n1, int n2);
int Marchenko_Iterations(float *inif, float *WinA, float *WinB, float *rdatavp, float *rdatavm, float *rdatagm, float *rdatagp, complex *Reflw, complex *cjReflw, float fftscl, int ntfft, int nw, int nw_low, int nblock, size_t nstationA, size_t nstationB, int niter, int squaremat, int verbose);
/**************
* ntc output samples of deconvolution result
* note that nt (the number of samples read by the IO routine)
* should be 2*ntc and a number efficient for FFT's
*/
/*********************** self documentation **********************/
char *sdoc[] = {
" ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment