Trait rlapack::linear_equations::Ptsv [] [src]

pub trait Ptsv<M> where M: TridiagonalMatrix<Self> + SymmetricMatrix<Self> {
    fn ptsv(a: &mut M, b: &mut Matrix<Self>);
}

Required Methods

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

Implementors