SquareMatrixExt

Trait SquareMatrixExt 

Source
pub trait SquareMatrixExt {
    // Required method
    fn is_positive_definite(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<R, S> SquareMatrixExt for Matrix<Real, R, R, S>
where R: Dim, S: RawStorage<Real, R, R>,

Implementors§