Skip to main content

eigh_device

Function eigh_device 

Source
pub fn eigh_device(
    a: impl AsRef<Array>,
    uplo: Option<&str>,
    stream: impl AsRef<Stream>,
) -> Result<(Array, Array)>
👎Deprecated since 0.26.0:

use with_stream or with_device around eigh

Expand description

Compatibility shim for eigh.