View source on GitHub |
Computes rhs^T matrix^-1 rhs
, where matrix
is HPSD.
tfp.math.hpsd_quadratic_form_solvevec(
matrix, rhs, cholesky_matrix=None
)
Given matrix
and rhs
, computes rhs^T @ matrix^-1 rhs
, where
matrix
is a Hermitian positive semi-definite matrix.
Returns | |
---|---|
hpsd_quadratic_form_solvevec
|
Scalar Tensor .
|