Skip to main content

eigvals

Function eigvals 

Source
pub fn eigvals(a: &TracedTensor) -> TracedTensor
Expand description

General eigenvalues only.

§Examples

let values = tenferro::eigvals(&a);