User talk:Pzgesvd: Difference between revisions
Jump to navigation
Jump to search
(low cost stack for function call?) |
|||
Line 25: | Line 25: | ||
refer to [http://www.ibm.com/developerworks/linux/library/l-sed1.html] | refer to [http://www.ibm.com/developerworks/linux/library/l-sed1.html] | ||
== low cost stack for function call? == | |||
can the stacking operation of the dag chasing be reduced so the overhead is minimized? |
Revision as of 21:26, 3 September 2008
bidiagonal reduction code function matching
DGEQRT --- LQR1
DTSQRT --- LQR2
DLARTB --- LUP1
DSSRFT --- LUP2
DGEQRT --- RQR1
DTSQRT --- RQR2
DLARTB --- RUP1
DSSRFT --- RUP2
delete lines from files using sed
sed -ie '1,11d' dgetrf.c
original files are backed up in the .ce files
refer to [1]
low cost stack for function call?
can the stacking operation of the dag chasing be reduced so the overhead is minimized?