#[repr(u32)]pub enum cusparseSolvePolicy_t {
CUSPARSE_SOLVE_POLICY_NO_LEVEL = 0,
CUSPARSE_SOLVE_POLICY_USE_LEVEL = 1,
}๐Deprecated
Expand description
This type indicates whether level information is generated and used in csrsv2, csric02, csrilu02, bsrsv2, bsric02 and bsrilu02.
Variantsยง
CUSPARSE_SOLVE_POLICY_NO_LEVEL = 0
๐Deprecated
no level information is generated and used.
CUSPARSE_SOLVE_POLICY_USE_LEVEL = 1
๐Deprecated
generate and use level information.
Trait Implementationsยง
Sourceยงimpl Clone for cusparseSolvePolicy_t
impl Clone for cusparseSolvePolicy_t
Sourceยงfn clone(&self) -> cusparseSolvePolicy_t
fn clone(&self) -> cusparseSolvePolicy_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for cusparseSolvePolicy_t
impl Debug for cusparseSolvePolicy_t
Sourceยงimpl Hash for cusparseSolvePolicy_t
impl Hash for cusparseSolvePolicy_t
Sourceยงimpl Ord for cusparseSolvePolicy_t
impl Ord for cusparseSolvePolicy_t
Sourceยงfn cmp(&self, other: &cusparseSolvePolicy_t) -> Ordering
fn cmp(&self, other: &cusparseSolvePolicy_t) -> Ordering
1.21.0 (const: unstable) ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for cusparseSolvePolicy_t
impl PartialEq for cusparseSolvePolicy_t
Sourceยงfn eq(&self, other: &cusparseSolvePolicy_t) -> bool
fn eq(&self, other: &cusparseSolvePolicy_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Sourceยงimpl PartialOrd for cusparseSolvePolicy_t
impl PartialOrd for cusparseSolvePolicy_t
impl Copy for cusparseSolvePolicy_t
impl Eq for cusparseSolvePolicy_t
impl StructuralPartialEq for cusparseSolvePolicy_t
Auto Trait Implementationsยง
impl Freeze for cusparseSolvePolicy_t
impl RefUnwindSafe for cusparseSolvePolicy_t
impl Send for cusparseSolvePolicy_t
impl Sync for cusparseSolvePolicy_t
impl Unpin for cusparseSolvePolicy_t
impl UnsafeUnpin for cusparseSolvePolicy_t
impl UnwindSafe for cusparseSolvePolicy_t
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more