public DLASD3() { #region Dependencies (Initialization) DLAMC3 dlamc3 = new DLAMC3(); DNRM2 dnrm2 = new DNRM2(); DCOPY dcopy = new DCOPY(); LSAME lsame = new LSAME(); XERBLA xerbla = new XERBLA(); DLASD5 dlasd5 = new DLASD5(); DGEMM dgemm = new DGEMM(lsame, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLAED6 dlaed6 = new DLAED6(dlamch); DLASD4 dlasd4 = new DLASD4(dlaed6, dlasd5, dlamch); #endregion #region Set Dependencies this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlascl = dlascl; this._dlasd4 = dlasd4; this._xerbla = xerbla; #endregion }
public DSTEQR() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); DLAPY2 dlapy2 = new DLAPY2(); DLAE2 dlae2 = new DLAE2(); DLAEV2 dlaev2 = new DLAEV2(); XERBLA xerbla = new XERBLA(); DSWAP dswap = new DSWAP(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANST dlanst = new DLANST(lsame, dlassq); DLARTG dlartg = new DLARTG(dlamch); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASET dlaset = new DLASET(lsame); DLASR dlasr = new DLASR(lsame, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); #endregion #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlanst = dlanst; this._dlapy2 = dlapy2; this._dlae2 = dlae2; this._dlaev2 = dlaev2; this._dlartg = dlartg; this._dlascl = dlascl; this._dlaset = dlaset; this._dlasr = dlasr; this._dlasrt = dlasrt; this._dswap = dswap; this._xerbla = xerbla; #endregion }
public DSTERF() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); DLAPY2 dlapy2 = new DLAPY2(); DLAE2 dlae2 = new DLAE2(); XERBLA xerbla = new XERBLA(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANST dlanst = new DLANST(lsame, dlassq); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); #endregion #region Set Dependencies this._dlamch = dlamch; this._dlanst = dlanst; this._dlapy2 = dlapy2; this._dlae2 = dlae2; this._dlascl = dlascl; this._dlasrt = dlasrt;this._xerbla = xerbla; #endregion }
public DLALS0() { #region Dependencies (Initialization) DCOPY dcopy = new DCOPY(); LSAME lsame = new LSAME(); XERBLA xerbla = new XERBLA(); DLAMC3 dlamc3 = new DLAMC3(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DNRM2 dnrm2 = new DNRM2(); DGEMV dgemv = new DGEMV(lsame, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); #endregion #region Set Dependencies this._dcopy = dcopy; this._dgemv = dgemv; this._dlacpy = dlacpy; this._dlascl = dlascl; this._drot = drot; this._dscal = dscal; this._xerbla = xerbla; this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; #endregion }
public DLASD8() { #region Dependencies (Initialization) DCOPY dcopy = new DCOPY(); LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); XERBLA xerbla = new XERBLA(); DLASD5 dlasd5 = new DLASD5(); DDOT ddot = new DDOT(); DNRM2 dnrm2 = new DNRM2(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLAED6 dlaed6 = new DLAED6(dlamch); DLASD4 dlasd4 = new DLASD4(dlaed6, dlasd5, dlamch); DLASET dlaset = new DLASET(lsame); #endregion #region Set Dependencies this._dcopy = dcopy; this._dlascl = dlascl; this._dlasd4 = dlasd4; this._dlaset = dlaset; this._xerbla = xerbla; this._ddot = ddot;this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; #endregion }
public DLALSA() { #region Dependencies (Initialization) DCOPY dcopy = new DCOPY(); LSAME lsame = new LSAME(); XERBLA xerbla = new XERBLA(); DLAMC3 dlamc3 = new DLAMC3(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DNRM2 dnrm2 = new DNRM2(); DLASDT dlasdt = new DLASDT(); DGEMM dgemm = new DGEMM(lsame, xerbla); DGEMV dgemv = new DGEMV(lsame, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLALS0 dlals0 = new DLALS0(dcopy, dgemv, dlacpy, dlascl, drot, dscal, xerbla, dlamc3, dnrm2); #endregion #region Set Dependencies this._dcopy = dcopy; this._dgemm = dgemm; this._dlals0 = dlals0; this._dlasdt = dlasdt; this._xerbla = xerbla; #endregion }
public DSTERF() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); DLAPY2 dlapy2 = new DLAPY2(); DLAE2 dlae2 = new DLAE2(); XERBLA xerbla = new XERBLA(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANST dlanst = new DLANST(lsame, dlassq); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); #endregion #region Set Dependencies this._dlamch = dlamch; this._dlanst = dlanst; this._dlapy2 = dlapy2; this._dlae2 = dlae2; this._dlascl = dlascl; this._dlasrt = dlasrt; this._xerbla = xerbla; #endregion }
public DLASQ1() { #region Dependencies (Initialization) DCOPY dcopy = new DCOPY(); DLAS2 dlas2 = new DLAS2(); LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); XERBLA xerbla = new XERBLA(); DLASQ5 dlasq5 = new DLASQ5(); DLAZQ4 dlazq4 = new DLAZQ4(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASQ6 dlasq6 = new DLASQ6(dlamch); DLAZQ3 dlazq3 = new DLAZQ3(dlasq5, dlasq6, dlazq4, dlamch); DLASRT dlasrt = new DLASRT(lsame, xerbla); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLASQ2 dlasq2 = new DLASQ2(dlazq3, dlasrt, xerbla, dlamch, ilaenv); #endregion #region Set Dependencies this._dcopy = dcopy; this._dlas2 = dlas2; this._dlascl = dlascl; this._dlasq2 = dlasq2; this._dlasrt = dlasrt; this._xerbla = xerbla; this._dlamch = dlamch; #endregion }
public DLASD1(DLAMRG dlamrg, DLASCL dlascl, DLASD2 dlasd2, DLASD3 dlasd3, XERBLA xerbla) { #region Set Dependencies this._dlamrg = dlamrg; this._dlascl = dlascl; this._dlasd2 = dlasd2; this._dlasd3 = dlasd3; this._xerbla = xerbla; #endregion }
public DLAED0() { #region Dependencies (Initialization) DCOPY dcopy = new DCOPY(); LSAME lsame = new LSAME(); XERBLA xerbla = new XERBLA(); IDAMAX idamax = new IDAMAX(); DLAMC3 dlamc3 = new DLAMC3(); DLAPY2 dlapy2 = new DLAPY2(); DLAMRG dlamrg = new DLAMRG(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DNRM2 dnrm2 = new DNRM2(); DLAED5 dlaed5 = new DLAED5(); DLASSQ dlassq = new DLASSQ(); DLAE2 dlae2 = new DLAE2(); DLAEV2 dlaev2 = new DLAEV2(); DSWAP dswap = new DSWAP(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DGEMM dgemm = new DGEMM(lsame, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLAED2 dlaed2 = new DLAED2(idamax, dlamch, dlapy2, dcopy, dlacpy, dlamrg, drot, dscal, xerbla); DLAED6 dlaed6 = new DLAED6(dlamch); DLAED4 dlaed4 = new DLAED4(dlamch, dlaed5, dlaed6); DLASET dlaset = new DLASET(lsame); DLAED3 dlaed3 = new DLAED3(dlamc3, dnrm2, dcopy, dgemm, dlacpy, dlaed4, dlaset, xerbla); DLAED1 dlaed1 = new DLAED1(dcopy, dlaed2, dlaed3, dlamrg, xerbla); DLAED8 dlaed8 = new DLAED8(idamax, dlamch, dlapy2, dcopy, dlacpy, dlamrg, drot, dscal, xerbla); DLAED9 dlaed9 = new DLAED9(dlamc3, dnrm2, dcopy, dlaed4, xerbla); DGEMV dgemv = new DGEMV(lsame, xerbla); DLAEDA dlaeda = new DLAEDA(dcopy, dgemv, drot, xerbla); DLAED7 dlaed7 = new DLAED7(dgemm, dlaed8, dlaed9, dlaeda, dlamrg, xerbla); DLANST dlanst = new DLANST(lsame, dlassq); DLARTG dlartg = new DLARTG(dlamch); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASR dlasr = new DLASR(lsame, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); DSTEQR dsteqr = new DSTEQR(lsame, dlamch, dlanst, dlapy2, dlae2, dlaev2, dlartg, dlascl, dlaset, dlasr , dlasrt, dswap, xerbla); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); #endregion #region Set Dependencies this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlaed1 = dlaed1; this._dlaed7 = dlaed7; this._dsteqr = dsteqr; this._xerbla = xerbla; this._ilaenv = ilaenv; #endregion }
public DSTERF(DLAMCH dlamch, DLANST dlanst, DLAPY2 dlapy2, DLAE2 dlae2, DLASCL dlascl, DLASRT dlasrt, XERBLA xerbla) { #region Set Dependencies this._dlamch = dlamch; this._dlanst = dlanst; this._dlapy2 = dlapy2; this._dlae2 = dlae2; this._dlascl = dlascl; this._dlasrt = dlasrt;this._xerbla = xerbla; #endregion }
public DLASD8(DCOPY dcopy, DLASCL dlascl, DLASD4 dlasd4, DLASET dlaset, XERBLA xerbla, DDOT ddot, DLAMC3 dlamc3, DNRM2 dnrm2) { #region Set Dependencies this._dcopy = dcopy; this._dlascl = dlascl; this._dlasd4 = dlasd4; this._dlaset = dlaset; this._xerbla = xerbla; this._ddot = ddot; this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; #endregion }
public DSTERF(DLAMCH dlamch, DLANST dlanst, DLAPY2 dlapy2, DLAE2 dlae2, DLASCL dlascl, DLASRT dlasrt, XERBLA xerbla) { #region Set Dependencies this._dlamch = dlamch; this._dlanst = dlanst; this._dlapy2 = dlapy2; this._dlae2 = dlae2; this._dlascl = dlascl; this._dlasrt = dlasrt; this._xerbla = xerbla; #endregion }
public DLASD3(DLAMC3 dlamc3, DNRM2 dnrm2, DCOPY dcopy, DGEMM dgemm, DLACPY dlacpy, DLASCL dlascl, DLASD4 dlasd4, XERBLA xerbla) { #region Set Dependencies this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlascl = dlascl;this._dlasd4 = dlasd4; this._xerbla = xerbla; #endregion }
public DLASQ1(DCOPY dcopy, DLAS2 dlas2, DLASCL dlascl, DLASQ2 dlasq2, DLASRT dlasrt, XERBLA xerbla, DLAMCH dlamch) { #region Set Dependencies this._dcopy = dcopy; this._dlas2 = dlas2; this._dlascl = dlascl; this._dlasq2 = dlasq2; this._dlasrt = dlasrt; this._xerbla = xerbla;this._dlamch = dlamch; #endregion }
public DLASD8(DCOPY dcopy, DLASCL dlascl, DLASD4 dlasd4, DLASET dlaset, XERBLA xerbla, DDOT ddot, DLAMC3 dlamc3, DNRM2 dnrm2) { #region Set Dependencies this._dcopy = dcopy; this._dlascl = dlascl; this._dlasd4 = dlasd4; this._dlaset = dlaset; this._xerbla = xerbla; this._ddot = ddot;this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; #endregion }
public DLASQ1(DCOPY dcopy, DLAS2 dlas2, DLASCL dlascl, DLASQ2 dlasq2, DLASRT dlasrt, XERBLA xerbla, DLAMCH dlamch) { #region Set Dependencies this._dcopy = dcopy; this._dlas2 = dlas2; this._dlascl = dlascl; this._dlasq2 = dlasq2; this._dlasrt = dlasrt; this._xerbla = xerbla; this._dlamch = dlamch; #endregion }
public DSBEV(LSAME lsame, DLAMCH dlamch, DLANSB dlansb, DLASCL dlascl, DSBTRD dsbtrd, DSCAL dscal, DSTEQR dsteqr, DSTERF dsterf, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansb = dlansb; this._dlascl = dlascl; this._dsbtrd = dsbtrd; this._dscal = dscal;this._dsteqr = dsteqr; this._dsterf = dsterf; this._xerbla = xerbla; #endregion }
public DLALS0(DCOPY dcopy, DGEMV dgemv, DLACPY dlacpy, DLASCL dlascl, DROT drot, DSCAL dscal, XERBLA xerbla, DLAMC3 dlamc3, DNRM2 dnrm2) { #region Set Dependencies this._dcopy = dcopy; this._dgemv = dgemv; this._dlacpy = dlacpy; this._dlascl = dlascl; this._drot = drot; this._dscal = dscal; this._xerbla = xerbla; this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; #endregion }
public DLASD0() { #region Dependencies (Initialization) DLAMRG dlamrg = new DLAMRG(); LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); XERBLA xerbla = new XERBLA(); DLAPY2 dlapy2 = new DLAPY2(); DCOPY dcopy = new DCOPY(); DROT drot = new DROT(); DNRM2 dnrm2 = new DNRM2(); DLASD5 dlasd5 = new DLASD5(); DLAS2 dlas2 = new DLAS2(); DLASQ5 dlasq5 = new DLASQ5(); DLAZQ4 dlazq4 = new DLAZQ4(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DSCAL dscal = new DSCAL(); DSWAP dswap = new DSWAP(); DLASDT dlasdt = new DLASDT(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLASET dlaset = new DLASET(lsame); DLASD2 dlasd2 = new DLASD2(dlamch, dlapy2, dcopy, dlacpy, dlamrg, dlaset, drot, xerbla); DGEMM dgemm = new DGEMM(lsame, xerbla); DLAED6 dlaed6 = new DLAED6(dlamch); DLASD4 dlasd4 = new DLASD4(dlaed6, dlasd5, dlamch); DLASD3 dlasd3 = new DLASD3(dlamc3, dnrm2, dcopy, dgemm, dlacpy, dlascl, dlasd4, xerbla); DLASD1 dlasd1 = new DLASD1(dlamrg, dlascl, dlasd2, dlasd3, xerbla); DLARTG dlartg = new DLARTG(dlamch); DLASQ6 dlasq6 = new DLASQ6(dlamch); DLAZQ3 dlazq3 = new DLAZQ3(dlasq5, dlasq6, dlazq4, dlamch); DLASRT dlasrt = new DLASRT(lsame, xerbla); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLASQ2 dlasq2 = new DLASQ2(dlazq3, dlasrt, xerbla, dlamch, ilaenv); DLASQ1 dlasq1 = new DLASQ1(dcopy, dlas2, dlascl, dlasq2, dlasrt, xerbla, dlamch); DLASR dlasr = new DLASR(lsame, xerbla); DLASV2 dlasv2 = new DLASV2(dlamch); DBDSQR dbdsqr = new DBDSQR(lsame, dlamch, dlartg, dlas2, dlasq1, dlasr, dlasv2, drot, dscal, dswap , xerbla); DLASDQ dlasdq = new DLASDQ(dbdsqr, dlartg, dlasr, dswap, xerbla, lsame); #endregion #region Set Dependencies this._dlasd1 = dlasd1; this._dlasdq = dlasdq; this._dlasdt = dlasdt; this._xerbla = xerbla; #endregion }
public DSBEV(LSAME lsame, DLAMCH dlamch, DLANSB dlansb, DLASCL dlascl, DSBTRD dsbtrd, DSCAL dscal, DSTEQR dsteqr, DSTERF dsterf, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansb = dlansb; this._dlascl = dlascl; this._dsbtrd = dsbtrd; this._dscal = dscal; this._dsteqr = dsteqr; this._dsterf = dsterf; this._xerbla = xerbla; #endregion }
public DLASD6(DCOPY dcopy, DLAMRG dlamrg, DLASCL dlascl, DLASD7 dlasd7, DLASD8 dlasd8, XERBLA xerbla) { #region Set Dependencies this._dcopy = dcopy; this._dlamrg = dlamrg; this._dlascl = dlascl; this._dlasd7 = dlasd7; this._dlasd8 = dlasd8; this._xerbla = xerbla; #endregion }
public DLASD3(DLAMC3 dlamc3, DNRM2 dnrm2, DCOPY dcopy, DGEMM dgemm, DLACPY dlacpy, DLASCL dlascl, DLASD4 dlasd4, XERBLA xerbla) { #region Set Dependencies this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlascl = dlascl; this._dlasd4 = dlasd4; this._xerbla = xerbla; #endregion }
public DLALS0(DCOPY dcopy, DGEMV dgemv, DLACPY dlacpy, DLASCL dlascl, DROT drot, DSCAL dscal, XERBLA xerbla, DLAMC3 dlamc3, DNRM2 dnrm2) { #region Set Dependencies this._dcopy = dcopy; this._dgemv = dgemv; this._dlacpy = dlacpy; this._dlascl = dlascl; this._drot = drot; this._dscal = dscal;this._xerbla = xerbla; this._dlamc3 = dlamc3; this._dnrm2 = dnrm2; #endregion }
public DGELS() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DLABAD dlabad = new DLABAD(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); XERBLA xerbla = new XERBLA(); DLAPY2 dlapy2 = new DLAPY2(); DNRM2 dnrm2 = new DNRM2(); DSCAL dscal = new DSCAL(); DCOPY dcopy = new DCOPY(); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANGE dlange = new DLANGE(dlassq, lsame); DGEMV dgemv = new DGEMV(lsame, xerbla); DGER dger = new DGER(xerbla); DLARF dlarf = new DLARF(dgemv, dger, lsame); DLARFG dlarfg = new DLARFG(dlamch, dlapy2, dnrm2, dscal); DGELQ2 dgelq2 = new DGELQ2(dlarf, dlarfg, xerbla); DGEMM dgemm = new DGEMM(lsame, xerbla); DTRMM dtrmm = new DTRMM(lsame, xerbla); DLARFB dlarfb = new DLARFB(lsame, dcopy, dgemm, dtrmm); DTRMV dtrmv = new DTRMV(lsame, xerbla); DLARFT dlarft = new DLARFT(dgemv, dtrmv, lsame); DGELQF dgelqf = new DGELQF(dgelq2, dlarfb, dlarft, xerbla, ilaenv); DGEQR2 dgeqr2 = new DGEQR2(dlarf, dlarfg, xerbla); DGEQRF dgeqrf = new DGEQRF(dgeqr2, dlarfb, dlarft, xerbla, ilaenv); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASET dlaset = new DLASET(lsame); DORML2 dorml2 = new DORML2(lsame, dlarf, xerbla); DORMLQ dormlq = new DORMLQ(lsame, ilaenv, dlarfb, dlarft, dorml2, xerbla); DORM2R dorm2r = new DORM2R(lsame, dlarf, xerbla); DORMQR dormqr = new DORMQR(lsame, ilaenv, dlarfb, dlarft, dorm2r, xerbla); DTRSM dtrsm = new DTRSM(lsame, xerbla); DTRTRS dtrtrs = new DTRTRS(lsame, dtrsm, xerbla); #endregion #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlabad = dlabad; this._dlamch = dlamch; this._dlange = dlange; this._dgelqf = dgelqf; this._dgeqrf = dgeqrf; this._dlascl = dlascl; this._dlaset = dlaset; this._dormlq = dormlq; this._dormqr = dormqr; this._dtrtrs = dtrtrs; this._xerbla = xerbla; #endregion }
public DBDSDC(LSAME lsame, ILAENV ilaenv, DLAMCH dlamch, DLANST dlanst, DCOPY dcopy, DLARTG dlartg, DLASCL dlascl, DLASD0 dlasd0, DLASDA dlasda, DLASDQ dlasdq , DLASET dlaset, DLASR dlasr, DSWAP dswap, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlanst = dlanst; this._dcopy = dcopy; this._dlartg = dlartg; this._dlascl = dlascl; this._dlasd0 = dlasd0; this._dlasda = dlasda; this._dlasdq = dlasdq; this._dlaset = dlaset; this._dlasr = dlasr; this._dswap = dswap; this._xerbla = xerbla; #endregion }
public DGELSD(DGEBRD dgebrd, DGELQF dgelqf, DGEQRF dgeqrf, DLABAD dlabad, DLACPY dlacpy, DLALSD dlalsd, DLASCL dlascl, DLASET dlaset, DORMBR dormbr, DORMLQ dormlq , DORMQR dormqr, XERBLA xerbla, ILAENV ilaenv, DLAMCH dlamch, DLANGE dlange) { #region Set Dependencies this._dgebrd = dgebrd; this._dgelqf = dgelqf; this._dgeqrf = dgeqrf; this._dlabad = dlabad; this._dlacpy = dlacpy; this._dlalsd = dlalsd; this._dlascl = dlascl; this._dlaset = dlaset; this._dormbr = dormbr; this._dormlq = dormlq; this._dormqr = dormqr; this._xerbla = xerbla; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlange = dlange; #endregion }
public DLALSD(IDAMAX idamax, DLAMCH dlamch, DLANST dlanst, DCOPY dcopy, DGEMM dgemm, DLACPY dlacpy, DLALSA dlalsa, DLARTG dlartg, DLASCL dlascl, DLASDA dlasda , DLASDQ dlasdq, DLASET dlaset, DLASRT dlasrt, DROT drot, XERBLA xerbla) { #region Set Dependencies this._idamax = idamax; this._dlamch = dlamch; this._dlanst = dlanst; this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlalsa = dlalsa; this._dlartg = dlartg; this._dlascl = dlascl; this._dlasda = dlasda; this._dlasdq = dlasdq; this._dlaset = dlaset; this._dlasrt = dlasrt; this._drot = drot; this._xerbla = xerbla; #endregion }
public DSTEQR(LSAME lsame, DLAMCH dlamch, DLANST dlanst, DLAPY2 dlapy2, DLAE2 dlae2, DLAEV2 dlaev2, DLARTG dlartg, DLASCL dlascl, DLASET dlaset, DLASR dlasr , DLASRT dlasrt, DSWAP dswap, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlanst = dlanst; this._dlapy2 = dlapy2; this._dlae2 = dlae2; this._dlaev2 = dlaev2; this._dlartg = dlartg; this._dlascl = dlascl; this._dlaset = dlaset; this._dlasr = dlasr; this._dlasrt = dlasrt; this._dswap = dswap; this._xerbla = xerbla; #endregion }
public DSTEDC(LSAME lsame, ILAENV ilaenv, DLAMCH dlamch, DLANST dlanst, DGEMM dgemm, DLACPY dlacpy, DLAED0 dlaed0, DLASCL dlascl, DLASET dlaset, DLASRT dlasrt , DSTEQR dsteqr, DSTERF dsterf, DSWAP dswap, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlanst = dlanst; this._dgemm = dgemm; this._dlacpy = dlacpy;this._dlaed0 = dlaed0; this._dlascl = dlascl; this._dlaset = dlaset; this._dlasrt = dlasrt; this._dsteqr = dsteqr;this._dsterf = dsterf; this._dswap = dswap; this._xerbla = xerbla; #endregion }
public DSTEQR(LSAME lsame, DLAMCH dlamch, DLANST dlanst, DLAPY2 dlapy2, DLAE2 dlae2, DLAEV2 dlaev2, DLARTG dlartg, DLASCL dlascl, DLASET dlaset, DLASR dlasr , DLASRT dlasrt, DSWAP dswap, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlanst = dlanst; this._dlapy2 = dlapy2; this._dlae2 = dlae2; this._dlaev2 = dlaev2;this._dlartg = dlartg; this._dlascl = dlascl; this._dlaset = dlaset; this._dlasr = dlasr; this._dlasrt = dlasrt;this._dswap = dswap; this._xerbla = xerbla; #endregion }
public DSBEVD(LSAME lsame, DLAMCH dlamch, DLANSB dlansb, DGEMM dgemm, DLACPY dlacpy, DLASCL dlascl, DSBTRD dsbtrd, DSCAL dscal, DSTEDC dstedc, DSTERF dsterf , XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansb = dlansb; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlascl = dlascl; this._dsbtrd = dsbtrd; this._dscal = dscal; this._dstedc = dstedc; this._dsterf = dsterf; this._xerbla = xerbla; #endregion }
public DBDSDC(LSAME lsame, ILAENV ilaenv, DLAMCH dlamch, DLANST dlanst, DCOPY dcopy, DLARTG dlartg, DLASCL dlascl, DLASD0 dlasd0, DLASDA dlasda, DLASDQ dlasdq , DLASET dlaset, DLASR dlasr, DSWAP dswap, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlanst = dlanst; this._dcopy = dcopy; this._dlartg = dlartg;this._dlascl = dlascl; this._dlasd0 = dlasd0; this._dlasda = dlasda; this._dlasdq = dlasdq; this._dlaset = dlaset;this._dlasr = dlasr; this._dswap = dswap; this._xerbla = xerbla; #endregion }
public DSTEDC(LSAME lsame, ILAENV ilaenv, DLAMCH dlamch, DLANST dlanst, DGEMM dgemm, DLACPY dlacpy, DLAED0 dlaed0, DLASCL dlascl, DLASET dlaset, DLASRT dlasrt , DSTEQR dsteqr, DSTERF dsterf, DSWAP dswap, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlanst = dlanst; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlaed0 = dlaed0; this._dlascl = dlascl; this._dlaset = dlaset; this._dlasrt = dlasrt; this._dsteqr = dsteqr; this._dsterf = dsterf; this._dswap = dswap; this._xerbla = xerbla; #endregion }
public DSBEVD(LSAME lsame, DLAMCH dlamch, DLANSB dlansb, DGEMM dgemm, DLACPY dlacpy, DLASCL dlascl, DSBTRD dsbtrd, DSCAL dscal, DSTEDC dstedc, DSTERF dsterf , XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansb = dlansb; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlascl = dlascl;this._dsbtrd = dsbtrd; this._dscal = dscal; this._dstedc = dstedc; this._dsterf = dsterf; this._xerbla = xerbla; #endregion }
public DGELS(LSAME lsame, ILAENV ilaenv, DLABAD dlabad, DLAMCH dlamch, DLANGE dlange, DGELQF dgelqf, DGEQRF dgeqrf, DLASCL dlascl, DLASET dlaset, DORMLQ dormlq , DORMQR dormqr, DTRTRS dtrtrs, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlabad = dlabad; this._dlamch = dlamch; this._dlange = dlange; this._dgelqf = dgelqf; this._dgeqrf = dgeqrf; this._dlascl = dlascl; this._dlaset = dlaset; this._dormlq = dormlq; this._dormqr = dormqr; this._dtrtrs = dtrtrs; this._xerbla = xerbla; #endregion }
public DLALSD(IDAMAX idamax, DLAMCH dlamch, DLANST dlanst, DCOPY dcopy, DGEMM dgemm, DLACPY dlacpy, DLALSA dlalsa, DLARTG dlartg, DLASCL dlascl, DLASDA dlasda , DLASDQ dlasdq, DLASET dlaset, DLASRT dlasrt, DROT drot, XERBLA xerbla) { #region Set Dependencies this._idamax = idamax; this._dlamch = dlamch; this._dlanst = dlanst; this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy;this._dlalsa = dlalsa; this._dlartg = dlartg; this._dlascl = dlascl; this._dlasda = dlasda; this._dlasdq = dlasdq;this._dlaset = dlaset; this._dlasrt = dlasrt; this._drot = drot; this._xerbla = xerbla; #endregion }
public DGELS(LSAME lsame, ILAENV ilaenv, DLABAD dlabad, DLAMCH dlamch, DLANGE dlange, DGELQF dgelqf, DGEQRF dgeqrf, DLASCL dlascl, DLASET dlaset, DORMLQ dormlq , DORMQR dormqr, DTRTRS dtrtrs, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlabad = dlabad; this._dlamch = dlamch; this._dlange = dlange; this._dgelqf = dgelqf;this._dgeqrf = dgeqrf; this._dlascl = dlascl; this._dlaset = dlaset; this._dormlq = dormlq; this._dormqr = dormqr;this._dtrtrs = dtrtrs; this._xerbla = xerbla; #endregion }
public DGELSY(ILAENV ilaenv, DLAMCH dlamch, DLANGE dlange, DCOPY dcopy, DGEQP3 dgeqp3, DLABAD dlabad, DLAIC1 dlaic1, DLASCL dlascl, DLASET dlaset, DORMQR dormqr , DORMRZ dormrz, DTRSM dtrsm, DTZRZF dtzrzf, XERBLA xerbla) { #region Set Dependencies this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlange = dlange; this._dcopy = dcopy; this._dgeqp3 = dgeqp3; this._dlabad = dlabad; this._dlaic1 = dlaic1; this._dlascl = dlascl; this._dlaset = dlaset; this._dormqr = dormqr; this._dormrz = dormrz; this._dtrsm = dtrsm; this._dtzrzf = dtzrzf; this._xerbla = xerbla; #endregion }
public DSYEV(LSAME lsame, ILAENV ilaenv, DLAMCH dlamch, DLANSY dlansy, DLASCL dlascl, DORGTR dorgtr, DSCAL dscal, DSTEQR dsteqr, DSTERF dsterf, DSYTRD dsytrd , XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlansy = dlansy; this._dlascl = dlascl; this._dorgtr = dorgtr;this._dscal = dscal; this._dsteqr = dsteqr; this._dsterf = dsterf; this._dsytrd = dsytrd; this._xerbla = xerbla; #endregion }
public DSYEVD(LSAME lsame, DLAMCH dlamch, DLANSY dlansy, ILAENV ilaenv, DLACPY dlacpy, DLASCL dlascl, DORMTR dormtr, DSCAL dscal, DSTEDC dstedc, DSTERF dsterf , DSYTRD dsytrd, XERBLA xerbla) { #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansy = dlansy; this._ilaenv = ilaenv; this._dlacpy = dlacpy; this._dlascl = dlascl; this._dormtr = dormtr; this._dscal = dscal; this._dstedc = dstedc; this._dsterf = dsterf; this._dsytrd = dsytrd; this._xerbla = xerbla; #endregion }
public DGEEV(DGEBAK dgebak, DGEBAL dgebal, DGEHRD dgehrd, DHSEQR dhseqr, DLABAD dlabad, DLACPY dlacpy, DLARTG dlartg, DLASCL dlascl, DORGHR dorghr, DROT drot , DSCAL dscal, DTREVC dtrevc, XERBLA xerbla, LSAME lsame, IDAMAX idamax, ILAENV ilaenv, DLAMCH dlamch, DLANGE dlange, DLAPY2 dlapy2, DNRM2 dnrm2) { #region Set Dependencies this._dgebak = dgebak; this._dgebal = dgebal; this._dgehrd = dgehrd; this._dhseqr = dhseqr; this._dlabad = dlabad; this._dlacpy = dlacpy;this._dlartg = dlartg; this._dlascl = dlascl; this._dorghr = dorghr; this._drot = drot; this._dscal = dscal;this._dtrevc = dtrevc; this._xerbla = xerbla; this._lsame = lsame; this._idamax = idamax; this._ilaenv = ilaenv;this._dlamch = dlamch; this._dlange = dlange; this._dlapy2 = dlapy2; this._dnrm2 = dnrm2; #endregion }
public DGEEV(DGEBAK dgebak, DGEBAL dgebal, DGEHRD dgehrd, DHSEQR dhseqr, DLABAD dlabad, DLACPY dlacpy, DLARTG dlartg, DLASCL dlascl, DORGHR dorghr, DROT drot , DSCAL dscal, DTREVC dtrevc, XERBLA xerbla, LSAME lsame, IDAMAX idamax, ILAENV ilaenv, DLAMCH dlamch, DLANGE dlange, DLAPY2 dlapy2, DNRM2 dnrm2) { #region Set Dependencies this._dgebak = dgebak; this._dgebal = dgebal; this._dgehrd = dgehrd; this._dhseqr = dhseqr; this._dlabad = dlabad; this._dlacpy = dlacpy; this._dlartg = dlartg; this._dlascl = dlascl; this._dorghr = dorghr; this._drot = drot; this._dscal = dscal; this._dtrevc = dtrevc; this._xerbla = xerbla; this._lsame = lsame; this._idamax = idamax; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlange = dlange; this._dlapy2 = dlapy2; this._dnrm2 = dnrm2; #endregion }
public DGESDD(DBDSDC dbdsdc, DGEBRD dgebrd, DGELQF dgelqf, DGEMM dgemm, DGEQRF dgeqrf, DLACPY dlacpy, DLASCL dlascl, DLASET dlaset, DORGBR dorgbr, DORGLQ dorglq , DORGQR dorgqr, DORMBR dormbr, XERBLA xerbla, DLAMCH dlamch, DLANGE dlange, ILAENV ilaenv, LSAME lsame) { #region Set Dependencies this._dbdsdc = dbdsdc; this._dgebrd = dgebrd; this._dgelqf = dgelqf; this._dgemm = dgemm; this._dgeqrf = dgeqrf; this._dlacpy = dlacpy;this._dlascl = dlascl; this._dlaset = dlaset; this._dorgbr = dorgbr; this._dorglq = dorglq; this._dorgqr = dorgqr;this._dormbr = dormbr; this._xerbla = xerbla; this._dlamch = dlamch; this._dlange = dlange; this._ilaenv = ilaenv;this._lsame = lsame; #endregion }
public DSBEV() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); XERBLA xerbla = new XERBLA(); DLAR2V dlar2v = new DLAR2V(); DLARGV dlargv = new DLARGV(); DLARTV dlartv = new DLARTV(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DLAPY2 dlapy2 = new DLAPY2(); DLAE2 dlae2 = new DLAE2(); DLAEV2 dlaev2 = new DLAEV2(); DSWAP dswap = new DSWAP(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANSB dlansb = new DLANSB(dlassq, lsame); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLARTG dlartg = new DLARTG(dlamch); DLASET dlaset = new DLASET(lsame); DSBTRD dsbtrd = new DSBTRD(dlar2v, dlargv, dlartg, dlartv, dlaset, drot, xerbla, lsame); DLANST dlanst = new DLANST(lsame, dlassq); DLASR dlasr = new DLASR(lsame, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); DSTEQR dsteqr = new DSTEQR(lsame, dlamch, dlanst, dlapy2, dlae2, dlaev2, dlartg, dlascl, dlaset, dlasr , dlasrt, dswap, xerbla); DSTERF dsterf = new DSTERF(dlamch, dlanst, dlapy2, dlae2, dlascl, dlasrt, xerbla); #endregion #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansb = dlansb; this._dlascl = dlascl; this._dsbtrd = dsbtrd; this._dscal = dscal; this._dsteqr = dsteqr; this._dsterf = dsterf; this._xerbla = xerbla; #endregion }
public DLASDQ() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLAS2 dlas2 = new DLAS2(); DCOPY dcopy = new DCOPY(); XERBLA xerbla = new XERBLA(); DLASQ5 dlasq5 = new DLASQ5(); DLAZQ4 dlazq4 = new DLAZQ4(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DSWAP dswap = new DSWAP(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLARTG dlartg = new DLARTG(dlamch); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASQ6 dlasq6 = new DLASQ6(dlamch); DLAZQ3 dlazq3 = new DLAZQ3(dlasq5, dlasq6, dlazq4, dlamch); DLASRT dlasrt = new DLASRT(lsame, xerbla); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLASQ2 dlasq2 = new DLASQ2(dlazq3, dlasrt, xerbla, dlamch, ilaenv); DLASQ1 dlasq1 = new DLASQ1(dcopy, dlas2, dlascl, dlasq2, dlasrt, xerbla, dlamch); DLASR dlasr = new DLASR(lsame, xerbla); DLASV2 dlasv2 = new DLASV2(dlamch); DBDSQR dbdsqr = new DBDSQR(lsame, dlamch, dlartg, dlas2, dlasq1, dlasr, dlasv2, drot, dscal, dswap , xerbla); #endregion #region Set Dependencies this._dbdsqr = dbdsqr; this._dlartg = dlartg; this._dlasr = dlasr; this._dswap = dswap; this._xerbla = xerbla; this._lsame = lsame; #endregion }
public DSBEV() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); XERBLA xerbla = new XERBLA(); DLAR2V dlar2v = new DLAR2V(); DLARGV dlargv = new DLARGV(); DLARTV dlartv = new DLARTV(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DLAPY2 dlapy2 = new DLAPY2(); DLAE2 dlae2 = new DLAE2(); DLAEV2 dlaev2 = new DLAEV2(); DSWAP dswap = new DSWAP(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANSB dlansb = new DLANSB(dlassq, lsame); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLARTG dlartg = new DLARTG(dlamch); DLASET dlaset = new DLASET(lsame); DSBTRD dsbtrd = new DSBTRD(dlar2v, dlargv, dlartg, dlartv, dlaset, drot, xerbla, lsame); DLANST dlanst = new DLANST(lsame, dlassq); DLASR dlasr = new DLASR(lsame, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); DSTEQR dsteqr = new DSTEQR(lsame, dlamch, dlanst, dlapy2, dlae2, dlaev2, dlartg, dlascl, dlaset, dlasr , dlasrt, dswap, xerbla); DSTERF dsterf = new DSTERF(dlamch, dlanst, dlapy2, dlae2, dlascl, dlasrt, xerbla); #endregion #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansb = dlansb; this._dlascl = dlascl; this._dsbtrd = dsbtrd; this._dscal = dscal;this._dsteqr = dsteqr; this._dsterf = dsterf; this._xerbla = xerbla; #endregion }
public DLASD6() { #region Dependencies (Initialization) DCOPY dcopy = new DCOPY(); DLAMRG dlamrg = new DLAMRG(); LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); XERBLA xerbla = new XERBLA(); DROT drot = new DROT(); DLAPY2 dlapy2 = new DLAPY2(); DLASD5 dlasd5 = new DLASD5(); DDOT ddot = new DDOT(); DNRM2 dnrm2 = new DNRM2(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASD7 dlasd7 = new DLASD7(dcopy, dlamrg, drot, xerbla, dlamch, dlapy2); DLAED6 dlaed6 = new DLAED6(dlamch); DLASD4 dlasd4 = new DLASD4(dlaed6, dlasd5, dlamch); DLASET dlaset = new DLASET(lsame); DLASD8 dlasd8 = new DLASD8(dcopy, dlascl, dlasd4, dlaset, xerbla, ddot, dlamc3, dnrm2); #endregion #region Set Dependencies this._dcopy = dcopy; this._dlamrg = dlamrg; this._dlascl = dlascl; this._dlasd7 = dlasd7; this._dlasd8 = dlasd8; this._xerbla = xerbla; #endregion }
public DLALSD() { #region Dependencies (Initialization) IDAMAX idamax = new IDAMAX(); LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); DCOPY dcopy = new DCOPY(); XERBLA xerbla = new XERBLA(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DNRM2 dnrm2 = new DNRM2(); DLASDT dlasdt = new DLASDT(); DLAMRG dlamrg = new DLAMRG(); DLAPY2 dlapy2 = new DLAPY2(); DLASD5 dlasd5 = new DLASD5(); DDOT ddot = new DDOT(); DLAS2 dlas2 = new DLAS2(); DLASQ5 dlasq5 = new DLASQ5(); DLAZQ4 dlazq4 = new DLAZQ4(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DSWAP dswap = new DSWAP(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANST dlanst = new DLANST(lsame, dlassq); DGEMM dgemm = new DGEMM(lsame, xerbla); DLACPY dlacpy = new DLACPY(lsame); DGEMV dgemv = new DGEMV(lsame, xerbla); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLALS0 dlals0 = new DLALS0(dcopy, dgemv, dlacpy, dlascl, drot, dscal, xerbla, dlamc3, dnrm2); DLALSA dlalsa = new DLALSA(dcopy, dgemm, dlals0, dlasdt, xerbla); DLARTG dlartg = new DLARTG(dlamch); DLASD7 dlasd7 = new DLASD7(dcopy, dlamrg, drot, xerbla, dlamch, dlapy2); DLAED6 dlaed6 = new DLAED6(dlamch); DLASD4 dlasd4 = new DLASD4(dlaed6, dlasd5, dlamch); DLASET dlaset = new DLASET(lsame); DLASD8 dlasd8 = new DLASD8(dcopy, dlascl, dlasd4, dlaset, xerbla, ddot, dlamc3, dnrm2); DLASD6 dlasd6 = new DLASD6(dcopy, dlamrg, dlascl, dlasd7, dlasd8, xerbla); DLASQ6 dlasq6 = new DLASQ6(dlamch); DLAZQ3 dlazq3 = new DLAZQ3(dlasq5, dlasq6, dlazq4, dlamch); DLASRT dlasrt = new DLASRT(lsame, xerbla); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLASQ2 dlasq2 = new DLASQ2(dlazq3, dlasrt, xerbla, dlamch, ilaenv); DLASQ1 dlasq1 = new DLASQ1(dcopy, dlas2, dlascl, dlasq2, dlasrt, xerbla, dlamch); DLASR dlasr = new DLASR(lsame, xerbla); DLASV2 dlasv2 = new DLASV2(dlamch); DBDSQR dbdsqr = new DBDSQR(lsame, dlamch, dlartg, dlas2, dlasq1, dlasr, dlasv2, drot, dscal, dswap , xerbla); DLASDQ dlasdq = new DLASDQ(dbdsqr, dlartg, dlasr, dswap, xerbla, lsame); DLASDA dlasda = new DLASDA(dcopy, dlasd6, dlasdq, dlasdt, dlaset, xerbla); #endregion #region Set Dependencies this._idamax = idamax; this._dlamch = dlamch; this._dlanst = dlanst; this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy;this._dlalsa = dlalsa; this._dlartg = dlartg; this._dlascl = dlascl; this._dlasda = dlasda; this._dlasdq = dlasdq;this._dlaset = dlaset; this._dlasrt = dlasrt; this._drot = drot; this._xerbla = xerbla; #endregion }
public DGELS() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DLABAD dlabad = new DLABAD(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); XERBLA xerbla = new XERBLA(); DLAPY2 dlapy2 = new DLAPY2(); DNRM2 dnrm2 = new DNRM2(); DSCAL dscal = new DSCAL(); DCOPY dcopy = new DCOPY(); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANGE dlange = new DLANGE(dlassq, lsame); DGEMV dgemv = new DGEMV(lsame, xerbla); DGER dger = new DGER(xerbla); DLARF dlarf = new DLARF(dgemv, dger, lsame); DLARFG dlarfg = new DLARFG(dlamch, dlapy2, dnrm2, dscal); DGELQ2 dgelq2 = new DGELQ2(dlarf, dlarfg, xerbla); DGEMM dgemm = new DGEMM(lsame, xerbla); DTRMM dtrmm = new DTRMM(lsame, xerbla); DLARFB dlarfb = new DLARFB(lsame, dcopy, dgemm, dtrmm); DTRMV dtrmv = new DTRMV(lsame, xerbla); DLARFT dlarft = new DLARFT(dgemv, dtrmv, lsame); DGELQF dgelqf = new DGELQF(dgelq2, dlarfb, dlarft, xerbla, ilaenv); DGEQR2 dgeqr2 = new DGEQR2(dlarf, dlarfg, xerbla); DGEQRF dgeqrf = new DGEQRF(dgeqr2, dlarfb, dlarft, xerbla, ilaenv); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASET dlaset = new DLASET(lsame); DORML2 dorml2 = new DORML2(lsame, dlarf, xerbla); DORMLQ dormlq = new DORMLQ(lsame, ilaenv, dlarfb, dlarft, dorml2, xerbla); DORM2R dorm2r = new DORM2R(lsame, dlarf, xerbla); DORMQR dormqr = new DORMQR(lsame, ilaenv, dlarfb, dlarft, dorm2r, xerbla); DTRSM dtrsm = new DTRSM(lsame, xerbla); DTRTRS dtrtrs = new DTRTRS(lsame, dtrsm, xerbla); #endregion #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlabad = dlabad; this._dlamch = dlamch; this._dlange = dlange; this._dgelqf = dgelqf;this._dgeqrf = dgeqrf; this._dlascl = dlascl; this._dlaset = dlaset; this._dormlq = dormlq; this._dormqr = dormqr;this._dtrtrs = dtrtrs; this._xerbla = xerbla; #endregion }
public DSBEVD() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); XERBLA xerbla = new XERBLA(); DLAR2V dlar2v = new DLAR2V(); DLARGV dlargv = new DLARGV(); DLARTV dlartv = new DLARTV(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DCOPY dcopy = new DCOPY(); IDAMAX idamax = new IDAMAX(); DLAPY2 dlapy2 = new DLAPY2(); DLAMRG dlamrg = new DLAMRG(); DNRM2 dnrm2 = new DNRM2(); DLAED5 dlaed5 = new DLAED5(); DLAE2 dlae2 = new DLAE2(); DLAEV2 dlaev2 = new DLAEV2(); DSWAP dswap = new DSWAP(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANSB dlansb = new DLANSB(dlassq, lsame); DGEMM dgemm = new DGEMM(lsame, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLARTG dlartg = new DLARTG(dlamch); DLASET dlaset = new DLASET(lsame); DSBTRD dsbtrd = new DSBTRD(dlar2v, dlargv, dlartg, dlartv, dlaset, drot, xerbla, lsame); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLANST dlanst = new DLANST(lsame, dlassq); DLAED2 dlaed2 = new DLAED2(idamax, dlamch, dlapy2, dcopy, dlacpy, dlamrg, drot, dscal, xerbla); DLAED6 dlaed6 = new DLAED6(dlamch); DLAED4 dlaed4 = new DLAED4(dlamch, dlaed5, dlaed6); DLAED3 dlaed3 = new DLAED3(dlamc3, dnrm2, dcopy, dgemm, dlacpy, dlaed4, dlaset, xerbla); DLAED1 dlaed1 = new DLAED1(dcopy, dlaed2, dlaed3, dlamrg, xerbla); DLAED8 dlaed8 = new DLAED8(idamax, dlamch, dlapy2, dcopy, dlacpy, dlamrg, drot, dscal, xerbla); DLAED9 dlaed9 = new DLAED9(dlamc3, dnrm2, dcopy, dlaed4, xerbla); DGEMV dgemv = new DGEMV(lsame, xerbla); DLAEDA dlaeda = new DLAEDA(dcopy, dgemv, drot, xerbla); DLAED7 dlaed7 = new DLAED7(dgemm, dlaed8, dlaed9, dlaeda, dlamrg, xerbla); DLASR dlasr = new DLASR(lsame, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); DSTEQR dsteqr = new DSTEQR(lsame, dlamch, dlanst, dlapy2, dlae2, dlaev2, dlartg, dlascl, dlaset, dlasr , dlasrt, dswap, xerbla); DLAED0 dlaed0 = new DLAED0(dcopy, dgemm, dlacpy, dlaed1, dlaed7, dsteqr, xerbla, ilaenv); DSTERF dsterf = new DSTERF(dlamch, dlanst, dlapy2, dlae2, dlascl, dlasrt, xerbla); DSTEDC dstedc = new DSTEDC(lsame, ilaenv, dlamch, dlanst, dgemm, dlacpy, dlaed0, dlascl, dlaset, dlasrt , dsteqr, dsterf, dswap, xerbla); #endregion #region Set Dependencies this._lsame = lsame; this._dlamch = dlamch; this._dlansb = dlansb; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlascl = dlascl;this._dsbtrd = dsbtrd; this._dscal = dscal; this._dstedc = dstedc; this._dsterf = dsterf; this._xerbla = xerbla; #endregion }
public DLAED0() { #region Dependencies (Initialization) DCOPY dcopy = new DCOPY(); LSAME lsame = new LSAME(); XERBLA xerbla = new XERBLA(); IDAMAX idamax = new IDAMAX(); DLAMC3 dlamc3 = new DLAMC3(); DLAPY2 dlapy2 = new DLAPY2(); DLAMRG dlamrg = new DLAMRG(); DROT drot = new DROT(); DSCAL dscal = new DSCAL(); DNRM2 dnrm2 = new DNRM2(); DLAED5 dlaed5 = new DLAED5(); DLASSQ dlassq = new DLASSQ(); DLAE2 dlae2 = new DLAE2(); DLAEV2 dlaev2 = new DLAEV2(); DSWAP dswap = new DSWAP(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DGEMM dgemm = new DGEMM(lsame, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLAED2 dlaed2 = new DLAED2(idamax, dlamch, dlapy2, dcopy, dlacpy, dlamrg, drot, dscal, xerbla); DLAED6 dlaed6 = new DLAED6(dlamch); DLAED4 dlaed4 = new DLAED4(dlamch, dlaed5, dlaed6); DLASET dlaset = new DLASET(lsame); DLAED3 dlaed3 = new DLAED3(dlamc3, dnrm2, dcopy, dgemm, dlacpy, dlaed4, dlaset, xerbla); DLAED1 dlaed1 = new DLAED1(dcopy, dlaed2, dlaed3, dlamrg, xerbla); DLAED8 dlaed8 = new DLAED8(idamax, dlamch, dlapy2, dcopy, dlacpy, dlamrg, drot, dscal, xerbla); DLAED9 dlaed9 = new DLAED9(dlamc3, dnrm2, dcopy, dlaed4, xerbla); DGEMV dgemv = new DGEMV(lsame, xerbla); DLAEDA dlaeda = new DLAEDA(dcopy, dgemv, drot, xerbla); DLAED7 dlaed7 = new DLAED7(dgemm, dlaed8, dlaed9, dlaeda, dlamrg, xerbla); DLANST dlanst = new DLANST(lsame, dlassq); DLARTG dlartg = new DLARTG(dlamch); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLASR dlasr = new DLASR(lsame, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); DSTEQR dsteqr = new DSTEQR(lsame, dlamch, dlanst, dlapy2, dlae2, dlaev2, dlartg, dlascl, dlaset, dlasr , dlasrt, dswap, xerbla); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); #endregion #region Set Dependencies this._dcopy = dcopy; this._dgemm = dgemm; this._dlacpy = dlacpy; this._dlaed1 = dlaed1; this._dlaed7 = dlaed7; this._dsteqr = dsteqr;this._xerbla = xerbla; this._ilaenv = ilaenv; #endregion }
public DSYEV() { #region Dependencies (Initialization) LSAME lsame = new LSAME(); IEEECK ieeeck = new IEEECK(); IPARMQ iparmq = new IPARMQ(); DLAMC3 dlamc3 = new DLAMC3(); DLASSQ dlassq = new DLASSQ(); XERBLA xerbla = new XERBLA(); DCOPY dcopy = new DCOPY(); DSCAL dscal = new DSCAL(); DLAPY2 dlapy2 = new DLAPY2(); DLAE2 dlae2 = new DLAE2(); DLAEV2 dlaev2 = new DLAEV2(); DSWAP dswap = new DSWAP(); DAXPY daxpy = new DAXPY(); DNRM2 dnrm2 = new DNRM2(); DDOT ddot = new DDOT(); ILAENV ilaenv = new ILAENV(ieeeck, iparmq); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLANSY dlansy = new DLANSY(dlassq, lsame); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DGEMM dgemm = new DGEMM(lsame, xerbla); DTRMM dtrmm = new DTRMM(lsame, xerbla); DLARFB dlarfb = new DLARFB(lsame, dcopy, dgemm, dtrmm); DGEMV dgemv = new DGEMV(lsame, xerbla); DTRMV dtrmv = new DTRMV(lsame, xerbla); DLARFT dlarft = new DLARFT(dgemv, dtrmv, lsame); DGER dger = new DGER(xerbla); DLARF dlarf = new DLARF(dgemv, dger, lsame); DORG2L dorg2l = new DORG2L(dlarf, dscal, xerbla); DORGQL dorgql = new DORGQL(dlarfb, dlarft, dorg2l, xerbla, ilaenv); DORG2R dorg2r = new DORG2R(dlarf, dscal, xerbla); DORGQR dorgqr = new DORGQR(dlarfb, dlarft, dorg2r, xerbla, ilaenv); DORGTR dorgtr = new DORGTR(lsame, ilaenv, dorgql, dorgqr, xerbla); DLANST dlanst = new DLANST(lsame, dlassq); DLARTG dlartg = new DLARTG(dlamch); DLASET dlaset = new DLASET(lsame); DLASR dlasr = new DLASR(lsame, xerbla); DLASRT dlasrt = new DLASRT(lsame, xerbla); DSTEQR dsteqr = new DSTEQR(lsame, dlamch, dlanst, dlapy2, dlae2, dlaev2, dlartg, dlascl, dlaset, dlasr , dlasrt, dswap, xerbla); DSTERF dsterf = new DSTERF(dlamch, dlanst, dlapy2, dlae2, dlascl, dlasrt, xerbla); DLARFG dlarfg = new DLARFG(dlamch, dlapy2, dnrm2, dscal); DSYMV dsymv = new DSYMV(lsame, xerbla); DLATRD dlatrd = new DLATRD(daxpy, dgemv, dlarfg, dscal, dsymv, lsame, ddot); DSYR2K dsyr2k = new DSYR2K(lsame, xerbla); DSYR2 dsyr2 = new DSYR2(lsame, xerbla); DSYTD2 dsytd2 = new DSYTD2(daxpy, dlarfg, dsymv, dsyr2, xerbla, lsame, ddot); DSYTRD dsytrd = new DSYTRD(dlatrd, dsyr2k, dsytd2, xerbla, lsame, ilaenv); #endregion #region Set Dependencies this._lsame = lsame; this._ilaenv = ilaenv; this._dlamch = dlamch; this._dlansy = dlansy; this._dlascl = dlascl; this._dorgtr = dorgtr;this._dscal = dscal; this._dsteqr = dsteqr; this._dsterf = dsterf; this._dsytrd = dsytrd; this._xerbla = xerbla; #endregion }
public DLASD1() { #region Dependencies (Initialization) DLAMRG dlamrg = new DLAMRG(); LSAME lsame = new LSAME(); DLAMC3 dlamc3 = new DLAMC3(); XERBLA xerbla = new XERBLA(); DLAPY2 dlapy2 = new DLAPY2(); DCOPY dcopy = new DCOPY(); DROT drot = new DROT(); DNRM2 dnrm2 = new DNRM2(); DLASD5 dlasd5 = new DLASD5(); DLAMC1 dlamc1 = new DLAMC1(dlamc3); DLAMC4 dlamc4 = new DLAMC4(dlamc3); DLAMC5 dlamc5 = new DLAMC5(dlamc3); DLAMC2 dlamc2 = new DLAMC2(dlamc3, dlamc1, dlamc4, dlamc5); DLAMCH dlamch = new DLAMCH(lsame, dlamc2); DLASCL dlascl = new DLASCL(lsame, dlamch, xerbla); DLACPY dlacpy = new DLACPY(lsame); DLASET dlaset = new DLASET(lsame); DLASD2 dlasd2 = new DLASD2(dlamch, dlapy2, dcopy, dlacpy, dlamrg, dlaset, drot, xerbla); DGEMM dgemm = new DGEMM(lsame, xerbla); DLAED6 dlaed6 = new DLAED6(dlamch); DLASD4 dlasd4 = new DLASD4(dlaed6, dlasd5, dlamch); DLASD3 dlasd3 = new DLASD3(dlamc3, dnrm2, dcopy, dgemm, dlacpy, dlascl, dlasd4, xerbla); #endregion #region Set Dependencies this._dlamrg = dlamrg; this._dlascl = dlascl; this._dlasd2 = dlasd2; this._dlasd3 = dlasd3; this._xerbla = xerbla; #endregion }