Clear Filters
Clear Filters

Kron efficiency

2 views (last 30 days)
Antonio
Antonio on 14 May 2012
Commented: Matt J on 19 Dec 2016
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!

Accepted Answer

Jan
Jan on 14 May 2012

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!