Skip to main content

syevj

Function syevj 

Source
pub fn syevj<T: SolverScalar>(
    handle: &DnHandle,
    jobz: EigMode,
    uplo: Fill,
    n: i32,
    a: &mut DeviceBuffer<T>,
    lda: i32,
    w: &mut DeviceBuffer<T::Real>,
    info: &mut DeviceBuffer<i32>,
    params: &SyevjInfo,
) -> Result<()>
Expand description

Jacobi symmetric/Hermitian eigendecomposition (smaller matrices than syevd, faster convergence on well-conditioned problems).