Skip to main content

TypedEig

Type Alias TypedEig 

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