Trait superlu::FromSuperMatrix [] [src]

pub trait FromSuperMatrix: Sized {
    fn from_super_matrix(&SuperMatrix) -> Option<Self>;
}
[]

A type capable of instantiating itself from a super matrix.

Required Methods

[]

Create an instance from a super matrix.

Implementors