sytrd_sb2st#
Functions
-
void ssytrd_sb2st(const char *stage1, const char *vect, const char *uplo, const INT n, const INT kd, f32 *AB, const INT ldab, f32 *D, f32 *E, f32 *hous, const INT lhous, f32 *work, const INT lwork, INT *info)#
void ssytrd_sb2st(
const char* stage1,
const char* vect,
const char* uplo,
const INT n,
const INT kd,
f32* AB,
const INT ldab,
f32* D,
f32* E,
f32* hous,
const INT lhous,
f32* work,
const INT lwork,
INT* info
);
Functions
-
void dsytrd_sb2st(const char *stage1, const char *vect, const char *uplo, const INT n, const INT kd, f64 *AB, const INT ldab, f64 *D, f64 *E, f64 *hous, const INT lhous, f64 *work, const INT lwork, INT *info)#
void dsytrd_sb2st(
const char* stage1,
const char* vect,
const char* uplo,
const INT n,
const INT kd,
f64* AB,
const INT ldab,
f64* D,
f64* E,
f64* hous,
const INT lhous,
f64* work,
const INT lwork,
INT* info
);