1#ifndef __THREE_C_SPIKE_H__
2#define __THREE_C_SPIKE_H__
3#include "mspass/utility/dmatrix.h"
5namespace mspass::algorithms::deconvolution {
27 ThreeCSpike(
int k,
const double u0,
const double u1,
const double u2);
Sparse three-component spike used by iterative deconvolution.
Definition ThreeCSpike.h:16
double amp
Definition ThreeCSpike.h:23
double u[3]
Definition ThreeCSpike.h:21
ThreeCSpike & operator=(const ThreeCSpike &parent)
Definition ThreeCSpike.cc:34
int col
Definition ThreeCSpike.h:19
Lightweight, simple matrix object.
Definition dmatrix.h:104