pub trait AsLapackResult {
    fn as_lapack_result(self) -> Result<()>;
}

Required Methods

Implementations on Foreign Types

Implementors