MATLAB: Sparsity exploitation in optimization

fminconoptimizationOptimization Toolboxperformance

Does the fmincon algorithm exploit sparsity of hessians and jacobians while solving optimization problem ?

Best Answer

A follow up question. Do they automatically detect sparsiy and switch to Large scale mode (sparsity exploited) or do we specifically have to supply some information to use this funtionality ?