R2ToComplex Bijector¤
distreqx.bijectors.R2ToComplex(distreqx.bijectors.AbstractForwardInverseBijector, distreqx.bijectors.AbstractInvLogDetJacBijector, distreqx.bijectors.AbstractFwdLogDetJacBijector)
¤
Maps a real array of shape (..., 2) to a complex array of shape (...).
is_constant_jacobian
property
¤
Whether the Jacobian is promised to be constant.
is_constant_log_det
property
¤
Whether the Jacobian determinant is promised to be constant.
name
property
¤
Name of the bijector.
forward(x: PyTree) -> PyTree
¤
Computes \(y = f(x)\).
forward_log_det_jacobian(x: PyTree) -> PyTree
¤
Computes \(\log|\det J(f)(x)|\).
inverse(y: PyTree) -> PyTree
¤
Computes \(x = f^{-1}(y)\).
inverse_log_det_jacobian(y: PyTree) -> PyTree
¤
Computes \(\log|\det J(f^{-1})(y)|\).