Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSource
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Willem Thorbecke
OpenSource
Commits
c88c84bd
Commit
c88c84bd
authored
3 years ago
by
Johno van IJsseldijk
Browse files
Options
Downloads
Patches
Plain Diff
Additional Readme information
parent
90bb34f0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-0
3 additions, 0 deletions
README.md
vmar/vmar.c
+0
-6
0 additions, 6 deletions
vmar/vmar.c
with
3 additions
and
6 deletions
README.md
+
3
−
0
View file @
c88c84bd
...
...
@@ -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
-------------
...
...
This diff is collapsed.
Click to expand it.
vmar/vmar.c
+
0
−
6
View file @
c88c84bd
...
...
@@ -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
[]
=
{
" "
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment