Function lu_factor
Source pub fn lu_factor(a: impl AsRef<Array>) -> Result<(Array, Array)>
Expand description
Computes a compact representation of the LU factorization.
§Params
a
: input array
stream
: stream to execute the operation
§Returns
The LU
matrix and pivots
array.