LaplaceSurvivor¶
-
class
DCProgs::
LaplaceSurvivor
¶ Survivor functions $^{A}R(s)$ in Laplace space.
It is practical to have it defined on its own.
Subclassed by DCProgs::DeterminantEq
Public Functions
-
LaplaceSurvivor
(QMatrix const &_qmatrix)¶ Constructor.
- Parameters
_qmatrix
-The transition state matrix for which to compute eGAF(t→∞)
-
LaplaceSurvivor
(LaplaceSurvivor const &_c)¶ Copy constructor.
-
t_rmatrix
H
(t_real _s, t_real _tau) const¶ Computes sI−QAA−QAF ∫τ0e−steQFFt∂t QFA
- Parameters
_s
-Value of the laplacian scale
_tau
-Maximum length of missed events
-
t_rmatrix
operator()
(t_real _s, t_real _tau) const¶ Computes the determinant det(sI−H(s))
- Parameters
_s
-Value of the laplacian scale
_tau
-Maximum length of missed events
-
t_rmatrix
W
(t_real _s, t_real _tau) const¶ Computes the matrix W=det(sI−H(s,τ))
- Parameters
_s
-Value of the laplacian scale
_tau
-Maximum length of missed events
-
t_rmatrix
s_derivative
(t_real _s, t_real _tau) const¶ Derivative along of W along s
- Parameters
_s
-Value of the laplacian scale
_tau
-Maximum length of missed events
-
QMatrix const &
get_qmatrix
() const¶ Returns the Q matrix.
This is strictly a read-only function since changing the matrix has fairly far ranging implications.
-
LaplaceSurvivor
transpose
() const¶ Returns FR(s).
-
t_cvector
get_ff_eigenvalues
() const¶ Returns eigenvalues of ff block.
-