Enum ndarray_linalg::lapack_traits::triangular::Diag []

#[repr(u8)]
pub enum Diag { Unit, NonUnit, }

Variants

Trait Implementations

impl Debug for Diag

Formats the value using the given formatter.

impl Clone for Diag

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Diag