Skip to main content

TypedFullPivLu

Type Alias TypedFullPivLu 

Source
pub type TypedFullPivLu<T> = (TypedTensor<T>, TypedTensor<T>, TypedTensor<T>, TypedTensor<T>, TypedTensor<<T as TensorScalar>::Real>);
Expand description

Fixed typed output tuple for complete-pivot LU decomposition.

ยงExamples

let _: Option<tenferro_linalg::TypedFullPivLu<f64>> = None;