|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Signed logarithmic determinant representation. More...
#include <Matrix.h>
Public Attributes | |
| double | logdet |
| int | sign |
| Natural logarithm of the absolute determinant. | |
Signed logarithmic determinant representation.
This is the standard robust decomposition of a determinant:
logdet = log(|det(A)|)sign = sign(det(A))It is useful when determinants may span many orders of magnitude and direct evaluation would underflow or overflow.
| int SignedLogDet::sign |