- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
当输出为向量时并行分配
我正在运行一个模拟,其中模拟的输出是一个向量,即
F_Simulation=Function({a,b},
/* do simulation, resuling in 3 values that are put into a 1x3 matrix named
outvec */
outvec;
);
我想对输入 a 和 b 的值网格进行模拟。似乎我可以通过并行分配来显著加快模拟研究的执行速度。可以做到吗?有什么建议吗?
This post originally written in English (US) has been computer translated for you. When you reply, it will also be translated back to English (US).
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
回复:当输出为向量时并行分配
This post originally written in English (US) has been computer translated for you. When you reply, it will also be translated back to English (US).