What is the default stack size of MATLAB R2018a (64-bit)?
It seems that the stack-size is larger than an 64-bit C# program.
Why I'm asking that
I'm asking this question because I'm calling Intel MKLs LAPACKE_dtrtri which is heavily recursive.
I'm using that function inside .NET application and I'm getting a stack overflow error when calling it from C#, see What is the stack size of a BackgroundWorker DoWork Thread? Is there way to change it?
On the other side if I call my .NET application from MATLAB I'm not getting a stack overflow error. That's the reason I wanted to know what the stack size of MATLAB.