Kron efficiency
1 次查看(过去 30 天)
显示 更早的评论
Hi all, I have a matlab program whose bottleneck according to the profiler is the kron function. The program basically is a ode solver, but the dydt matrix is built by making extensive use of the kron function, so that the bottleneck of the ode solver is defining the dydt matrix.
Do you have any suggestion on how this could be optimized?
Thanks!
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!