lasda#

Functions

void slasda(
    const INT           icompq,
    const INT           smlsiz,
    const INT           n,
    const INT           sqre,
          f32* restrict D,
          f32* restrict E,
          f32* restrict U,
    const INT           ldu,
          f32* restrict VT,
          INT* restrict K,
          f32* restrict DIFL,
          f32* restrict DIFR,
          f32* restrict Z,
          f32* restrict POLES,
          INT* restrict GIVPTR,
          INT* restrict GIVCOL,
    const INT           ldgcol,
          INT* restrict PERM,
          f32* restrict GIVNUM,
          f32* restrict C,
          f32* restrict S,
          f32* restrict work,
          INT* restrict IWORK,
          INT*          info
);
void slasda(const INT icompq, const INT smlsiz, const INT n, const INT sqre, f32 *restrict D, f32 *restrict E, f32 *restrict U, const INT ldu, f32 *restrict VT, INT *restrict K, f32 *restrict DIFL, f32 *restrict DIFR, f32 *restrict Z, f32 *restrict POLES, INT *restrict GIVPTR, INT *restrict GIVCOL, const INT ldgcol, INT *restrict PERM, f32 *restrict GIVNUM, f32 *restrict C, f32 *restrict S, f32 *restrict work, INT *restrict IWORK, INT *info)#

Functions

void dlasda(
    const INT           icompq,
    const INT           smlsiz,
    const INT           n,
    const INT           sqre,
          f64* restrict D,
          f64* restrict E,
          f64* restrict U,
    const INT           ldu,
          f64* restrict VT,
          INT* restrict K,
          f64* restrict DIFL,
          f64* restrict DIFR,
          f64* restrict Z,
          f64* restrict POLES,
          INT* restrict GIVPTR,
          INT* restrict GIVCOL,
    const INT           ldgcol,
          INT* restrict PERM,
          f64* restrict GIVNUM,
          f64* restrict C,
          f64* restrict S,
          f64* restrict work,
          INT* restrict IWORK,
          INT*          info
);
void dlasda(const INT icompq, const INT smlsiz, const INT n, const INT sqre, f64 *restrict D, f64 *restrict E, f64 *restrict U, const INT ldu, f64 *restrict VT, INT *restrict K, f64 *restrict DIFL, f64 *restrict DIFR, f64 *restrict Z, f64 *restrict POLES, INT *restrict GIVPTR, INT *restrict GIVCOL, const INT ldgcol, INT *restrict PERM, f64 *restrict GIVNUM, f64 *restrict C, f64 *restrict S, f64 *restrict work, INT *restrict IWORK, INT *info)#