lasd7#

Functions

void slasd7(
    const INT           icompq,
    const INT           nl,
    const INT           nr,
    const INT           sqre,
          INT*          k,
          f32* restrict D,
          f32* restrict Z,
          f32* restrict ZW,
          f32* restrict VF,
          f32* restrict VFW,
          f32* restrict VL,
          f32* restrict VLW,
    const f32           alpha,
    const f32           beta,
          f32* restrict DSIGMA,
          INT* restrict IDX,
          INT* restrict IDXP,
          INT* restrict IDXQ,
          INT* restrict PERM,
          INT*          givptr,
          INT* restrict GIVCOL,
    const INT           ldgcol,
          f32* restrict GIVNUM,
    const INT           ldgnum,
          f32*          c,
          f32*          s,
          INT*          info
);
void slasd7(const INT icompq, const INT nl, const INT nr, const INT sqre, INT *k, f32 *restrict D, f32 *restrict Z, f32 *restrict ZW, f32 *restrict VF, f32 *restrict VFW, f32 *restrict VL, f32 *restrict VLW, const f32 alpha, const f32 beta, f32 *restrict DSIGMA, INT *restrict IDX, INT *restrict IDXP, INT *restrict IDXQ, INT *restrict PERM, INT *givptr, INT *restrict GIVCOL, const INT ldgcol, f32 *restrict GIVNUM, const INT ldgnum, f32 *c, f32 *s, INT *info)#

Functions

void dlasd7(
    const INT           icompq,
    const INT           nl,
    const INT           nr,
    const INT           sqre,
          INT*          k,
          f64* restrict D,
          f64* restrict Z,
          f64* restrict ZW,
          f64* restrict VF,
          f64* restrict VFW,
          f64* restrict VL,
          f64* restrict VLW,
    const f64           alpha,
    const f64           beta,
          f64* restrict DSIGMA,
          INT* restrict IDX,
          INT* restrict IDXP,
          INT* restrict IDXQ,
          INT* restrict PERM,
          INT*          givptr,
          INT* restrict GIVCOL,
    const INT           ldgcol,
          f64* restrict GIVNUM,
    const INT           ldgnum,
          f64*          c,
          f64*          s,
          INT*          info
);
void dlasd7(const INT icompq, const INT nl, const INT nr, const INT sqre, INT *k, f64 *restrict D, f64 *restrict Z, f64 *restrict ZW, f64 *restrict VF, f64 *restrict VFW, f64 *restrict VL, f64 *restrict VLW, const f64 alpha, const f64 beta, f64 *restrict DSIGMA, INT *restrict IDX, INT *restrict IDXP, INT *restrict IDXQ, INT *restrict PERM, INT *givptr, INT *restrict GIVCOL, const INT ldgcol, f64 *restrict GIVNUM, const INT ldgnum, f64 *c, f64 *s, INT *info)#