Trait rlapack::linear_equations::Pbsv [] [src]

pub trait Pbsv<M> where M: SymmetricMatrix<Self> + BandMatrix<Self> {
    fn pbsv(a: &mut M, b: &mut Matrix<Self>);
}

Required Methods

fn pbsv(a: &mut M, b: &mut Matrix<Self>)

Implementors