Docs.rs
  • lapacke-sys-0.2.0
    • lapacke-sys 0.2.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • IvanUkhov
    • Dependencies
    • Versions
    • 0.13% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

lapacke_sys0.2.0

lapacke_sys

Function LAPACKE_ztgsen

Source
pub unsafe extern "C" fn LAPACKE_ztgsen(
    matrix_layout: c_int,
    ijob: lapack_int,
    wantq: lapack_logical,
    wantz: lapack_logical,
    select: *const lapack_logical,
    n: lapack_int,
    a: *mut lapack_complex_double,
    lda: lapack_int,
    b: *mut lapack_complex_double,
    ldb: lapack_int,
    alpha: *mut lapack_complex_double,
    beta: *mut lapack_complex_double,
    q: *mut lapack_complex_double,
    ldq: lapack_int,
    z: *mut lapack_complex_double,
    ldz: lapack_int,
    m: *mut lapack_int,
    pl: *mut c_double,
    pr: *mut c_double,
    dif: *mut c_double,
) -> lapack_int