pub type TypedLu<T> = (TypedTensor<T>, TypedTensor<T>, TypedTensor<T>, TypedTensor<<T as TensorScalar>::Real>);Expand description
Fixed typed output tuple for LU decomposition.
ยงExamples
let _: Option<tenferro_linalg::TypedLu<f64>> = None;pub type TypedLu<T> = (TypedTensor<T>, TypedTensor<T>, TypedTensor<T>, TypedTensor<<T as TensorScalar>::Real>);Fixed typed output tuple for LU decomposition.
let _: Option<tenferro_linalg::TypedLu<f64>> = None;