Skip to main content

cholesky_device

Function cholesky_device 

Source
pub fn cholesky_device(
    a: impl AsRef<Array>,
    upper: Option<bool>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around cholesky

Expand description

Compatibility shim for cholesky.