[−][src]Trait lapack_traits::lapack::Tgeqrf
Required methods
unsafe fn geqrf(
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
unsafe fn ungqr(
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32
Implementations on Foreign Types
impl Tgeqrf for f32
[src]
unsafe fn geqrf(
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
[src]
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
unsafe fn ungqr(
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32
[src]
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32
impl Tgeqrf for f64
[src]
unsafe fn geqrf(
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
[src]
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
unsafe fn ungqr(
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32
[src]
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32
Implementors
impl Tgeqrf for c32
[src]
unsafe fn geqrf(
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
[src]
layout: Layout,
m: i32,
n: i32,
a: &mut [Self],
lda: i32,
tau: &mut [Self]
) -> i32
unsafe fn ungqr(
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32
[src]
layout: Layout,
m: i32,
n: i32,
k: i32,
a: &mut [Self],
lda: i32,
tau: &[Self]
) -> i32