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)

PyTorch

API: torch.lu_unpack
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Custom / Partial

TensorFlow

API: tf.linalg.lu_reconstruct
Strategy: Direct Mapping