about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/KPMtools/installC_KPMtools.m
blob: b09271af21cbde6e40f684b07e16d2fb00970a95 (plain)
1
2
3
4
5
6
7
8
9
mex ind2subv.c
mex subv2ind.c
mex normalise.c
mex -c mexutil.c
if ~isunix 
  mex repmatC.c mexutil.obj
else
  mex repmatC.c mexutil.o
end