由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - One question about NAG
相关主题
请大家出一个主意求转行建议
物理专业申金融界,要面试了,问一下经验 (转载)金融本科小刘 未来何去何从
[合集] Which math/stat language is most popular on the street?[合集] 小题目(2006/07/16)--圆圈上顺时---recursive solution
要面一个algorithm trader的职位小弟问2个Put-Call Parity的简单问题
问一下algorithm的书Question about Volatility
求推荐C++和programming/算法面试书籍finance math master Ad 学校选择请教
想做编程方面的金融工作 PhD level的,如何准备Layoffs Watch ’11: UBS, Credit Suisse
其他的职业选择解Tri-Diagonal线性系统最高效的算法是神马来着?
相关话题的讨论汇总
话题: nag话题: same话题: operation话题: vector话题: inside
进入Quant版参与讨论
1 (共1页)
l********n
发帖数: 5
1
I have two vector A, B of the same size n. They both store double inside.
I want to do the operation below, and store result into C, which is another
vector of same size n.
for i = 1 to n
if A(i) > B(i) C(i) = A(i)-B(i)
else C(i) = 0
I want to eliminate the for loop.
Currently I am searching inside the NAG lib, which may provide some matrix
operation doing the same job as above.
Does anyone know?
Thanks in advance.
l********n
发帖数: 5
2
NAG is Numeric Algorithmic Group.
l********n
发帖数: 5
3
牛人周末都休息?
J******d
发帖数: 506
4
周五晚上也。正房、小三和师妹都排在quant版前面吧?

【在 l********n 的大作中提到】
: 牛人周末都休息?
1 (共1页)
进入Quant版参与讨论
相关主题
解Tri-Diagonal线性系统最高效的算法是神马来着?问一下algorithm的书
FPGA 和 high frequency trading求推荐C++和programming/算法面试书籍
BBG: MS Said to Plan 1,600 Job Cuts想做编程方面的金融工作 PhD level的,如何准备
现在ib里还有prop trading吗?其他的职业选择
请大家出一个主意求转行建议
物理专业申金融界,要面试了,问一下经验 (转载)金融本科小刘 未来何去何从
[合集] Which math/stat language is most popular on the street?[合集] 小题目(2006/07/16)--圆圈上顺时---recursive solution
要面一个algorithm trader的职位小弟问2个Put-Call Parity的简单问题
相关话题的讨论汇总
话题: nag话题: same话题: operation话题: vector话题: inside