View source on GitHub |
Computes matrix^-1 rhs
, where matrix
is HPSD.
tfp.substrates.numpy.math.hpsd_solvevec(
matrix, rhs, cholesky_matrix=None
)
Given matrix
and rhs
, computes matrix^-1 rhs
, where
matrix
is a Hermitian positive semi-definite matrix.
Returns | |
---|---|
hpsd_solvevec
|
Tensor of shape [..., N] .
|