[−][src]Trait lapack_traits::lapack::Tgesv
Required methods
unsafe fn gesv(
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32
Implementations on Foreign Types
impl Tgesv for f32
[src]
unsafe fn gesv(
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32
[src]
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32
impl Tgesv for f64
[src]
unsafe fn gesv(
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32
[src]
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32
Implementors
impl Tgesv for c32
[src]
unsafe fn gesv(
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32
[src]
layout: Layout,
n: i32,
nrhs: i32,
a: &mut [Self],
lda: i32,
ipiv: &mut [i32],
b: &mut [Self],
ldb: i32
) -> i32