📄 tmp_dgefmm_mem.l
字号:
.TH TMP_DGEFMM_MEM l "12 November 1996" "PRISM version 1.0" "PRISM routine (version 1.0)".TH TMP_DGEFMM_MEM l "12 November 1996" "PRISM routine" "PRISM routine".SH NAMETMP_DGEFMM_MEM - returns the work space needed by DGEFMM_MEM..SH SYNOPSIS.TP 24INTEGER FUNCTION TMP_DGEFMM_MEM ( M, N, K, ALPHA, BETA ).TP 22.ti +4INTEGERM, N, K.TP 22.ti +4DOUBLE PRECISION ALPHA, BETA.SH PURPOSETMP_DGEFMM_MEM returns the work space needed by DGEFMM_MEM which performs the computationC := alpha*op( A )*op( B ) + beta*C,where op( X ) is one of.br op( X ) = X or op( X ) = X' (transpose of X),.bralpha and beta are scalars, and A, B and C are matrices, with op( A )an m by k matrix, op( B ) a k by n matrix and C an m by n matrix.This is also the amount of temporary space internally allocated by DGEFMM.This routine has a FORTRAN calling interface. It can be used to determinethe exact amount of memory needed..SH PARAMETERS.TP 8M - INTEGER.On entry, M specifies the number of rows of the matrixop( A ) and of the matrix C. M must be at least zero.Unchanged on exit..TP 8N - INTEGER.On entry, N specifies the number of columns of the matrixop( B ) and the number of columns of the matrix C. N must beat least zero.Unchanged on exit..TP 8K - INTEGER.On entry, K specifies the number of columns of the matrixop( A ) and the number of rows of the matrix op( B ). K mustbe at least zero.Unchanged on exit..TP 8ALPHA - DOUBLE PRECISION.On entry, ALPHA specifies the scalar alpha.Unchanged on exit..TP 8BETA - DOUBLE PRECISION.On entry, BETA specifies the scalar beta. When BETA issupplied as zero then C need not be set on input.Unchanged on exit..TP 8return value - INTEGER.On exit this is the number of DOUBLE PRECISION words of temporary space neededby DGEFMM_MEM..SH SEE ALSO.BR DGEFMM (l),.BR DGEFMM_MEM (l),.BR fmm (l),.BR tmp_fmm (l)..SH FURTHER INFORMATION.LPSee the DGEFMM User's Guide provided in the doc/ directory of the distribution..SH BUGS.LPThere are no known bugs..SH COPYRIGHTSee COPYRIGHT file provided with the software distribution..SH AUTHORS.IPSteven Huss-Lederman, University of Wisconsin.brElaine M. Jacobson, Center for Computing Sciences.brJeremy R. Johnson, Drexel University.brAnna Tsao, Center for Computing Sciences.brThomas Turnbull, Center for Computing Sciences
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -