Skip to main content

SolverSupported

Trait SolverSupported 

Source
pub trait SolverSupported: CudaDtype { }
Expand description

Capability marker — type may be a cuSOLVER dense factorization element (real or complex float).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SolverSupported for f32

Source§

impl SolverSupported for f64

Implementors§