#[repr(u32)]pub enum blas_sparsity_optimization_type {
blas_regular = 271,
blas_irregular = 272,
blas_block = 273,
blas_unassembled = 274,
}Expand description
The following are usable with #BLAS_usgp only.
Variants§
blas_regular = 271
< Will give 0.
blas_irregular = 272
< Will give 1.
blas_block = 273
< Will give 0.
blas_unassembled = 274
< Complementary to #blas_valid_handle.
Trait Implementations§
Source§impl Clone for blas_sparsity_optimization_type
impl Clone for blas_sparsity_optimization_type
Source§fn clone(&self) -> blas_sparsity_optimization_type
fn clone(&self) -> blas_sparsity_optimization_type
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for blas_sparsity_optimization_type
impl PartialEq for blas_sparsity_optimization_type
Source§fn eq(&self, other: &blas_sparsity_optimization_type) -> bool
fn eq(&self, other: &blas_sparsity_optimization_type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for blas_sparsity_optimization_type
impl Eq for blas_sparsity_optimization_type
impl StructuralPartialEq for blas_sparsity_optimization_type
Auto Trait Implementations§
impl Freeze for blas_sparsity_optimization_type
impl RefUnwindSafe for blas_sparsity_optimization_type
impl Send for blas_sparsity_optimization_type
impl Sync for blas_sparsity_optimization_type
impl Unpin for blas_sparsity_optimization_type
impl UnwindSafe for blas_sparsity_optimization_type
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