Skip to main content

TypedSvd

Type Alias TypedSvd 

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

Fixed typed output tuple for singular value decomposition.

ยงExamples

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