dynare/matlab/AIM/SPSparse.m

3 lines
48 B
Matlab

function res = SPSparse(aMat)
res=sparse(aMat);