Trait lapack_traits::lapack::Tgesv[][src]

pub trait Tgesv: Scalar {
    unsafe fn gesv(
        layout: Layout,
        n: i32,
        nrhs: i32,
        a: &mut [Self],
        lda: i32,
        ipiv: &mut [i32],
        b: &mut [Self],
        ldb: i32
    ) -> i32; }

Required methods

Implementations on Foreign Types

Implementors