Skip to content

Instantly share code, notes, and snippets.

View weilinear's full-sized avatar

Wei Li weilinear

View GitHub Profile
@weilinear
weilinear / make_propack.m
Created August 29, 2012 03:17
Make for PROPACK Matlab Interface under Linux
% Compile the PROPACK package
% Copyright LI, Wei(@kuantkid)
% detect gfortran
switch (lower(computer))
case 'glnxa64'
fc = 'gfortran';
suffix = 'mexa64';
case 'glnxa32'
fc = 'gfortran';