Skip to main content

TypedLu

Type Alias TypedLu 

Source
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;