⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tmp_fmm.l

📁 C++编写的高性能矩阵乘法的Stranssen算法
💻 L
字号:
.TH tmp_fmm l "12 November 1996" "PRISM version 1.0" "PRISM routine (version 1.0)".TH tmp_fmm l "12 November 1996" "PRISM routine" "PRISM routine".SH NAMEtmp_fmm - returns the work space needed by fmm..SH SYNOPSIS.TP 24int tmp_fmm ( int m, int n, int k, double alpha, double beta ).SH PURPOSEtmp_fmm  returns the work space needed by fmm which performs to 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 routine has a C calling interface.  It can be used to determinethe exact amount of memory needed by fmm..SH PARAMETERS.TP 8m       - int.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       - int.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       - int.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.On entry, alpha specifies the scalar alpha.Unchanged on exit..TP 8beta    - double.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 words of temporary space neededby fmm..SH SEE ALSO.BR DGEFMM (l),.BR DGEFMM_MEM (l),.BR fmm (l),.BR TMP_DGEFMM_MEM (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 + -