LuUnpack ======== Unpacks the LU decomposition into P, L, U matrices. **Abstract Signature:** ``LuUnpack(LU_data: Tensor, LU_pivots: Tensor, unpack_data: bool = True, unpack_pivots: bool = True)`` .. raw:: html

PyTorch

API: torch.lu_unpack
Strategy: Direct Mapping

JAX (Core)

API:
Strategy: Custom / Partial

TensorFlow

API: tf.linalg.lu_reconstruct
Strategy: Direct Mapping