pub trait EigValsh {
type EigVal;
// Required method
fn eigvalsh(&self, uplo: UPLO) -> Result<Self::EigVal>;
}
Expand description
Calculate eigenvalues without eigenvectors
pub trait EigValsh {
type EigVal;
// Required method
fn eigvalsh(&self, uplo: UPLO) -> Result<Self::EigVal>;
}
Calculate eigenvalues without eigenvectors