Is the linear system solver \ also multi threaded in Julia as in Matlab? And how to “multithread” it in Julia?

Any chance you can post the code you’re using in Julia? Functions like \ have dozens of different possible methods that will be called depending on the type of arguments they receive. This it is much more predictive to talk about the performance of a specific piece of code than an algorithm in general.

1 Like