View source on GitHub |
Computes log|det(matrix)|
, where matrix
is a HPSD matrix.
tfp.substrates.numpy.math.hpsd_logdet(
matrix, cholesky_matrix=None
)
Given matrix
computes log|det(matrix)|
, where matrix
is Hermitian
positive Semi-definite matrix.
Returns | |
---|---|
hpsd_logdet
|
Scalar Tensor , retaining the batch shape of matrix .
|