pub type TypedEig<T> = (TypedTensor<<T as LinalgScalar>::Complex>, TypedTensor<<T as LinalgScalar>::Complex>);Expand description
Fixed typed output tuple for general eigendecomposition.
ยงExamples
let _: Option<tenferro_linalg::TypedEig<f64>> = None;