File: colamd_make.m

package info (click to toggle)
ufsparse 1.2-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 27,536 kB
  • ctags: 5,848
  • sloc: ansic: 89,328; makefile: 4,721; fortran: 1,991; csh: 207; sed: 162; awk: 33; java: 30; sh: 8
file content (6 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
function colamd_make
% COLAMD_MAKE:  compiles COLAMD Version 2.4 for MATLAB

mex -O colamdmex.c colamd.c colamd_global.c
mex -O symamdmex.c colamd.c colamd_global.c
fprintf ('COLAMD successfully compiled.\n') ;