Trait linfa_linalg::triangular::Triangular
source · pub trait Triangular {
// Required method
fn is_triangular(&self, uplo: UPLO) -> bool;
}
Expand description
Operations on triangular matrices
Required Methods§
sourcefn is_triangular(&self, uplo: UPLO) -> bool
fn is_triangular(&self, uplo: UPLO) -> bool
Check if matrix is triangular