搜索资源列表
-
0下载:
许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度-many modern floatin
-
-
0下载:
A .zip file contains a series of scr ipts that were used in the MathWorks webinar \"Using MATLAB to Develop Portfolio Optimization Models.\" The scr ipts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additio
-
-
0下载:
优化算法,可有通过考察所构建模型来组合自己的函数功能,有选择的提供程序-optimization algorithm, it will be inspected by the building through the model portfolio to their function in a choice of provider
-