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)
JAX (Core)
API:
βStrategy: Custom / Partial
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)
β